Custom Title tag and for wordpress?
-
My gole is simple… I created a page in wp root named download.php
<?php $heading_bs = 'My bla bla heading..'; require_once('wp-load.php'); get_header(); //my code here... get_footer(); ?>
Now how to insert $heading_bs in <title> and meta title?
How to custom description?
- The topic ‘Custom Title tag and for wordpress?’ is closed to new replies.