Discover how to display a list of posts with alternating right-left layout in a block with Osom Blocks plugin, with a little bit of code. The Osom Blocks plugin allows you to create a listing of any type of entry (CPTs, posts and pages) and customize it using the user interface. Among the settings are the option […]
Blocks
Show the entries of a CTP category in Osom Blocks
Discover how you can display the entries of a CTP category using the Osom Blocks plugin, with a little bit of code. Displaying entries from Custom Post Types using a block is not easy, since native blocks only support entries and pages. That’s why at OsomPress we created the plugin Osom Blocks. This one allows you […]
Display a selection of entries in custom order with Osom Blocks
Discover how you can display a selection of entries in a custom order in a block with Osom Blocks plugin, with a little bit of code. Displaying entries from Custom Post Types using a block is not easy, since native blocks only support entries and pages. That’s why at OsomPress we created the plugin Osom Blocks. […]
Show the combination of several CPT entries with Osom Blocks
Find out how you can display the entries of several Custom Post Types in one block of the Osom Blocks plugin, with a little bit of code. Displaying Custom Post Type entries using a block is not easy, since native blocks only support entries and pages. That’s why at OsomPress we created the plugin Osom Blocks. […]
How to customize Genesis Blocks accordion styles
Do you like Genesis Blocks collection but you will like to have more control over the accordion block design? In this tutorial you will learn how you can customize it with few lines of CSS. Nowadays, in addition to the native blocks of WordPress, the block library that we use mainly in our WordPress projects […]
Display the last entries of a custom post type using a block
Display and customize the last entries of any custom post type easily with Osom Blocks plugin. Until recently, the most common way to display the latest entries of a custom post type, such as portfolio, podcasts or courses, anywhere on our website, was by creating a shortcode. It’s a very practical way, if you know […]