2014-09-30, 02:51:05
Hello,
I managed to bring News Manager individual post title tags together with individual page title tags from the Custom Title plugin with this sequence for title tag:
<title><?php nm_post_title(); ?><?php echo(get_custom_title_tag()); ?></title>
Just if anybody is interested in this
I managed to bring News Manager individual post title tags together with individual page title tags from the Custom Title plugin with this sequence for title tag:
<title><?php nm_post_title(); ?><?php echo(get_custom_title_tag()); ?></title>
Just if anybody is interested in this