Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1362237
    lisaparis
    Participant

    Hello,

    I am building a site in X Theme. I installed Icon 07 demo content on the site. In the demo there is a beautiful blog page. I think I somehow deleted the demo content for the blog page on my site, because my blog page is completely blank, minus the title of the page at the top. Can you tell me how to recover this demo content and get the blog page back to the format it has in the demo?

    Thanks!!

    Lisa

    #1362456
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Could you please provide us with a link to your Blog page?

    You can simply add some blog posts with content and then it will started to appear in the blog index page.

    Let us know if you need any further assistance.
    Thanks!

    #1362919
    lisaparis
    Participant
    This reply has been marked as private.
    #1363099
    Rupok
    Member

    Hi Lisa,

    Looks like you have made your blog page password protected, so can’t check. But the demo is nothing special rather default standard layout that you will get if you set your blog page from Settings > Reading and Style to “Standard” from Customize > Blog which should be default – http://prntscr.com/e6627z

    However if you want to get the different background color for different post format then you can add this under Custom > CSS in the Customizer.

    .format-standard .entry-wrap {
        background-color: #16a085 !important;
        color: #2b3331 !important;
    }
    
    .format-image .entry-wrap {
        background-color: #27ae60 !important;
        color: #deeaed !important;
    }
    .format-gallery .entry-wrap {
        background-color: #2980b9 !important;
        color: #d0e7f7 !important;
    }
    .format-video .entry-wrap {
        background-color: #8e44ad !important;
        color: #e9daef !important;
    }
    .format-audio .entry-wrap {
        background-color: #2c3e50 !important;
        color: #cfd4d9 !important;
    }
    .format-quote .entry-wrap {
        background-color: #f1c40f !important;
        color: #fcf2c8 !important;
    }
    .format-link .entry-wrap {
        background-color: #c0392b !important;
        color: #f9d0cc !important;
    }

    Make sure you have number of posts with different formats.

    Cheers!

    #1367590
    lisaparis
    Participant
    This reply has been marked as private.
    #1367734
    Christopher
    Moderator

    Hi there,

    Please add featured image to your posts.

    Please make sure to close </strong> tag at the right place.

    Hope it helps.

    #1371283
    lisaparis
    Participant

    Christopher, Can you tell me how to “add featured image to my posts” ? I am also not savvy with code so I do not know how to “close tag at the right place.” Please go more in depth with these. Thanks!

    #1371524
    Christopher
    Moderator

    Hi there,

    To add featured image, check this link : http://www.wpbeginner.com/beginners-guide/how-to-add-featured-image-or-post-thumbnails-in-wordpress/

    To help you with HTML tags, please provide us with login credentials in private replay.

    Thanks

    #1372137
    lisaparis
    Participant

    This helped! Thank you!!

    #1372233
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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