Use a date_query
to get the 30 posts older than the current one.
EXAMPLE
(NOTE: The following is untested and requires WordPress 3.7+ and PHP 5.4+)
$current_post = get_queried_object();
$args = [
// Your arguments to pass, add as needed
'posts_per_page' => 30,
'date_query' => [
[
'before' => strtotime( $current_post->post_date ), // Add current post date to search posts againt before this one
'inclusive' => false, // Exclude current post from the list
]
],
];
$q = get_posts( $args );
Related Posts:
- Hooking a function onto the sidebar?
- Changing name of sidebar widget
- dynamic_sidebar not rendering sidebar
- bloginfo(‘stylesheet_directory’) vs. get_stylesheet_directory_uri() and include(‘file.php’) vs. get_template_part()
- Display comment form of specific page in sidebar
- Category specific months list in sidebar.php
- Add featured image to sidebar [closed]
- Is there possibility to Customize the present theme adding sidebars
- Get a sidebar at the top of the page
- Custom sidebar not showing in the dashboard
- How to exclude parent category but show child categories?
- Specific and Different Ads for each Post?
- Twenty Ten child theme has post on an inner page. Cant get that page to use my desired template
- Template part vs Sidebar (differences)
- Backend menu sidebar collapsed by default every time? [duplicate]
- Get sidebars depending on page
- Unregister sidebar from Child-Theme
- How can I hide the sidebar on specific pages?
- How to delete wordpress menu
- Display sidebar if blog
- How can you add a link to a sidebar description?
- unregister_sidebar() in stand-alone theme not working
- CSS Twentyeleven / Sidebar has to be changed IN the CSS Stylesheet. Sidebar on the left side
- Why does the TwentyTen Theme sidebar have a class called ‘xoxo’?
- Dynamic Sidebar for subcategory of a category
- Same date is repeating on my custom ‘Most Recent Posts’ on sidebar
- How are Dynamic Sidebar Widgets rendered
- Output dynamic_sidebar into PHP
- Sidebar loop – Thematic Framework
- How to have dynamic sidebar content per post
- Dividing widgets in sidebar?
- How to add an entry to the Page/Post Settings Sidebar? [duplicate]
- Sidebar on the wrong side of the page
- How to get the sidebar HTML content?
- Adding Multiple Sidebars
- author list not linking to correct page
- Unable to call specific dynamic_sidebar
- Display smilies in Sidebar, too?
- Call dynamic sidebar by name not ID
- Sidebar widget not displaying after simple code update.
- How to send data to sidebar?
- Dynamic sidebar rendered in another place than i would like
- Implementing Sticky Kit on WordPress
- Common side bar for multiple websites
- finding sidebar content in wordpress
- How do you control sidebars when there’s no get_sidebar in templates?
- Find sidebar.php in WP 3.9.2
- Sidebar not appearing on page template with custom posts
- get_posts() in secondary sidebar messes up content in primary sidebar
- Get specific sidebars $wp_registered_sidebars [closed]
- Twenty Thirteen get_sidebar Question
- How to use full length of the upper part of the content and below of it is a content with a sidebar?
- Function to add class to element?
- Is it ok to chop index.php and include files?
- WordPress – Allow dynamic text to be added into a sidebar upon page creation
- Sidebars are no longer working
- How to remove the ‘Archives’ title and list and the ‘Meta’ title
- How do i replace the sidebar to use pages instead of blogs?
- Custom sidebars – get_sidebar() problems
- Sidebar Stuck To First Post, Not Top Of Page
- Is there a way to display content from a post meta box in the sidebar?
- Header image is overlapping sidebar?
- “Folding” links in the blogroll
- How to assign a sidebar to a WordPress page when none was there before
- How to make sidebar float right and site content left
- The WP home page corrupted after switching to new theme
- Problem adding sidebar to Underscores theme
- unordered list loop not showing up in sidebar
- How do I fully rid of the 1px wide sidebar border? [closed]
- Change Sidebar for rewritten page
- Change page layout
- Main content showing up below sidebar
- I’m hit with: undefined constant register_sidebar. Once in debug mode? [closed]
- I’d like to add an fa icon before a link in my ‘recent post’ side bar [closed]
- Call Multiple Sidebars at once
- Echo there are no posts wp_get_archives
- echo widget contents
- How to unregister sidebar for template_part?
- Include inside sidebar
- is_home() and is_front_page() not working in sidebar
- My side bar is missing from new pages.
- Change /add items in menu on the inner sidebar
- sidebar – widgets versus code – options
- Template is different with and without comments
- Only display on sidebar if only got value inserted on post
- How to display a sidebar only for blog?
- Sidebar not visible after changing to new domain
- Resizing Picture
- Sidebar not displaying on custom-page.php
- Searchresult sidebar change
- How to hide a Sidebar from other admins?
- Differentiate Between Parent & Child Categories
- Images in Woocommerce Product Sidebar [closed]
- How to change font in title of sidebar widget [closed]
- Persistent sidebar.php [closed]
- Archive Widget – Show selected Category Post title. Sorted by Year
- Sidebar not appearing
- Woo commerce Single Product Sidebar [closed]
- how do I change the side bar content?
- Disappearing Widget Text area