Tagged: x
-
AuthorPosts
-
January 14, 2017 at 11:24 am #1330010
sonanskiParticipantI’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;
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.
January 14, 2017 at 11:29 am #1330014
sonanskiParticipantThis reply has been marked as private.January 14, 2017 at 12:16 pm #1330045
sonanskiParticipantI’m trying to make something like this; http://demo.theme.co/ethos-1/
January 14, 2017 at 9:10 pm #1330417
Rue NelModeratorHello 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.
January 15, 2017 at 9:54 am #1330851
sonanskiParticipantSimple 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.
January 15, 2017 at 11:56 am #1330967
RupokMemberHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1330010 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
