Top "Posts" questions

Blogging and other social media activities usually provide mechanisms allowing users to provide content of their own.

get_posts no older than X days - Wordpress

In my Wordpress site, I use this get_posts code: get_posts( array ( 'numberposts' => 5, 'orderby'=>'comment_count', 'order'=&…

php arrays wordpress posts
Change number of posts to display

How do I tell Wordpress to change the number of posts to display depending on the type of page being …

wordpress posts
If first post, style differently — Wordpress

I need the first post that was ever posted to be styled differently. Is there a way that I can …

php wordpress wordpress-theming posts
How can I display posts from the other sites in a WordPress multisite setup?

I have a small network of sites setup with WordPress 3.0's multisite feature. I would like to create another site …

wordpress networking blogs posts
WordPress get category ID from URL

I have hard time trying to find the solution, does somebody know how to get this: I have one WordPress …

wordpress categories posts
wordpress recent posts show thumbnail

How can I show either a small thumbnail of a image or featured image, from each post In my recent …

wordpress widget thumbnails posts
Paginate through posts of a single category in Wordpress single.php

I have set up a site using Wordpress as my CMS. I am using the site as a portfolio to …

wordpress categories posts paginate
how do i get only 1 post from each category in wordpress

i have a category named news and many subcategories inside it. What i wanna do is to get only 1 posts(…

wordpress categories posts
Wordpress query_post array with Advanced Custom Fields (probably a simple solution)

Working on a Wordpress site and was wondering if anyone could point me in the right direction. I have the …

arrays wordpress custom-fields posts
Get facebook friends posts using graph API

I am trying to build an application which requires access to friend's feed posts. Is it possible to retrieve friend's …

facebook graph posts