Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1151978
    bttrym8
    Participant

    So i’ve got an interesting question. I would like to do one of two things:

    Either A) be able to design a “page” and then have it appear in the blog feed – i’m not aware of making this possible?

    or B) be able to create a post and hide the “entry-header” “entry-share” and “x-recent-posts” that i’ve put in all of my basic blog posts.

    The thought process here is to have special “posts” in my blog feed that will look much more professional than simple blog posts. Has anyone here done this?

    #1151998
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Option B might be possible, can you please share the URL of your site so we can take a look?

    Thanks!

    #1152012
    bttrym8
    Participant
    This reply has been marked as private.
    #1152054
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can add this under Custom > CSS in the Customizer.

    .postid-744 .entry-header {
      display: none;
    }
    
    .postid-744 .entry-featured {
      margin-bottom: 15px !important;
    }
    
    .postid-744 .x-entry-share {
      display: none;
    }
    
    .postid-744 .x-recent-posts {
      display: none;
    }

    You can now disable comments for this post to get exact view as the page.

    Cheers!

    #1152163
    bttrym8
    Participant

    Ah duh. Don’t know why I didn’t think of that….

    #1152219
    Rahul
    Moderator

    We all have been there! 🙂 cheers

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