Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
Aldo Latino edited this page Aug 11, 2019 · 7 revisions

May I retrieve posts using category and tag

Yes. You can retrieve posts using author, category, tag, post formats archive and so on.

How can I float my images

You can edit your CSS file (usually style.css) or you can add a style in the bottom section of the widget panel (Custom styles). You can target the image adding a new style like this:

.pis-excerpt img { float: left; margin-right: 10px; }

How can I add new size for my images

You have to edit your functions.php file. For more informations, read this guide or ask in the forum of this plugin. Also, you can use a plugin that can do that for you.

Clone this wiki locally