How can I desactivate categories and author name on blog post ?

  • Posted in : Read WP
  • Clem
    Participant

    Hello,

    As all my post are written by the same author and belong to the same category, I do not want to display them.
    How can I do that ?

    Thanks

    Clémence

    Clem
    Participant

    As well, I would like to delete the word “on” before the date.
    How can I do that ?
    Thanks

    Clem
    Participant

    ok, find the way to delete metadata category and author :

    .post-category { display: none; }
    .by-author { display: none; }

    however, I still can not figure how to delete the word “on” before the date.

    could you please let me know.

    Thanks

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    .entry-meta span:nth-child(2) { display: none; }

    Thanks

    Clem
    Participant

    Thanks for your answer.

    But I want to keep the date (which is good), without the word “on” before.
    For the moment, the format is “on 12 mars 2022” when I would like to have “12 mars 2022”.
    Is it possible to not display “on” ?

    Thanks

    serkan
    Moderator

    Hi,
    I will forward this topic to our developer and I will keep you updated.
    Thanks

    ahmetsali
    Keymaster

    Hi, you may use this custom css code;

    .post-date {
        color: #fff0; text-indent: -12px; display: inline-block;
        }
    
    Clem
    Participant

    Hello,
    Ok, the word “on” is in white :).
    It does work, we can not see it anymore.
    Thanks

    serkan
    Moderator

    You are welcome :) We’d be very happy if you can spare a minute to rate the theme on ThemeForest. Your feedback will boost our motivation and help us to work harder on future updates.

    https://themeforest.net/downloads

    Thank you for your support.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register