Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Wordpress Pages

Options
  • 11-09-2007 3:06pm
    #1
    Registered Users Posts: 3,401 ✭✭✭


    I'm trying to set up FAlbum with wordpress and it seems to work fine, my problem now is that I would like to add the main photos page as a "page" link in wordpress?

    Any ideas?


Comments

  • Registered Users Posts: 8,488 ✭✭✭Goodshape


    If you are using the Wordpress sidebar widgets (found under 'Presentation' in your Wordpress Admin -- more recent versions only) you can add a 'text' box and simply write the link in HTML.

    It's a good idea to use the same formating for the links as wordpress does. Check your page source for a better idea, but off the top of my head I think it's usually along the lines of :
    <ul>
        <li><a href="page.html">LINK TEXT</a></li>
    </ul>
    


  • Registered Users Posts: 3,401 ✭✭✭randombar


    Ya got a better solution here!

    http://txfx.net/code/wordpress/page-links-to/

    Sorry about the post!


  • Registered Users Posts: 8,488 ✭✭✭Goodshape


    No problem, cheers for posting the solution anyway. I might actually use that in a blog I'm setting up for a client at the moment (it beats teaching them HTML, that's for sure).


Advertisement