Support » Themes and Templates » Adding a home link

  • Resolved plc90210

    (@plc90210)


    I’m using the Primepress theme and want to know how to add a home link next to the About, privacy policy, etc pages in the header. And also, how to stop keep one image in the header rather than rotate them?

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you dont want a random image, go to header-images.php and change the code to

    <img src="<?php bloginfo('template_url'); ?>/headers/PP-airplane.jpg"
    width="920" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?> " />

    For the menu , you have to create a menu in “Appearance”->”Menu” . Add whatever pages you need to the menus. For home, Add a custom link to with your home page URL

    Irfan
    [signature moderated]

    Thread Starter plc90210

    (@plc90210)

    Thanks. Also, can you give me a list of the image file names? The specific image I want is the one with the blue palm trees.

    one with the palm tree is PP-tropical blue.jpg

    Thread Starter plc90210

    (@plc90210)

    Awesome, Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding a home link’ is closed to new replies.