I have photowall homepage now.
I would like user go to a different page when they click from the homepage, this page would be like a blog page with lasts posts preview and sidebar on the right.
My question is :
How to show around 9 “Last Posts Preview” in a new page I will create ?
They say to add a php code…
||| ‘postbypost’, ‘limit’ => 20, ‘format’ => ‘custom’ ) ); ?>|||
not working like that ; working with a plugin to show php in page and post.
The result was not good because the code only shows a list of the post titles.
Hi, you need to assign your blog page as a posts page from settings > reading. And, you can activate sidebar from theme options > blog. We used Top 10 plugin for the TRENDING POSTS widget in the sidebar.