Back to ProBlog Support

laics19845002
laics19845002

Hi, is it possible for to create a new design layout for blog list? i want to maintain the current design as m using that too. Anyway to do it without creating a new component?

Thanks

ChadStrat
ChadStrat

yes. From the CMS In your page where you have the component, if you click inside the word "component" where the proBlogList twig tag for the component is, you will see a 'usb' looking icon appear to the top right of the black editor area of the screen. Clicking on the icon when your cursor is within that 'component' word will replace the component twig code with the actual component view code. You can change this to you liking from here.

You can also create a view in your theme's /partials/bloglist/someviewname.htm and copy the /plugins/radiantweb/problog/components/bloglist/default.htm into that new view. Then in your CMS page, change where the twig tag says

{% component 'proBlogList' %} 

to

{% component 'proBlogList::someviewname' %}

Either way is fine.

ChadStrat

1-2 of 2