• Hey and thank you for the great support.

    I removed manually the post date in the thumbnails via css code and I’d like to know if it’s likely that I can put three-five words of the post’s intro instead of the date.

    It’d help me a lot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi there, you can do this in several ways, but it would help to know:

    – In what view are you trying to do this? On the blog page (i.e. homepage on most people’s sites)? Just on individual single posts?

    – Do you already have a child theme set up?

    – Could you provide a link to your site so I can see what you’ve done so far?

    https://www.galerieimbert.com

    Here is my site and I too would like to take off the dates on the posts that slide out….

    Could you please take me thru step by step for doing this..
    I have firebug on my firefox browser.

    thank you
    Kathleen

    Moderator Kathryn Presner

    (@zoonini)

    Kathleen – your site isn’t loading for me right now, but to remove the dates on the blog page in Pictorico, this custom CSS should do the trick:

    .blog .site-content .entry-meta {
         display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    p.s. If you need further help, please start a new thread if you need help with something. Thanks!

    https://www.ads-software.com/support/theme/pictorico#postform

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Intro words instead of date’ is closed to new replies.