This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that...
I want to implement Sphinx Search in my WordPress site but I’m not exactly sure how to change WordPress search behavior to use Sphinx. How do I get Sphinx...
Someone gave me this SQL code to count the number of posts (of post_type ‘mixtapes’) in the last 7 days. I tried to convert it to ‘in the last...
I’m building a site with several different post types (blog posts, products, informational articles, etc.). On archive type pages (search results, tag pages, etc.), I want to display content...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or...
i’m using a custom query, which needs to display all posts with closed comments. I have this <?php $the_query = new WP_Query('showposts=-1'); ?> <?php while ($the_query -> have_posts()) :...
I am using Isotope jquery plugin to filter/sort posts in WordPress but to correctly filter the posts into the right order I have needed to output each category one...
I am trying to return all posts that meet the following conditions: The category must be 63 OR the post must have a value associated with the meta key...
i want to make a single page site which has subpages with following structure about us team -member1 -member2 contact and i want the output to be like <div...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or...