- This topic has 16 replies, 3 voices, and was last updated 3 years, 11 months ago by
Leo.
-
AuthorPosts
-
December 22, 2019 at 1:28 am #1111020
lumir
Hi there,
I have ‘blogg theme’ with WP Show Posts plugin. I want my Home page to look like ‘feed’ with titles above images.
How can I make images or Posts on my Home page unclickable please?
Also I’d like to order Posts as I want, what would you advice please? What shall I choose in WP Show Posts settings? Order by title, author?
Thank you
December 22, 2019 at 9:03 am #1111363Leo
StaffCustomer SupportHi there,
Can we first confirm that you actually want more than one page that shows your posts?
If not then WPSP is actually not needed – we removed Blogg from our library as it was a bit confusing.
Let me know 🙂
December 23, 2019 at 7:15 am #1112366lumir
Hi, for now just one homepage is fine posts running down as in news feed: Title and bellow image.
Please advice how to make image and title “unclickable’ if you you know what I mean?
Also how to order posts as I want? Can I mark posts so that lets say post1 is top then post2 2nd from top and etc..
Thank you
December 23, 2019 at 10:12 am #1112505Leo
StaffCustomer SupportIf you only want one page to display your posts then no need to use WP Show Posts.
You can set the home page to display the latest posts:
https://wordpress.org/support/article/settings-reading-screen/Then add this PHP snippet to remove the link:
https://docs.generatepress.com/article/generate_featured_image_output/#exampleAdding PHP: https://docs.generatepress.com/article/adding-php/
December 23, 2019 at 11:35 am #1112593lumir
Ok I ve done that, I set homepage to display latest posts now.
Where do I paste the snippet?
Also how to order posts as I want? Can I mark posts so that lets say post1 is top then post2 2nd from top and etc..
Thank you
December 23, 2019 at 12:20 pm #1112638Leo
StaffCustomer SupportSee the adding PHP link I provided here:
https://generatepress.com/forums/topic/blogg-theme/#post-1112505Also how to order posts as I want? Can I mark posts so that lets say post1 is top then post2 2nd from top and etc..
This should be the default – latest post on top.
December 24, 2019 at 12:10 am #1112925lumir
Ok, perfect, that’s sorted.
The last thing, do you know how to push the footer down a bit and make more space below contact email? It looks a bit funny..
http://lumirschulz.com/contact/December 24, 2019 at 12:50 am #1112944lumir
Also how do I put titles above images on posts, not opposite as it’s now?
December 24, 2019 at 9:43 am #1113397Leo
StaffCustomer SupportTry the featured image location option in the customizer:
https://docs.generatepress.com/article/adjusting-the-featured-images/Make sure to click the Posts toggle to adjust single post.
December 25, 2019 at 10:50 am #1113962lumir
Great, that’s sorted.
The last thing, do you know how to push the footer down a bit and make more space below contact email? Page looks a bit funny with footer inch below header, if you know what I mean?
http://lumirschulz.com/contact/December 25, 2019 at 4:43 pm #1114046Leo
StaffCustomer SupportHmm is that all the content you want on that page?
December 29, 2019 at 8:11 am #1116830lumir
yes
December 29, 2019 at 10:55 am #1116916Leo
StaffCustomer SupportTry this CSS:
.page-id-611 .site-footer { position: absolute; left: 0; bottom: 0; right: 0; }
December 30, 2019 at 3:24 am #1117268lumir
I pasted it into Snippets plugin but it produced error and didnt work??
December 30, 2019 at 5:12 am #1117335David
StaffCustomer SupportHi there,
the code Leo provided is CSS – you can add it to the Customizer > Additional CSS.
-
AuthorPosts
- You must be logged in to reply to this topic.