I was wondering if anyone can help me out. I am looking to remove the_content part of the loop on my author pages only. So basically, I just want...
I was wondering if anyone can help me out. I am looking to remove the_content part of the loop on my author pages only. So basically, I just want...
I’ve been trying to utilize either WP_Query or get_posts to pull out the most recent post that’s both in a specific category and of a specific post format. <?php...
I found this question asked elsewhere, but it was unanswered, so I’m asking myself. I have a custom post type (Features) that shares my Categories and Tags with my...
I’ve got to the point where I needed to break down my HTML Sitemap into several pages. It contained 2000+ links. The big layout was showing all post titles...
My home.php shows a list of (N) posts and << Previous & Next >> links. When clicked, I want to fetch previous/next list of (N) posts using Ajax. This...
I’m using wp-postratings to rate posts which stores the rating as a custom meta value ratings_score. It gives you the option to use r_sortby to order the loop by...
I have three custom fields set for each of the posts in the events category — year, month, and day. I am already querying for the events category, and...
I have a child theme based on the twenty ten theme which I am happy with except for one thing. My gallery posts (I am a photographer so the...
I am trying to generate a dynamic tab based navigating with query post my code is like this <div class="tabbable"> <ul class="nav nav-tabs"> <?php $my_query = new WP_Query(array( 'showposts'...