Viewing 3 replies - 1 through 3 (of 3 total)
  • <?php the_time('<span color:#b464e5'>j F y</span>'); ?>
    is all sorts of jumbled up! one apostrophe inside the declaratio, etc…

    http://www.w3schools.com/tags/tag_span.asp

    <span style="color:#b464e5"><?php the_time('j F y'); ?></span>

    Thread Starter kzblog

    (@kzblog)

    Thanks for cleaning that up for me. I really don’t know php, just trying to reason it out.

    I still can’t get links to change color.
    When I try:
    <span style="color:#b464e5"><?php the_category(',') ?></span>
    it has no effect. I.e. the color of the link is the same as when I have
    <?php the_category(',') ?>

    Thread Starter kzblog

    (@kzblog)

    For these particular tags, I put in my css

    #content .postmetadata a:link
    {
    color:#b464e5;
    }

    That worked fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color of postmeta tag links and other php links’ is closed to new replies.