More than five background images

Support Area Forums Foxy More than five background images

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #4559
    robbert koster
    Participant

    Is it possible to have more than five background images?

    thanks

    Robbert

    #4566
    Bill Robbins
    Moderator

    You can actually have more than five if you don’t mind editing the theme just a bit. Here’s how.

    1. Go to the appearance section of your WordPress control panel and select edit to open up the theme editor.
    2. From the list of files on your right, choose options.php and look for this spot:

      $options[] = array( “name” => “Staff, Food and Services Backgrounds”,
      “desc” => “To have a custom background image for your staff, food or services archives, upload images below.”,
      “type” => “info”);

    3. Right above that paste this code:

    4. Save your changes and then open up custom-js.php and paste the following code right above the <?php endif; ?>:

    5. Save your changes

    That will add five more image slides for you. If you have any trouble, let me know.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘More than five background images’ is closed to new replies.