Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter isaxby

    (@isaxby)

    Hi Michael

    Sorry, I am new to the forum (and WordPress).

    I am trying to increase the number of slides I can have in the slider on the home page. Currently it is 4 and I want to increase it to 6. The files in question are:

    customizer.php
    header-functions.php

    It is a simple change in both files from:

    for( $i = 1; $i <= 4; $i++ )

    to:

    for( $i = 1; $i <= 6; $i++ )

    I have proved it works by making the change in the files in the parent theme, but obviously want to do it in the child theme so I don’t lose the changes.

    Thanks

    Ian

Viewing 1 replies (of 1 total)