Customizing the posts in a page
-
I’m sure this has been asked before… I just couldn’t find it.
I’m trying to pull posts from one category on my website, and post them to a separate page. So far, so good. However, the posts on the separate page (it’s a fitness page) look awful. I want to code them to make them look like the posts on my main page. I’m sure it has something to do with loops and php, but I can’t figure it out.
My website is https://www.momburntdinner.com and the sub page on which I would like the main page style mimicd is https://www.momburntdinner.com/fitness
Thanks for helping me out.
Also, the only code I have on the /fitness page right now is this:
[ic_add_posts category='fitness'}
I thought If I tried to do something like[ic_add_posts category='fitness' template='page.php']
that it would mimic the coding on my page.php but that didn’t work.
- The topic ‘Customizing the posts in a page’ is closed to new replies.