• Hi, I’m having a small problem…

    1. On “Screen shot #1” which is the main home page with the news feeds, you can tell there’s an option “Lesa Meira” (stands for “Read More”) Those two posts are in the categorie “Bílar”

    2. On “Screen shot #2” When I click on the categorie which these two posts are in (“Bilar”) I don’t have the option to click on “Lesa Meira” (“Read More”)

    How ca I fix this?

    Please see Image

    One more question.. on “Screen Shot #2”, inside the green ring I made, is the name of the categorie these posts are in, how do I remove the name so it can’t be seen?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Would need a link to what theme this is to be able to help for first issue.

    A link to the site and I could tell you how to remove the category name via CSS also.

    Thread Starter Molinn

    (@molinn)

    Hi Aaron,

    The link to the site is http://www.musclecars.is/main/ (still building it)

    Theme is AutoStyle By NewWpThemes.com Version 4.1.

    Thank You.

    In wp-admin go to themes -> editor
    Open up archive.php

    Find
    <?php the_excerpt() ?>

    Replace with

    <?php the_content('<strong>Read more &raquo;</strong>'); ?>

    Open style.css (if your theme options doesnt let you add extra CSS code)

    Add this at the bottom

    .category h2.pagetitle {
    display: none;
    }
    Thread Starter Molinn

    (@molinn)

    Hi Aaron,

    Thanks alot, the first one worked like a charm! 🙂

    However after I edited the style.css file, nothing changed. I still have the “Bilar” at the top left of the categorie when I view it, do you have any solution?

    I don’t see Bilar anymore. Guess you did it?

    If not please let me know exactly where you are seeing it.

    Reload browser cache maybe?

    Thread Starter Molinn

    (@molinn)

    Hi Aaron,

    I forgot to refresh… sorry about that, everything works as it should.

    Thanks so much! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘"Read more" doesn't show up!’ is closed to new replies.