Top "Posts" questions

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

How to get post author name in WordPress?

In WordPress I need to fetch name of author who created post using author_id. How can I find author_…

php mysql wordpress posts hook-wordpress
Custom single page for custom post type, wordpress

I've just figured out how to make custom post types and feed them out onto a page, I am wondering …

wordpress posts
WordPress get_posts by title like

I am trying to create a small search-function for WordPress. An AJAX call should get all posts where the title …

wordpress get title posts
WordPress: How to filter posts by category using $wp_query?

I built a custom theme on WordPress with a static front page and no page set in Settings > Reading …

php wordpress custom-post-type posts
Wordpress Loop posts in Bootstrap 3 grid layout

I am using Bootstrap 3 within Wordpess and have an issue getting my archive posts to display across the page in …

css wordpress twitter-bootstrap loops posts
Wordpress Display All Posts

THis may be really easy but i have searched and search and cant find anything. What is the default blog …

wordpress blogs posts
list wordpress posts from current category only

I'm attempting to create a second nav menu on my wordpress site. I want this to show links to all …

wordpress get posts
Facebook page's posts feed

Does anyone know how to fetch a facebook page's rss-feed nowadays? When I log in as a page and go …

facebook rss feed posts facebook-feed
SQL query to extract all WordPress posts with categories

I need to extract all posts from my WordPress DB along with the associated categories and not sure how to …

mysql sql wordpress posts
What is the wp_postmeta table

From my understanding, the wp_postmeta extends the schema for wp_post. So basically the standard fields/structure for a …

wordpress schema meta posts