• I have a client that wants the page names to be an image instead of just the page name… Can any one help me with this?? I am about ready to give up my entire fee and hire someone smarter than me!

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter isay81

    (@isay81)

    Thank you so Much!! I will give this a try!

    Thread Starter isay81

    (@isay81)

    It lost all the page links.. :o( Glad I kept a copy of what I changed… I think It is time for me to go to school…Thanks for your help..

    Looking at the site I noticed you have sub-pages for pretty much every page listed in the navigation bar. Is this planned to be implemented or was somebody just experimenting to see how WordPress works?

    A sample bit of HTML that you would use to create image links for the navigation bar would be something like….

    <a href="https://www.latterdaychatter.net/"><img src="https://www.latterdaychatter.net/wp-content/uploads/2010/12/homeimage.jpg" alt="Home Page" /></a>
    <a href="https://www.latterdaychatter.net/?page_id=114"><img src="https://www.latterdaychatter.net/wp-content/uploads/2010/12/storeimage.jpg" alt="Latter Day Chatter Store" /></a>
    <a href="https://www.latterdaychatter.net/?page_id=92"><img src="https://www.latterdaychatter.net/wp-content/uploads/2010/12/reliefsocietyimage.jpg" alt="Latter Day Chatter Relief Society" /></a>

    and so on until you have all the links created.

    Thread Starter isay81

    (@isay81)

    The lady wants 5 sub pages per page…. urggg. She is ok with the Sub pages being words, just not the parent page…
    one more question and then I am going to bed. is the image url this?
    https://www.latterdaychatter.net/blog/wp-content/uploads/2010/12/Store.jpg from the Media Section?

    Yes that is the correct image url. So your code would look like…

    <a href="https://www.latterdaychatter.net/?page_id=114"><img src="https://www.latterdaychatter.net/wp-content/uploads/2010/12/Store.jpg" alt="Latter Day Chatter Store" /></a>

    for the Store link to be an image.

    Thread Starter isay81

    (@isay81)

    Thanks i will play with this tomorrow!! I know I can make it work now. I owe you big!!!

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Images instead of Page NAmes’ is closed to new replies.