Hi there,
Open part-slider.php and replace
'post_type' => 'post',
with
'post_type' =>array( 'post','page'),
Use the default editor if you have the latest WordPress version and navigate to the /themes/olsen/ folder to find the file.
If you decide to proceed with this modification I would suggest you create a child theme, copy over the files you are editing and make the modifications there. This will allow your changes to survive future theme updates. If you directly edit the theme’s files, all changes will be lost once you update.
Have a look at this guide to learn more about child themes and how to create one
https://www.cssigniter.com/ignite/beginners-guide-child-themes/
Let me know if this works
-
This reply was modified 6 years, 10 months ago by
Fotis.