Post in Page followup
-
I read your blog entry of “How to Include a List of WordPress Posts in a Page, as well as followed this thread with success: https://www.ads-software.com/support/topic/post-in-page-4?replies=29
I think that I implemented it correctly, but have a couple of questions:
1.) I would like for pages in which I embedded a Post to have the Title made much smaller. I think that this hybrid “Post in Page” page should look a lot like the home page. Like, a single post homepage, but with the Page text flowing under the Post, as seen in my screenshot here:
https://userpages.bright.net/~toddw/tracks-pag-with-posts.png
2.) Is there a simple way to ensure that the Posts embedded into Pages match the homepage left/right layout? Per the homepage of my site here: https://userpages.bright.net/~toddw/tracks-homepage.png
The left/right pattern changes. Is the solution a variation on this CSS?
.singular .excerpt a { text-decoration: none !important; } .singular article .excerpt:nth-child(even) .excerpt-container { float: right; } .singular article .excerpt:nth-child(even) .featured-image { right: auto; left: -1px; }
Thanks and regards,
Todd
- The topic ‘Post in Page followup’ is closed to new replies.