Use offset=1
to exclude first post.
$args = array( 'category_name' => 'General Wonderings', 'posts_per_page' => 4, 'offset' => 1 );
Related Posts:
- Get Posts Under Custom Taxonomy
- How to show related posts by category
- Query only Posts from Both of Two Category?
- Posts are not showing up on particular category
- Get mixed category random posts
- Get Posts Under Custom Taxonomy
- Get attachments for posts that belongs to a specific category
- How to create a “latest news” page showing a list of posts from blog category
- How to get post with slug and exclude categories
- How to add content above footer in posts from specific category
- How to Get Position of a Post from a category and tag
- Retrieve latest post by multiple categories with ID
- wordpress show category link instead of post link [closed]
- View post with specific category id and name which I selected in the backend (drop-down option)
- How to add category to: ‘wp-admin/post-new.php’?
- Use category base slug in posts’ permalink
- How to get all posts related to particular category name?
- Setting Custom Sort Order of Posts within a Category
- Display the latest post from a category in a page
- How to show list of posts by author and category?
- Exclude posts that only have the ‘Uncategorized’ category [duplicate]
- How to display posts by current user/author in a custom page template?
- How to control which category will be picked for the slug of a post?
- Add default content to post (for specific category)
- Setting pagination for images attached to a post
- How can I specify a category post on my home page
- Use template of parent category for single post sub-categories
- How to search only by post title and category?
- Permalink Settings: optional settings doesn’t apply to editor
- Can I set and show “important” post in my blog?
- I want to show category in the post title , how can I do
- Get specific posts by ID in wordpress
- Random post category URL
- How can i sort the categories by ID
- Display posts in three columns by category
- Automatically republish old posts
- Add ajax load more function using WP API
- Deleted category by mistake, all posts now have categorized category. Can i revert that?
- Properly display posts on homepage
- Display post X of Y in category
- Exclude category from
- Post page to display specific category
- WordPress Multisite – Create Default Post and New Category On New Site Install
- Using ajax on editing a category edit page?
- Disable sticky option for specific categories
- date issue with category post retrival
- How to make multiple sections in home pulling posts category wise?
- How to get posts and comments amount per hour, per year and per month?
- How to get subcategories from category slug?
- Random posts from a pool of posts
- Showing categories and subcategories with posts
- Change default category when I publish a post
- Conditional Tag for has post [closed]
- Loop doesn’t exclude the specified category in home page
- Post Image not displaying in category view
- Parent category / child category posts
- Posts Missing in Dashboard after update
- Unable to differentiate between two categories under custom post type on single.php
- Exclude post category in a blog page
- WP_Query of Category Not Showing First Post
- Internal linking to posts permalink fail because of spaces and stripe at postname
- How to make posts being uncategorized
- How to display a single(current) post from a category
- displaying the categories post
- What’s a theme that properly handles previews of different types of posts?
- WordPress – When visiting a `single post/ single.php` my category menu item link becomes active
- How to Create another Page Category like the “Post” and “Pages”
- How to create a button to filter posts (list) by meta value
- Is there a way to save different data when USER interacts with the same POST?
- How to display particular categorie’s post which associated to specific user?
- Display Specific Categories posts on the home page
- REST API Working for GET but not for POST?
- Fill the exclude array() in get_posts()
- show only one category and filter by tag
- Automatic Table of contents with categories and posts
- Code to display random ordered posts in Categories across pages [duplicate]
- AJAX load more posts not using correct category and repeating the same few posts
- Category posts show on local install, they do not show on live server
- How can I exclude only a specific sub category post from category display?
- how to print total number of posts filtered by category?
- Need help with hiding an image within a post in a category
- How to convert return type of ‘get_posts()’ same as ‘wp_get_recent_posts()’?
- How to filter out post from a category not its subcategory in wordpress dashboard
- Add category information beneath post?
- Newly created category does not show category
- How to pass multiple checkbox values to wordpress query?
- Show a Category Specific Info Box
- How to get all post titles starting with numbers and symbols?
- Display the first post’s comments of category in comments.php template
- How to filter categories of a post
- How to get single post by one author?
- List posts related to category on a div [closed]
- how to show all post with its contents
- CSS – Change height of Storefront / WooCommerce product categories, but not products
- excerpt in template for specific page
- Only show posts belonging to multiple cateogries at same time
- posts_per_page – Repeats only first posts ‘post__in’ array
- How to display my categories in a list (to a post, not the sidebar)?
- How to make category for word post_content
- Site ‘Categories’: save an admin global setting with post metadata [closed]