To add a page number regardless to any plugin … use filters. Do not change the plugin file. You cannot run updates other wise.
Example:
<?php # -*- coding: utf-8 -*-
/**
* Plugin Name: T5 Add page number to title
* Description: Adds <code> | Page $number</code> to the page title.
* License: MIT
* License URI: http://www.opensource.org/licenses/mit-license.php
*/
if ( ! function_exists( 't5_add_page_number' ) )
{
function t5_add_page_number( $s )
{
global $page;
$paged = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1;
! empty ( $page ) && 1 < $page && $paged = $page;
$paged > 1 && $s .= ' | ' . sprintf( __( 'Page: %s' ), $paged );
return $s;
}
add_filter( 'wp_title', 't5_add_page_number', 100, 1 );
add_filter( 'wpseo_metadesc', 't5_add_page_number', 100, 1 );
}
Related Posts:
- Display Yoast WordPress SEO title in archive template
- How to add a page to the Yoast breadcrumbs
- How to print meta description to posts? [closed]
- Removing “Noindex, follow” from pages [closed]
- Why do I get a 404 for my sitemap index after installing Yoast? [closed]
- Change content language for one page
- Manipulating wp_head content
- Yoast’s WordPress SEO plugin is not showing the correct snippet [closed]
- XML Sitemap : broken XML file [closed]
- make the url unlimited
- Query Post Based of Yoast Primary Category Class
- Wrong Canonical url link
- When does the Yoast SEO filter hook wpseo_sitemap_urlimages fire?
- How to parse Yoast SEO Snippet Variables
- Post content blank after disabling Yoast SEO
- With the Yoast SEO plugin, is it possible to make the meta description a required form field?
- WP-RestAPI and xml sitemap
- help to write a custom php script to settingup yoast priority to pages or posts
- Yoast Seo Plugin – Set no-index to a post automatically when a post is set to sticky [closed]
- Yoast SEO Plugin: Double Title isse [closed]
- Yoast SEO creates sitemaps with a dash ‘-‘ but I can’t get Bing to accept them [closed]
- Edit title-tag in wp_head with yoast seo
- Way to change the Yoast Schema depending on post type? [closed]
- Change base URL of Yoast Sitemap [closed]
- Variable focus word YOAST
- How can I add a second Open Graph image to a site using Yoast? [closed]
- How to call Yoast Seo Tags without needing to call the whole wp_head?
- My WordPress website has 2 header [closed]
- Add content before Yoast description
- Twenty Eleven Theme – SEO Yoast duplicate site titles
- Add Page number to Meta Description in WordPress SEO by Yoast [closed]
- Blog home page has canonical link that is incorrect. Do not see where to change this
- How to Modify Breadcrumb Page Names for Specific Pages? [closed]
- P3 Profiler and Yoast SEO plugin
- WordPress site running on Yoast not being indexed into Google News [closed]
- How to use the Yoast SEO wpseo_canonical filter to set a canonical URL for /, /au/ & /uk/ sites in a MU environment
- Yoast Metadata API to adjust/override the meta description
- Prevent Yoast from removing the canonical tag if robots meta tag is set to noindex [closed]
- Fixing link rel=”next” in Yoast SEO for paginated links
- how to disable Yoast SEO schema from homepage only?
- WPML and Yoast SEO setup on a wordpress site is not working properly
- Remove canonical link element from noindex pages
- What could be causing the category to be appearing as the post title in the title tag?
- Changing Post Sitemap Frequency to Hourly [closed]
- Turn off auto 301 on archive pages? [closed]
- Yoast: do I still need to manually insert meta tags in my theme or will Yoast do this for me? [closed]
- Hard-code SEO Title defaults across all sites on a multisite
- WordPress site using Yoast SEO being blocked from indexing by robots.txt
- SEO Yoast Menu Not working
- Wrong Open Graph image is shown (og:image) using yoast
- An inactive plugin causes an HTTP 404 issue on a translated post – WPML
- Set default image for twitter cards with Yoast?
- Overwriting yoast’s og:meta output?
- yoast seo plugin – remove bulk title and description editor menu from non-admins [closed]
- Yoast SEO makes repeated INSERT queries loading any page
- how to add urls dynamically into the sitemap
- yoast sitemap xml
- Using php to overwrite or replace title tag, while using yoast [closed]
- htaccess: Remove trailing slash from URL ending with .xml/ only
- Yoast SEO Calling content filters 2 additional times
- Can’t access my WP dashboard: fatal error? [closed]
- Getting yoast title for custom taxonomy
- Custom WP TItle from custom template with dynamic URL structure
- Yoast SEO hooks overriding themselves
- Open graph problem: Showing wrong description of homepage while sharing on Facebook [closed]
- Adding multiple taxonomy filters to functions.php
- Set different Canonical url programmatically for every post
- Shortcodes not working in category or tag description
- How Yoast SEO plugin works with variable %%name%%?
- WordPress thinks my custom taxonomy pages are search pages #seo
- How to override the title tag for woocommerce endpoints?
- Show Sitename on Yoast SEO Title tag [closed]
- Retrieve a value from Yoast SEO to use to set a default twitter card image honoring overrides
- Filter yoast canonical add_action priority [closed]
- how to show Author information in search results
- Yoast Force Rewrite Crashed Site [closed]
- Double bar “|” in title (By WP SEO Yoast?) [closed]
- wp-admin send 404 error
- How to track analytics with a WordPress site under the same domain as my main site?
- How to stop the custom post type URL from the google search?
- Subcategories randomly not working after page/post/category edit in wordpress. Fix: saving permalinks twice
- Yoast and permalink troubleshooting
- Disabling Yoast, All-in-One, and Rank Math on Certain Pages within a Plugin
- Show Yoast SEO meta tags in Custom WordPress Templates (Theme)
- 301 redirects after changing permalinks
- Robots.txt file not updating
- How to display custom seo title before the loop?
- Replace Yoast og:image in single custom post type
- Rewriting URL with child pages
- Exclude WooCommerce terminations from YOAST
- Yoast Seo Plugin meta title not showoing [closed]
- Facing Problem with Description in Post and Home Page in WordPress
- Mystery URL http://#/ Listed in XML Sitemap Created by WordPress SEO by Yoast Plugin
- How to clean up unnecessary file inside wp-content/plugins/wordpress-seo?
- Open graph issue on my theme
- TypeErrors with Yoast, jQuery in conflict?
- seo meta description issue in google search
- YOAST slug does not take the custom permalink I have made
- Insert meta-description into Yoast-SEO input-field via JavaScript
- Remove a specific sitemap from Sitemap_index.xml