[Plugin: Now Reading Reloaded] Page title isn't being populated
-
My Now Reading Reloaded pages aren’t populating the WordPress page title properly. wp_title is blank, and when I try to call nr_page_title on any of the library pages it seems to be blank too.
Here is the code for page title in my theme’s header.php:
<title><?php if(is_home()) bloginfo('name'); else { wp_title(''); ?>?>?<?php bloginfo('name'); } ?></title>
And within now_reading.php there’s the function:
function nr_page_title( $title )
I won’t post the whole function, but I haven’t modified it. My understanding is that this function should be populating wp_title, but it doesn’t seem to be. And even when I try to call it directly in a page, it seems to be blank.
I’ve had Now Reading Reloaded running for some time but have never managed to crack this particular problem. I’m hoping someone here can help and that it’s a fairly obvious solution that I’m missing!
My Now Reading Reloaded site is at https://www.brelson.com/library/
https://www.ads-software.com/extend/plugins/now-reading-reloaded/
- The topic ‘[Plugin: Now Reading Reloaded] Page title isn't being populated’ is closed to new replies.