Add html tags to list of taxonomies and terms titles
-
Hi!
I wonder if anyone can help me with this:I’m using this code on taxonomy.php to list all taxonomies and terms being filtered:
<?php echo QMT_Template::get_title(); ?>
But I would like to format the output with some html, to make it visually more clear.
The function is in the file named core.php. I can change it directly there and it works perfectly for what I need, but it messes up the page title with the html tags (I’m using wp_title).
So, what I’m looking for is, either a way to strip the html from the page title, or another way of writing the code in template.php that allwows more customization.
Any ideas?
Thank you!
- The topic ‘Add html tags to list of taxonomies and terms titles’ is closed to new replies.