• So I’m using this on my front page to display the recent post:

    <?php get_archives(‘postbypost’, 3); ?>

    The issue is that there is CSS that is being applied to the result that I don’t want. I want it just to show up as a link, not a bulleted format. Where on earth is the CSS that is set for this function?

Viewing 1 replies (of 1 total)
  • Anonymous User

    (@anonymized-473288)

    An option is to use the Firebug extension for Firefox. It will allow you to track the CSS back to the problem. You can then change the CSS.

Viewing 1 replies (of 1 total)

The topic ‘Recent Post’ is closed to new replies.