• Resolved shsutim

    (@shsutim)


    Currently my footer looks like this:
    Published by Tim, on January 28th, 2009 at 6:07 pm. Filled under: Uncategorized Tags: funny ? 1 Comment — (Edit this?)

    Is there any way I can take out the “Filed under: Uncategorized” and how do I make it so people can see previous entries? Thanks. I know HTML, but PHP is soo confusing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well, you could always make categories so that your blogs seem neater so it’s not “uncategorized”. The php code is in your index.php file & your single.php file in your themes folder.

    <div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    		</div>

    That should be the code for previous entries.

    In your postmetadata area, get rid of the File under: <?php the_category(', ') ?> .

    That should be it. All of this is not in your footer, or at least it shouldn’t be in your footer. That is a separate file.

    The area you are talking about is called the post meta data area. It’s normally listed under your blogs but some people like to list it right where their blog title is.

    The navigation links should be after all of your blogs. So it is right above the footer but it is not the footer.

    Thread Starter shsutim

    (@shsutim)

    Thanks, that was a MAJOR help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with Footer Appearance’ is closed to new replies.