2013-01-02, 03:44:18
I've created a small plugin to make it easy to have the post title in the <title> tag: News Manager Title
Anyway NM 2.3 will have a function for use as template tag in the <title> tag (if you prefer to do it this way), like:
Already done in development version (code)
Anyway NM 2.3 will have a function for use as template tag in the <title> tag (if you prefer to do it this way), like:
PHP Code:
<title><?php nm_post_title() or get_page_clean_title(); ?> ...</title>
Already done in development version (code)