Skip to main content

Commenting out the Title of a PrestaBlog List

To hide the title of  Prestablog list put this css in the Advanced Section of the Shortcode widget that is displaying the PrestaBlog List

.prestablog .title {
    display: none;
}

 prestablog title no display

 

  • Hits: 8

Displaying a PrestaBlog List

This tutorial show you how to make a Prestablog List and then how to display it using a template hook.

 

  • Hits: 15