• Alex King’s wp-last-visit plugin is now working at my site. I’ve toyed around trying to get a space to be inserted between the last letter of the post title and the “new” tag that shows up… but I’m not finding the answer (though I’m sure it’s pretty easy). I’d also like to have one space between the comment area and the new tag (so that the new tags show up on my site in a similar manner as they appear at alex king’s site).
    I’m pretty sure I need to insert some kind of command code for that extra space where the call for the .gif file is, right before the </head> tag (in the index.php file).
    Here’s a link to my site: https://www.wump.info/wumpblog

Viewing 2 replies - 1 through 2 (of 2 total)
  • Dang, I hit refresh instead of post message. Let’s try this again: Try this:
    <img src=”<?php echo get_settings(‘siteurl’) ?>/ak-img/new_8.gif” alt=”New” title=”New since your last visit.” />
    or better yet:
    <img src=”<?php bloginfo(‘siteurl’); ?>/ak-img/new.gif” alt=”New” title=”New since your last visit.” />
    I suspect if $siteurl was set (instead of being null) you would have this:
    <img src=”https://www.wump.info/wumpbloghttps://www.wump.info/wumpblog/ak-img/new.gif&#8221;

    Thread Starter danithew

    (@danithew)

    Hey Beel,
    Sorry to put you to all that work and then figure it out myself. ?? But hey, I’m larnin’!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-last-visit plugin question’ is closed to new replies.