2014-11-13, 19:12:47
(This post was last modified: 2014-11-13, 19:15:07 by Hypertexter.)
Hello Carlos,
this is great, thank you! It makes titles like "Tag: tag1 - Blogpagetitle..." which is exactly what I wanted.
I tried to use it to give single post pages a "-" between post title and blogpagetitle, but I failed:
Could you tell me what I did wrong? I think the way with won't help me since I do not show the page title in the blog page...
this is great, thank you! It makes titles like "Tag: tag1 - Blogpagetitle..." which is exactly what I wanted.
I tried to use it to give single post pages a "-" between post title and blogpagetitle, but I failed:
Code:
<?php if(nm_is_single()) echo ' '.htmlspecialchars(rawurldecode($_GET[NMPARAMTAG])).' - '; ?>
Could you tell me what I did wrong? I think the way with
Code:
nm_post_title(""," - ");