Site logo

Archived topic

Display Posts

17 replies · Started by Brigitte on June 27, 2022

Viewing posts 1–15 of 18

Hy there, I have a static page as the landing page and I would like to display also posts there.
http://www.camera-obscura.click/

With another (free) theme I used this plugin:
wordpress.org/plugins/display-posts-shortcode/

My question: with Generate Press Premium is there a more simple way than an external plugin? Is there a plugin from Generate Press itself, or is it somewhere in the Customizer? I couldn't finde anything.

THANKS!!!

PS: I also used an external plugin for the slider (Serious Slider By Cryout Creations).
Is that possible without plugin? How?

Hi there,

for the posts you can use our free GenerateBlocks plugin:

https://generateblocks.com

It has a Query Loop block which you can create your own post lists:

https://docs.generateblocks.com/article/query-loop-overview/

You can see some of them in our Pro Pattern Library:

https://generateblocks.com/library/

It includes a free pattern as well that you can copy to get you started.

https://generateblocks.com/library/?pattern-preview=4065

For the Slider, we don't have a solution for that just yet.

Aah ok - it requires the Block Editor to work .... are you only wanting to use Classic editor ?

Yes!

Who wants to work with Gutenberg?

Any solution?

Hi Brigitte,

Is this the CSS you added to style the button?

	a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
		
  color: #ffffff !important;
  background-color: #2e4980!important;
}

If so, it's been added under this media query: @media only screen and (max-width: 600px).

If you want it to work on desktop, make sure there's a } to close the media query.

And just so you know, WP has stopped supporting classic editor, and we've stopped supporting the WP Show Posts plugin as well.

Thanks for looking! I just checked, I closed the @media query before:

@media-CSS

So do you have any idea, why it does not work?

And, really, please let your company know: there is still a big community who does not work with page-builders and really not with Gutenberg. Envato or Beaver Builder are much better. If Generate Press supports only Gutenberg in the future, it is a reason to leave Generate Press.

Thanks, yes I know, I wanted to make this CSS invalid :-).

This is the one what I used to change the color of the buttons (Read more/Weiterlesen), and it does not work.
`a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {

color: #ffffff !important;
background-color: #2e4980!important;
}`

You mentioned the CSS before because you thought my button CSS does not work correctly because a } is missing.

Any solution how to change the "read more" button? Did I something wrong? Or is it not possible in the additional CSS?

Thanks!

This archived topic is closed to new replies.