Archived topic
Design blog post page
22 replies · Started by Sachin on August 23, 2021
Hi Team,
I want to make my website blog page like
https://contentberg.theme-sphere.com/blog/2018/07/14/i-love-my-hubby/
Newsletter in right side
Latest post in below newsletter
share button in left side float with the content
author details in below on content
related post below of author
comments below of related post
write a comment in below of commented post
Please help in all these. Thanks
Regards,
Sachin
Referring another link for design layout in option if first one not achievable.
Referring another link for design layout in option if first one not achievable.
Hi Sachin,
Let's handle one question at a time.
Newsletter in right side
Latest post in below newsletter
The example site you've linked is using Mailchimp for the newsletter widget.
And a plugin like this should help with recent posts with thumbnails:
https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/
Hi Leo, Thanks for the reply.
I have already tried with this plugin earlier as well but it is not working with GP theme very well, I have another webiste on Zita theme and the same plugin work better.
As per your advice I have activated the same plugin. but is not giving the same result which I want. Please go to the website and view the result.
I would recommend disabling the block widget editor with this PHP snippet:
https://docs.generatepress.com/article/disable-the-block-editor-in-widgets/
Adding PHP: https://docs.generatepress.com/article/adding-php/
Then reduce the widget padding:
https://docs.generatepress.com/article/widget-padding/
Hey Leo, Didn't understood anything related to your last reply, Can you please guide my step by step.
That is already step-by-step.
I believe some issues you are seeing are due to the block editor in the widget area introduced in WP 5.8.
So add the PHP snippet here:
https://docs.generatepress.com/article/disable-the-block-editor-in-widgets/
Using one of these methods:
https://docs.generatepress.com/article/adding-php/
Then you can reduce the widget padding using the customizer option:
https://docs.generatepress.com/article/widget-padding/
Hi Leo, I'm still not understanding why I need to install external plugin to apply any code. You can guide me to enter this code into the theme editor.
Meanwhile I have created a plugin and enter the given code in that file.
Using Code Snippets plugin is the easiest method:
https://docs.generatepress.com/article/adding-php/#code-snippets
Or you can create a child theme and use the function.php file:
https://docs.generatepress.com/article/adding-php/#use-a-child-theme
https://docs.generatepress.com/article/using-child-theme/
All it very technical for me and I am unable to dp, I have installed the child theme but when activated the child theme all the option got refreshed whichever we customized.
I'm not able to do it. Can you please take it on remote and make changes whet you want to me.
It would really helpful for me.
We cannot make changes to your site for you unfortunately.
Using Code Snippets would be the easiest solution here - we use it all the time ourselves and should not impact the performance of your site.
If you want to use child theme, then make sure to copy the CSS in Additional CSS field in the customizer from the parent theme to child theme's style.css.
Okay, Why it is needed? We can't customize without it?? You can't guide me on remote session?
I have installed the snippet plugin, Guide me next what to do?