Hi @rhobot,
I’m very happy you find this plugin useful!
Hi .. I’m starting to work with this fantastic plugin… but i can’t see the way to show the posts in a grid columns way… like I often show content with bootstrap.
This depends on the CSS of your current theme. The plugin only displays the posts, then via CSS you can give a style to the displayed posts.
And my next problem its: How can I change the order and show the date first and then the rest content (thumb, title, text… etc)?
There is an option for that. For the date it is located here:
Displaying posts > Author, date/time and comments > Move this section
Then activate the option “Display this section before the title of the post”.
Let me know, please.
Thread Starter
rhobot
(@rhobot)
Thanks so much for your answer!
I’m changing the css now and i think is working..
But about “date”: I’m trying to call the plugin via shortcode in the html-php template… Is there a way to get what I want that way? … It would be ideal for me do it that way.
Hi,
But about “date”: I’m trying to call the plugin via shortcode in the html-php template… Is there a way to get what I want that way? … It would be ideal for me do it that way.
Yes, for example:
[pissc number=3 display_date=1 utility_before_title=1]
Let me know, please.
Thread Starter
rhobot
(@rhobot)
Thanks so much again!
it’s working very well but now i have other problem.. how can i give an html tag to the excerpt text? exist someway? I’m working in a site where i must give very specific parameters to the excerpt text and even move it to the top a little .. but I see that by default the plugin does not assign a label to the excerpt text and shares the same values with the thumbnail image.
And the other doubt is.. It is possible with shortcode to convert the excerpt text into a hyperlink?
Thanks so much again!
You’re very welcome! 🙂
how can i give an html tag to the excerpt text? exist someway? I’m working in a site where i must give very specific parameters to the excerpt text and even move it to the top a little .. but I see that by default the plugin does not assign a label to the excerpt text and shares the same values with the thumbnail image.
The excerpt already has an HTML tag and a CSS class, for example:
<p class="pis-excerpt">Text of the excerpt.</p>
Have you seen it? You can also give a style to this tag using the .pis-excerpt
class.
And the other doubt is.. It is possible with shortcode to convert the excerpt text into a hyperlink?
The excerpt can display a “Read more” link, so that the reader can click on this link to read the entire post. This should be enough for the purpose.
Let me know, please.