Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1348307
    xpert9001
    Participant

    Here is the site and the page with my posts: http://www.thebicyclecityfilm.com/screenings/

    Is it possible to display a post date along with the post title that currently displays?

    Also, I edited all my page/section titles using cornerstone (all except for on the linked page above because that generated on its own). Is it possible to change the css for the above page so that I can make the page/section titles the same? Where would I make the necessary adjustments?

    Thanks!

    #1348695
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! You can always display the post date or post meta as well call it in your blog. Simply go to the customizer, Appearance > Customize > Blog > Content and enable the “Post Meta” option.

    Please let us know how it goes.

    #1349041
    xpert9001
    Participant

    That worked. But now I have a new question. Can I get rid of the post author and categories?

    #1349319
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    p.p-meta span:first-child, p.p-meta span:last-child {
        display: none;
    }

    Hope that helps.

    #1349416
    xpert9001
    Participant

    Thank you very much for your help!

    #1349458
    Christopher
    Moderator

    You’re welcome.

    #1357922
    xpert9001
    Participant

    Is it possible to remove the author and the category everywhere it might appear? For example of the full post (single post) and any other pages where it could be… archives, etc?

    #1357966
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .p-meta span:first-child, 
    .p-meta span:last-child,
    .p-meta>span:after {
        display: none !important;
    }

    Don’t forget to clear the cache.

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1348307 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>