Adding meta titles for paginated pages
-
Hello,
I have added this to my head
if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s'), max( $paged, $page ) );
in order for the meta title of paginated pages to also show the page number, but I would like the page number to be displayed BEFORE the site’s name, like this
Uncategoried | Page 2 | mysite
How would it need to be changed?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding meta titles for paginated pages’ is closed to new replies.