Support » Fixing WordPress » Title problem

  • Im using this kind of script to get header, sidebar and footer.

    <?php
    define(‘WP_USE_THEMES’, false);
    require(‘./wp-blog-header.php’);
    get_header();
    get_sidebar();
    ?>

    testing

    <?php get_footer(); ?>

    How can i add own unique title for this site?

  • The topic ‘Title problem’ is closed to new replies.