Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1169083
    Tristan A
    Participant

    Hi guys,

    I previously had this thread opened https://community.theme.co/forums/topic/h1-tags-and-seo/ to have posts rendered without the header.entry-header. This allowed me to do the layout of blog posts entirely with cornerstone and not have the featured image and H1 rendered by wordpress.

    In that thread you guys gave me a php template (_content-post-header.php) which i uploaded to my child theme folder. Everything worked fine.

    However, I realized that though it is great to do posts design with Cornerstone, it would cause problems in the future. For example, if I ever wanted to redesign my blog, i would have to manually redo each individual posts.

    So… I went to work and was able to create the same look and feel using CSS only. So far so good.

    However, I now want to undo the template change also, as it is no longer needed. And here is what puzzles me…. If i delete the _content-post-head.php file from the child theme folder /x-child/framework/views/integrity …. posts still show without header.entry-header???

    #1169085
    Tristan A
    Participant
    This reply has been marked as private.
    #1169141
    Thai
    Moderator

    Hi There,

    Please find an remove this CSS:

    .single-post .entry-thumb {
        display: none;
    }

    Hope it helps 🙂

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