WordPress is an open source content management system running on PHP and MySQL, and often used as a blog engine. WordPress questions not about programming are best asked on http://wordpress.stackexchange.com/

learn more… | top users | synonyms

0
votes
2answers
89 views
+50

WordPress - order by meta value if it exists, else date

I'm trying to allow my users to sort search results by different custom fields I have. I'm using the pre_get_posts filter and everything works fine except for one thing. The problem I'm having is ...
2
votes
3answers
53 views
+100

Add direct tab links inside a Wordpress post

To create tabs inside a post, I already use the custom fields plug-in. This plug-in, perfectly user friendly, works great and I would like to keep it. Here is a screen-shot of these post tabs inside ...