Tagged: ,

Viewing 20 posts - 1 through 20 (of 29 total)
  • Author
    Posts
  • #5719

    I am wondering how to remove the “Posted on ___ by__” from the top of posts.

    I tried remove author and date plugins and they got rid of the author and date, but not the “Posted on by”

    Here’s the site I’m working on:

    http://www.harrisonburg4miler.com/charity/proceeds-support/

    Thanks.

    #5761
    maevamena
    Member

    Hi there,

    I’ve done as you say above, thank you.

    How can I remove the featured image from the main blog list.

    http://66.147.244.179/~wendybow/category/blog/

    Thanks!

    Maeve

    #5762
    maevamena
    Member

    Sorry, wrong post!

    #5773
    chaseyrita
    Member

    I’m interested to see how this thread pans out. I’ll subscribe 🙂

    Site is looking good!

    @janelle- May I reccomend a favicon for your site? The PA flag would a great fit? I used the Colorado flag in mine. I simply Google’d “colorado flag favicon” downloaded it and then used the simply plugin buit for Catchthemes.

    check out my site to see an example.:

    http://www.chaseyrita.com

     

    #5785
    bendelaney
    Member

    I am interested in this issue too.

    #5810
    Sakin
    Keymaster

    @janellenferrigan: You can remove the post meta from the top of posts by adding in the following CSS in “Custom CSS” box in Theme Options panel.
    .entry-header .entry-meta { display: none; }

    #5898
    mrt_rl
    Member

    @Sakin thanks for the code! worked for me 🙂

    #5907

    That did it!  Thanks @Sakin.

     

     

    #5933
    maevamena
    Member

    Thanks @Sakin!

    #11159
    elenbahr
    Member

    Hello.

    Is there a way to ONLY remove the author name, but to leave the date? When I use .entry-header .entry-meta { display: none; }, the author and date both go away.

    Thanks in advance.

    #11181
    Sakin
    Keymaster

    @elenbahr: Can I know your site URL? I need to check your site to send you the css.

    #26257
    Shana
    Member

    Hello, I have tried this code along with many more lines, and for some reason the date and author and category are still shown. I am referring to the feature image posts that are linked to the homepage slider. Please please help!

    #26326
    Sakin
    Keymaster

    @Shana: Can you post in your site URL so that I can check in.

    #26393
    Shana
    Member

    Hi Sakin,
    Updates! I was able to remove the author and date but I can not seem to remove the “Posted in Uncategorized” tag. I have read many other forum posts that say you must remove the appropriate lines from the .php files, but I have searched all the theme .php files and can’t find the code. I am really enjoying customizing this theme, but there are just a few things are stumping me. If you could please help me I would be so grateful.

    Site: http://www.casajerusalen.com

    #26420
    Sakin
    Keymaster

    @Shana: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide it.
    .hentry .entry-meta { display: none; }

    #26458
    Shana
    Member

    Thank you so so much. One last question…how can I change the font size of the page and post titles? Is it not with .entry-title?

    #26585
    Sakin
    Keymaster

    @Shana: Sorry I don’t recommend you to change the font size of the page. It’s due to responsive design.

    body {
        font-size: 1.4em;
    }
    #33960
    helen
    Participant

    Hi again Sakin

    New problem!

    What is the CSS to keep the “Posted on June 8, 2014”, but remove the “by admin”? Or even better, is there a way to change “admin” to “Mesmerize Candles”?

    Thanks

    Helen

    #34037
    Sakin
    Keymaster

    Hi Helen,

    For this, you can edit your admin user profile from “Users = All Users” and edit admin profile and then change “Display name publicly as” to “Mesmerize Candles” and then click on Update Profile.

    Note: this “Display name publicly as” will give option to select name from “First Name” or “Last Name” or “Nickname”

    Regards,
    Sakin

    #34048
    helen
    Participant

    Hi Sakin

    Thanks, that’s exactly what I wanted.

    Helen

Viewing 20 posts - 1 through 20 (of 29 total)
  • The topic ‘Remove Author and Date Text from Posts’ is closed to new replies.