For “below or after the Title of the Blog” do you mean after the title of the post?
if so, there is an option in Displaying posts > Author, date and comments > “Display this section after the title of the post”.
Let me know, please.
Regarding the pagination, this is a feature to be implemented.
Worked beautifully! Thanks!
I got the Author and Posted Date displayed after the title of the Post. Do you know how can i center it?
So what is the template do i use if i want to add the pagination in my posts?
how can i center it?
In this case I need the URL of your site. Not every site works in the same manner.
So what is the template do i use if i want to add the pagination in my posts?
As I already told in my previous message, this feature will be implemented in a future version. Stay tuned!
To center only the paragraph with author and date, use:
p.pis-utility {
text-align: center;
}
If you want to center the title too, use
p.pis-title, p.pis-utility {
text-align: center;
}
These rules apply the style to all the widgets of Posts in sidebar plugin. If you need to apply this only to certain widgets of the plugin, let me know and I’ll help you.