2023-09-09, 20:25:04
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:
and the parent page (NM overview if you will) would be like:
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(); ?>