Search code examples
phpwordpresscustomization

Need WordPress short code for post in div instead of ul


enter image description here

I want my post using Div instead of ul.My post are displaying in ul at the moment.Is there any way to change ul into Div ?


Solution

  • If you are using this plugin: https://it.wordpress.org/plugins/display-posts-shortcode/ it seems that you can use the 'wrapper' attribute of your shortcode.

    So let it be like:

     [display-posts posts_per_page="1" include_excerpt="false" excerpt_length="0" offset="2" wrapper="div"]