PopularFX, windows 11, firefox. Thank you
]]>I am using the following code to change part of the title:
add_filter('document_title_parts', function($title_parts) {
if (is_paged()) {
global $wp_query;
$total_pages = $wp_query->max_num_pages;
// Get the current page number
$paged = get_query_var('paged');
// Set the desired text instead of "Page 2".
$title_parts['page'] = 'Page ' . $paged . ' of ' . $total_pages;
}
return $title_parts;
});
For example, I can easily change the title separator on all pages with one line of code:
add_filter('document_title_separator', fn() => '|');
However, I cannot change the part of the title related to the page number on the author pagination pages using the ‘document_title_parts‘ filter. I do not encounter this issue when the plugin is deactivated.
By the way, why isn’t the dynamic variable {{ page }} used in the Meta title of the homepage?
]]>I tried to create a template for Author archive as it is not created by default in this theme.
I did it throught the new Theme Edtor, but in this end it doesn’t change anything.
On a post, when I try to click on the author name, it should leads me to a archive author page, but it only show a blank page with only the name of the author H1…
Any idea is welcome.
]]>I am working on a WordPress website (version 6.7.1) with Twenty Twenty-four theme.
I have several author who publish posts.
On each post there is a link to Author.
But that link leads to empty page…
there is no author archive page on that template?
Why is there not such a page template? Does it mean I have to create one ? Do I have to create a child theme first ?
thanks for any help.
]]><meta name="author" content="Paul">
I have turned off Author types in the Meta Tags section of settings:-
Thanks,
Paully
]]>I made a WP login with the Revisor permission level for a VA. The VA created and submitted a revision for a blog post, but the plugin’s preview of the page is now showing her name as AUTHOR – even though I’m clearly still listed as the author on the Revision Queue.
Any ideas why?
]]>I’ve recently changed my url and my Author name is still attached to my old url, and an error saying
This site can’t be reached Check if there is a typo in?www.lovefromlisa.com. is displaying.
I’ve tried to work out how to change the url to my new website but I can’t seem to find a solution.
Is there anything I can do.
Thank you,
Lisa.
]]>Thanks for a great plugin!
Please can you share how to hide the box on the course page that says “A course by”? https://prnt.sc/JJQqNr9dXgsi
As this shows, I have disabled both instructor info and author in design settings: https://prnt.sc/A3XOrt8xKpDw
I have searched the forums for this issue and tried multiple CSS codes to resolve it, but they don’t work on the course page itself (only on archive page). I also would rather not edit a template file, as that will get overwritten when there is a plugin update.
Thank you so much!
]]>