Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1330010
    sonanski
    Participant

    I’m trying to create a single page that displays published posts. I’m new to WordPress and don’t understand how this is done.

    Here’s the site, and it’s the sermons page I’m thinking about;

    http://www.scottonanski.com/

    I just need “click here/click there” instructions. Any other sort of instruction will lack context, and I won’t understand it.

    Thanks.

    ps – in the next post, I’ll include my WP credentials if that helps.

    #1330014
    sonanski
    Participant
    This reply has been marked as private.
    #1330045
    sonanski
    Participant

    I’m trying to make something like this; http://demo.theme.co/ethos-1/

    #1330417
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! If you want to display the blog index as a page, please create a new page for example entitled “Blog” and then go to Settings > Reading and assign the page “Blog” as your Posts Page. Please check out this codex: https://codex.wordpress.org/Creating_a_Static_Front_Page#Creating_a_Static_Front_Page

    And if you want to display recent post items on a page like a home page, you can use Cornerstone’s Recent Posts element or insert the recent posts shortcode which you can check it here: http://demo.theme.co/integrity-1/shortcodes/recent-posts/

    Hope this helps.

    #1330851
    sonanski
    Participant

    Simple as it gets. Thanks!

    So, now that I have that done… The featured images are a little too big for my liking. Where would I edit the width & hieght? I do have a child theme installed, and it’s active (I think). Would I edit the sizes of the featured image for the “posts” page there?

    Again, thank you. I’m very grateful for this thme and the awesome support it provides.

    #1330967
    Rupok
    Member

    Hi there,

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

    @media only screen and (min-width: 768px) {
    .blog .x-main .hentry > .entry-featured, .search .x-main .hentry > .entry-featured, .archive .x-main .hentry > .entry-featured {
      width: 20%;
    }
    .blog .x-main .hentry.has-post-thumbnail > .entry-wrap, .search .x-main .hentry.has-post-thumbnail > .entry-wrap, .archive .x-main .hentry.has-post-thumbnail > .entry-wrap {
      width: 80%;
    }
    }

    Hope this helps.

    Cheers!

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