Conversation
supportI’ve installed the “new” plugin but all it gives me is a piece of shortcode to put in a Block widget. I can’t put a title on the Block widget. All the widgets I drag over to my sidebar all tell me the same thing wiht the shortcode. Shortcode works but I want a title bar saying Ppopular posts. The page I need help with: [ log in to see the link]
Hi @sddarkman619 , You can add a title with the shortcode as well. To do so use the header parameter to set the text for the title, and the header_start and header_end parameters to set the HTML tags to use with the heading. In your particular case I believe it should look something like this: [wpp header="Popular Posts" header_start="<h4>" header_end="</h4>" ... rest of the params go here ...] See Parameters for more details. If you have any other questions please let me know.
Hi @sddarkman619 , You can add a title with the shortcode as well. To do so use the header parameter to set the text for the title, and the header_start and header_end parameters to set the HTML tags to use with the heading. In your particular case I believe it should look something like this: [wpp header="Popular Posts" header_start="<h4>" header_end="</h4>" ... rest of the params go here ...] See Parameters for more details. If you have any other questions please let me know.