One way might be to set posts_per_page
for the query to 13 and then override the $paged
global (before the query is called) to force it to 2 if it is only 1… eg.
if ( (is_post_type_archive('post')) {
global $paged;
if ( ($paged == 0) || ($paged == 1) ) {$paged = 2;}
}
Related Posts:
- add_filter the_content str_replace after shortcode
- WordPress Ajax always returns a 404 error
- How to use SRCSET with get_the_post_thumbnail()?
- How do I make wordpress comment fields required?
- How to display blog images using wordpress in existing project
- WordPress Wysiwyg Content not being displayed
- Javascript code inside “” in core WordPress files .php
- How to display a value from a radio button in the options menu in wordpress
- How do I add HTML to a PHP function [closed]
- Removing unneccessary p-tags (Not every p)
- WordPress automatically adding html tag around PHP code
- Missing sidebar parameter “fix” – before_content
- How to get the POST TITLE using the POST ID?
- Load a page into a div with Ajax
- Converting HTML Template to WordPress Theme
- Multiple options not staying selected after saving
- Why the JavaScript code is ignored from wp editor?
- How to change redirection route to a php page for making it only accessible by logged-in members?
- How to remove ?wp-mce-4103-20162941
- Why Won’t My Inputs in a form with a Get method work together?
- parts of url disappear when using # inside href=”” [closed]
- Dot is not added at the end of href
- Add .htm extention to a custom taxonomy
- Auto 301 to full post permalink? (using : /archive/%post_id% to %post_name% )
- How do I add a custom css to all posts without affecting homepage css? [closed]
- Noscript not working as it should in wordpress site
- Wrapping a Sidebar within
- HTML escaping data with ajax requests
- php within html within php
- Add data-id attribute to child page links
- HTML table attributes ignored
- php esc_html_e with an html link inside not working
- How to edit HTML of my website on WordPress? [closed]
- How to rename woocommerce-billing-fields
- Prevent redirect to wp-login.php
- Creating an image from a custom field
- WordPress forms submissions and PHP files
- How to add post meta in while loop?
- Adding function to child theme’s function.php
- How to use the checked() function to check for a non-empty var
- Calling function in loop causes repeat data
- Find out last 7 days of upload images, last week uploaded image from Gallery and display them in different pages
- Link to page with posts of specific type
- Function Display article [closed]
- How to get the second slug of a page url?
- Displaying images outside the content
- custom add note meta box with add button in wordpress
- WordPress User Meta value variable into Google Gauge Chart
- List sub categories and corresponding posts of a parent category
- population category dropdown and sub category onselect
- PHP function for horizontal Woocommerce thumbnails and badges
- Using Google Analytics in an enqueued JS file
- dynamic php menu with hidden sub-categories only showing when the category name is clicked
- couldnt show short code atts in category
- Add Link to PHP message
- separate list of programs in html/javascript coming from php
- Drop down question
- How do I disable cache for a certain page?
- How can I edit the final HTML structure of the whole web page
- Install functionality for push notifications but WP-Theme has oddly-named, hidden source files [closed]
- AJAX and custom pages
- how to add functions to my function.php using a child theme?
- How to Protect a private folder inside uploads folder, if User is not Logged In?
- How can I create a shortcode from an html and php code written together
- WooCommerce multiple custom fields code
- How to override html codes in wordpress?
- Allowing HTML elements in title widgets spacing problem
- Target a specific container to style on WordPress storefront theme
- How to include different html tags in the header for different pages?
- Use PHP to inject HTML into before page renders?
- Create html tree sitemap
- wordpress form action page not found
- How to make a parent page for author.php?
- Pass form attributes to another php template in wordpress
- Custom HTML form using PHP – help with ajax/username validation
- How to create a php page to collect information from a html page
- Font-Family does not looks like how it should be [closed]
- How to only fetch certain Tag ID’s
- Where to find the html for WordPress site? [closed]
- Can’t make product images clickable
- I need help implement a Javascript code into the PHP file
- WooCommerce – Print Processing orders [closed]
- Category – “No content found”
- Add extra markup to WP menus
- WordPress – Image href for home menu nav not working
- What is the best way to get the first few post from WordPress in different divs using a loop?
- Run php function after html click after page refresh
- Get all the contents of taxonomy and sort by term
- Gallery requires a featured image but does not show it in posts/pages
- How to style this wp_list_pages markup
- How To: Simple domPDF Example
- Cant get theme to change footer color through theme customizer
- How do I modify the with wp_nav_menu()
- HTML in PHP problem [closed]
- Can you not edit the HTML and PHP of your WordPress without paying?
- Parse error: syntax error, unexpected ‘}’ in
- Add multiple HTML attributes to an Elementor button
- Saving meta box data from selected option’s value in database is not working
- Word press – JSPDF – Sending PDF as attachment from wp_mail – Special characters
- How to create different templates for woocommerce single-product.php?