• Resolved MrSlartibartfast

    (@mrslartibartfast)


    Hi!

    I want to make 2 changes on the posts in the raindrops theme.

    1) I have some problem with the date display. This is displayed under the headline:

    Posted on F j, Y H:i by admin

    Anyway, I don’t need the date to be displayed since the page will not be updated very often.
    I want to remove that the date is displayed!
    How can I do that?

    2) I want to remove the last line under a post:

    This entry was posted in Uncategorized. Bookmark the permalink.

    I don’t use categories, so it’s not useful to see under every entry that it was posted in “Uncategorized”.

    Sorry for these simple questions. I am pretty sure that it should not be to hard to accomplish, but somehow I didn’t find the right code that needs to be taken out or modified.
    Thanks in advance for any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author nobita

    (@nobita)

    Hi MrSlartibartfast

    1) I have some problem with the date display. This is displayed under the headline:

    Please Open Settigs / General

    Date Format
    set radio button Custom and textfield value set none

    Time Format
    set radio button Custom and textfield value set none

    Submit Save Changes

    Above settings will be disappear the date.

    I don’t use categories, so it’s not useful to see under every entry that it was posted in “Uncategorized”.

    Please open the style.css
    Add below code last line.

    .entry-meta a[href$='cat=1']{
    	display:none;
    }

    Thank you

    I followed the directions above, and it did remove the date and un-catagorized, but it left this:

    Posted on by admin

    (at the top of the posts)

    AND

    This entry was posted in . Bookmark the permalink. Edit

    (at the bottom of the posts)

    How do I turn off the

    Posted by admin

    AND

    This entry was posted in . Bookmark the permalink. Edit

    https://www.riverregionradio.net

    Theme Author nobita

    (@nobita)

    Hi KyleKessler
    Next, when you ask a question, please ask a question newly.

    Reason This question for MrSlartibartfast.

    Please open the style.css
    Add below code last line.

    /* Remove posted-on*/
    article .posted-on,
    /*Remove This entry was posted in . Bookmark the permalink. Edit*/
    article .entry-meta{
    	display:none;
    }

    Thank you.

    I understand. Thank you for all you help.

    Thread Starter MrSlartibartfast

    (@mrslartibartfast)

    Hi!

    Thank you again for the quick help! Sorry that my response took so long, there have been a lot of holidays and I was on a trip as well.

    Removing date and time worked without any problems.

    I also had the same follow up question like KyleKessler. So thank you also for this solution.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Modify posts/articles appearance’ is closed to new replies.