1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress code question

Discussion in 'WordPress' started by mpak11, Mar 11, 2009.

  1. #1
    hi...how can i decrease the font size in my wordpress blog? what code should i be looking for in the stylesheet....

    also, is there a way for this info not to appear on every post
    "Posted on February 13th, 2009 admin No comments "

    any help would be appreciated..
     
    mpak11, Mar 11, 2009 IP
  2. mrhrk01

    mrhrk01 Well-Known Member

    Messages:
    664
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    145
    #2
    About your first problem, i woud suggest looking in a file called style.css or something which is named similarly.

    You will need to look in the index.php for your second problem about displaying information alongside/above/below the post.

    If you require any help let me know.

    Kind Regards
    mrhrk01 ~
     
    mrhrk01, Mar 11, 2009 IP
  3. qazu

    qazu Well-Known Member

    Messages:
    1,834
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    165
    #3
    We'd need to know what templte you're using to be able to help properly.

    For the font issue, check for font or font size in body { ... } you'd probably need to check for font or font-size in the other elements elements as well.

    Can't help you with the post details if we don't know what template you're using :(
     
    qazu, Mar 11, 2009 IP
  4. mpak11

    mpak11 Guest

    Messages:
    234
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks....I am using this theme - Gear 1.2.6, if thats what you mean by templates.
     
    mpak11, Mar 11, 2009 IP
  5. bob25

    bob25 Well-Known Member

    Messages:
    1,519
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #5
    You're looking for something like this

    <div class="postdate"><?php the_time('l, F jS, Y') ?>

    Just delete it.

    I'm not familar with that theme, but if you go to Appearance/Editor you'll probably find it in index.php and single.php

    If you mess it up just re-upload index.php and/or single.php and try again.
     
    bob25, Mar 11, 2009 IP