You should not be using query_posts
at all.
It should be noted that using this to replace the main query on a page
can increase page loading times, in worst case scenarios more than
doubling the amount of work needed or more. While easy to use, the
function is also prone to confusion and problems later on. See the
note further below on caveats for details.http://codex.wordpress.org/Function_Reference/query_posts (emphasis mine)
Second, the showposts
argument has long been deprecated.
Third, the tag
argument is not listed as deprecated, the source appears to still respect the argument, and it works when I try it. Make sure that you are using the tag slug and the name. The two may not be the same.
Related Posts:
- How to exclude latest x posts from a paginated query?
- Query posts distinct authors
- How to get previous 10 days post from a specific date – WP Query
- Hiding posts in a list from specified categories
- How would I get 1 latest post from a query for 5 posts?
- Filter Posts By Tag
- WP Query related posts by current page Tag ID
- Exclude posts with empty post_content in wp_query
- Improving WP_Query for performance when random posts are ordered
- WP Query – duplicated posts once including tags in search results
- Reset Popular post query?
- Display post from current category and same tag?
- Why WP_Query(‘showposts=5’) shows only 1 post?
- is there a way to show the the post title after the image?
- Display posts with tag that matches current post title
- Blog post per page setting conflicting with custom WP_Query?
- How to exclude latest x posts from a paginated query?
- Random ajax load only works with posts_per_page set to -1
- posts_per_page option limits the number of Gallery items
- wp_posts table: safely remove unused columns to save database storage
- Query Posts by Custom Field
- How to get Tags with specific post id
- Nested WP_Query breaking loop
- Conditionals if tags exist?
- why the same code got different results when using query_posts in functions.php and index.php
- Query for first 3 posts to change the look and feel
- How to get posts published on the latest date?
- How to check in functions.php if there is data in a WP_Query?
- Shortcode with ‘year’ parameter
- On what hook can I get the queried object’s final state?
- wp_query with ajax
- How to give classname to post if post has no content?
- WP_Query: Show 10 posts in date order, first three random
- Random posts that always include a particular post?
- WordPress post filter menu
- Query function not executed between element [closed]
- Echo the number of posts being displayed
- WordPress query portfolio posts
- Display 3 posts with different HTML markup using a loop
- Change content off every sixth element
- Show posts from two specific category in WP_Query
- How to create loop of posts except post ID defined via ACF field
- Displaying all posts from other sites on the network on one site
- Multisite how to display merged posts from two sites and sort by latest date?
- Exclude posts in home slider from sections
- Show 5 posts and than 3 posts offset with pagination
- wp_query args with relation
- Manipulate query to show specific post
- Show all posts from the tags without having to set all of them
- Sort / Filter Queries
- Why I obtain this WP_Query strange behavior trying to select posts having a specific tag?
- Why I have this strange behavior when I try to exlude the featured post from posts visualization?
- How do I control the fallback query after the original query returned cero posts?
- Remove duplicated posts in the loop if post has more than one category
- Adding a category at even positions on main loop with modified pagination
- wp_query select if have comments
- query_posts different amount of posts per page [duplicate]
- Get related posts matching most of the provided tags using WP_Query
- Accessing the post content with WP_Query
- Can’t show comments count per post outside loop
- If specific user role then sticky post
- I want to query posts in monthly basis
- How to prevent WordPress from updating the modified time?
- Custom WP_QUERY $args
- Limiting the number of posts in WP_Query leads to unexpected result
- Prepend or add an Image to the content of a Post
- Why is querying posts messing up my pages?
- Print all the tags from a custom post type Please
- How to do set post permalinks using 6 digit random unique function?
- WP_Query: Mixing category__in and tag__in together
- Why Query is returning empty array?
- Displaying posts that belong to a specific author
- meta_value timestamp older than now
- Getting blog pagination to work on page set as front page
- search blog posts by author first name and or last name
- unique post in “$args” of wp_query display more than one post
- How to display post list in a table layout (multiple queries in single loop)
- Get latest author posts inside the loop
- How to get posts ordered by using their categories?
- How to assign a post to a post parrent?
- How do I keep raw HTML in my RSS feed and not lose my paragraph breaks?
- AWS usage queries
- Manipulated offset and pagination, can’t display last post anymore
- How to fetch courses in all languages in WordPress?
- how to display posts content on the custom css popup by clicking on each title on the sidebar?
- How to display particular set of wordpress post on a webpage?
- Sync All Post Type Tag
- How can I use query_posts to loop through posts and construct my own content?
- Excluding tag Link from html tags in Post content
- Assign a day of the week to post, e.g: Assign Monday to post and have it only appear when the day is Monday
- Is it possible to query a category with specified posts?
- Modify WordPress loop after it has been run
- Show posts between two Custom Fields date
- Query to get data of a post, if in category?
- Order posts by custom field
- Ordering posts alphabetically by meta keys and title
- Why I getting only 1 post?
- Should new posts already have tags?
- retrieve post slug by post_tags taxonomy
- First post in loop displays twice