Forums

How do I change where post titles go on home page? (6 posts)

  1. dominika lipniewska
    Member
    Posted 2 years ago #

    Hi,
    I'm very new to wordpress and have been doing my best to try and get it how I want it but I'm stuck on something!

    On the home page http://www.dominikalipniewska.com i have managed to rename and slightly drop the navigation links on the left which is good, but when I tried to do the same with the post titles, it doesn't seem to work.

    It either drops them down too far like they are now, or it places them right under the header. I would really like them to go level with the navigation if thats possible?

    Also, when you open a post you can see:

    POSTED: MARCH 1ST, 2010
    CATEGORIES: UNCATEGORIZED
    TAGS:
    COMMENTS: NO COMMENTS.

    Is there any way I can get rid of that for all the posts so it doesn't show any more?

    Thanks
    Dominika

  2. dominika lipniewska
    Member
    Posted 2 years ago #

    Help!

    I'm doing this using safari and the posts look fine (they each have an image in) but a friend just had a look in ie and ff and told me the pictures don't show and in ff, the header has a scrolling box on it!

    Can someone please point me in the right direction so that it looks he same in all browsers.

    Thanks
    Dominika

  3. songdogtech
    Member
    Posted 2 years ago #

    You have to be careful with your code editing and keep track of opening and closing tags in the theme file you're working on: [Invalid]Markup Validation of dominikalipniewska.com faces - W3C Markup Validator. Scroll down in the validation report to see line numbers and source code to find where you need to fix your template files. And compare your edits to a fresh copy of the theme.

  4. dominika lipniewska
    Member
    Posted 2 years ago #

    Hi,
    Thanks for your reply and taking a look at my site.

    I had a look at the link, and while it didn't make much sense to me, when I looked at the four errors in the code on that page, all the lines mentioned looked ok to me and all had the correct > tags? Sorry...im not code-orentated at all!

    My main worry about this site is that the images don't show in ie or ff. Would these small errors cause that to happen?

    I just reuploaded the template and the images still dont show in those browsers!?

  5. songdogtech
    Member
    Posted 2 years ago #

    You've uploaded your images as tifs instead of jpgs. Redo your image uploads as .jpg and they should work in IE.

    Then go back and do your theme edits one at a time and check them for display. You can get rid of the posted, tag and category stuff by deleting in yout theme files:

    <div id="postinfotext">
    Posted: <?php the_time('F jS, Y') ?><br />
    Categories: <?php the_category(', ') ?><br />
    Tags: <?php the_tags(''); ?><br />
    Comments: <a href="<?php comments_link(); ?>"><?php comments_number('No Comments','1 Comment','% Comments'); ?></a>.
    </div>
  6. dominika lipniewska
    Member
    Posted 2 years ago #

    Hi,

    It worked:) Thank you very much!

    Dominika

Topic Closed

This topic has been closed to new replies.

About this Topic