Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

Jumpringer99 on "Make a page title in two colors"

$
0
0

I want page titles of three specific pages to display two colors.

The solution may be a php statement replacing a string with css.

I've tried this several times with no luck... for example:

<?php
$myPageTitle = get_page(244));
$myPageTitle = str_replace(array('...that', '<span>...this</span>'), '', $myPageTitle);?>
<?php echo $myPageTitle; ?>

Suggestions welcome....thanks.


Viewing all articles
Browse latest Browse all 8245

Trending Articles