changing title to page in get_header()
-
Is there a way to change the
<title>title</title>
of a page that I’m creating with this code?<?php require_once($_SERVER["DOCUMENT_ROOT"].'/wp/wp-load.php'); get_header(); ?>
Thank you
- The topic ‘changing title to page in get_header()’ is closed to new replies.