• Hi,

    In the templet there is only an option to select posts to use for the front page carousel. Is there any way to link pages instead?

    Many thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.
    Thread Starter elaineedgson13

    (@elaineedgson13)

    Hi there,

    thanks for this, can you please explain where I can open part-slider.php ?

    Many thanks

    Hi there,
    Normally you should have an Editor option in your Appearance section (WordPress dashboard). But some hosting providers disable this feature for security reasons.
    You can edit the file via your cPanel File Manager or an FTP application like FileZilla.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Setting pages to front page carousel’ is closed to new replies.