Archived topic
Related and latest post from WPSP to GenerateBlocks
8 replies · Started by maxime on August 19, 2022
Hello,
I wanted to change my WPSP into GenerateBlock and after tweaking and trying I've finally succeeded but there are still some problem I can't face. I have the free version.
First, after every post I have 3 related contents but the current one is showing (when reading one of the latest post) and I can't find the "exclude current post" option.
Second, if I'm adding a "latest post" section in the right side bar, the related content will take the same form as a ride bar widget. Which mean that instead of having 3 horizontal post, I'll have 3 but vertical.
I'll share with you one of the page to let you see. Right now the ride bar widget is still with WPSP but the 3 related content are GenerateBlock.
Thank you
Hello,
Little update, I've succeeded to do a right side bar widget, in a way because there's no title. But I still have this problem when the current post is showing and I can't find the "exclude current post" option, does it exist in the free version? When I want to exclude post, it only shows me the list of all my article.
Thank you.
Answer here https://community.generateblocks.com/t/exlude-current-post/752
I'm really fond of GenerateBlocks, I'm just discovering it. It opens a lots of possibilities.
Great work and idea!
Hi Maxime,
Good job on finding this topic in GB's community.
Let us know if there's anything else we can help with regarding this topic :)
Hello Ying,
Yes I would have a question, that would be about adding a title. I added one with the Headline function. Is this okay for a Widget title? I'm sharing a page, that's the first thing you'll see in the right side bar; also it hasn't the same CSS than the other title.
Thank you
And another question, with this CSS .home #block-3{display:none;} I can make disappear the latest post widget in the home page but if I insert this one .home #block-3, #block-5{display:none;} The title "Ultimos Articulos" will disappear on all pages and not only the home page.
Thank you for your help.
. I added one with the Headline function. Is this okay for a Widget title?
Yes.
The title “Ultimos Articulos” will disappear on all pages and not only the home page.
The .home needs to be defined for the #block-5 as well. so it should be.home #block-3, .home #block-5{display:none;}
Perfect, thank you. I then modified the CSS.
Have a nice week.
You are welcome :)