• Resolved calebelliot

    (@calebelliot)


    How do i put the “By Author and Posted Date” below or after the Title of the Blog?
    Also is there a pagination in this widget if i have like over 50 blogs

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    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.

    Thread Starter calebelliot

    (@calebelliot)

    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?

    Plugin Author Aldo Latino

    (@aldolat)

    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!

    Thread Starter calebelliot

    (@calebelliot)

    You may view the site at https://52.86.2.20/wordpress/index.php/blog/
    Thanks!

    Plugin Author Aldo Latino

    (@aldolat)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Author Below the Title’ is closed to new replies.