Exclude One Category and its Subcategories using WP_LIST_FILTER
I need to exclude a category and its subcategories in posts. This is the code I’m working on and it works: <?php $categories … Read more
I need to exclude a category and its subcategories in posts. This is the code I’m working on and it works: <?php $categories … Read more
I am building a child theme for my personal use. Not very familiar with php, can only do basic things based on logic. … Read more
I would like to delete (not allow) searches with certain keywords (eg “of”, “a”). If the search is done using exactly these terms, … Read more
I’m attempting to create a “related posts” section on pages using query_posts. I’m wanting to use this simply because we want to show … Read more
I’m trying not to show comments from a certain custom post type int the comments list on the admin interface. I went to … Read more
I’m trying to display a custom post type (properties) and exclude posts that have a certain meta value (sold). Is there a way … Read more
I use the bellow function (thanks to @helgatheviking!) to exclude categories from the wordpress loop. It works very well – posts of selected … Read more
Does anyone know how to exclude/filter a tag from the HTML string generated by get_the_tag_list()? http://codex.wordpress.org/Function_Reference/get_the_tag_list Any help much appreciated. 3 Answers 3 … Read more
I have a function set up and working based off the discussion in this thread: Custom taxonomy, get_the_terms, listing in order of parent … Read more
I am trying to figure out the code to exclude a category from my next and previous post links. My code for the … Read more