(2013-03-03, 18:16:00)Carlos Wrote: I've checked your site and I see it is working.
But you used the example I posted (with "..."). I suppose you want to display the site name after the page/post title, so it could be like:
Code:<title><?php nm_post_title() or get_page_clean_title(); ?> - <?php get_site_name(); ?> </title>
Hey Carlos,
Maybe I just don't get the function of it. What I want is when the newsmanager shows up on a page, don't show the page-title on the page, only the post-title. But on pages not using the pagemanager, the page title is shown. I thought that was the function of the new template-tag (and the plugin).
Now I see both (with dates). If I rule that out (<!-- -->), the titles of pages wouldn't show up on pages without newsmanager.
Thanks for the support.
Edit1:
btw, I changed the code to this: <title><?php nm_post_title() or get_page_clean_title(); ?> - <?php get_site_name(); ?> </title> , but no change when I see the pages.
Edit2:
Hey Carlos, maybe you can add links to all the working plugins for newsmanager on both the plugins page and first post in this topic.