Site logo

Archived topic

sticky sidebar author box

9 replies · Started by koralp on January 23, 2021

Viewing posts 1–10 of 10

I want to add an author box to the sidebar which is sticky, has a title, an image, and a snippet from the about page.

as you will find in the link below
https://www.screencast.com/t/MbWqdqzm4CU

I am using the marketer template.

could you pls help?

Hi there,

Can you link me to the example site? I'll see if they are using a specific plugin.

Do you have more than one author?

no, just one.

That case the easiest method is probably to build the layout you want using a custom HTML widget in the sidebar.

So that means adding an image and a paragraph.

Another option is to use WP Show Posts plugin:
https://wordpress.org/plugins/wp-show-posts/

But if you aren't planning on showing posts in a static page anywhere else then it might be an overkill.

leo can you help me to create a widget that has a title, an image, text and also social media links.

or offer me an existing widget which can provide me these?

https://www.cleverhiker.com/camping-chairs

here is another example.

Try this HTML:

<div class="author-right-sidebar">
    <h1>author name</h1>
    <img src="your-author-image-link" url="your-about-page-link">
    <p>some introduction here some introduction heresome introduction heresome introduction heresome introduction heresome introduction heresome introduction here <a hrf="#">Read more...</a> </p>
</div>

thank you ying🖤

No problem :)

This archived topic is closed to new replies.