GetSimple Support Forum
QUESTION News Manager Posts without parent title-tag - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: QUESTION News Manager Posts without parent title-tag (/showthread.php?tid=17096)



News Manager Posts without parent title-tag - Sveninho - 2023-09-09

Hello,
im sure this question is already answered somewhere, but is it possible (on news post level) to only show the post title instead of post title AND site title?

Something like this:
Code:
<?php nm_post_title() | <?php get_site_name(); ?>


and the parent page (NM overview if you will) would be like:
Code:
<?php get_page_clean_title(); ?> | <?php get_site_name(); ?>