Site logo

Archived topic

Show Recent posts and categories in the blog

1 reply · Started by Magdalena on January 28, 2019

Viewing posts 1–2 of 2

Hello

I'm using a Pivot demo (without Beaver Builder Plugin Pro) and would like to show recent posts and categories on the blog sidebar.

Also, in the "Search" box, can you put a button?

Thank you

Hi there,

in the Dashboard > Appearance > Widgets there are the WP Recent posts and category widgets you can simply add to the right sidebar.

To display the search from button add this CSS:

.widget_search .search-submit {
    display: block;
    width: 100%:
    padding: 10px;
}
This archived topic is closed to new replies.