Uniq titles for custom pages?
-
At my project i use bbpress as simple CMS with comment system. And bbpress works great.
I create custom pages:
1) make files [custom_page_name].php with:
<?php
require(‘./bb-load.php’);
bb_repermalink();
bb_load_template( ‘intro.php’ );
?>
and place it to root folder
2) making [custom_page_name].php with
<?php bb_get_header(); ?>
…some content…
<?php bb_get_footer(); ?>
and placing it to template folder
How to make uniq title (which search bots loves) for custom pages?
Thank you.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.