StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   How to Link to a Title on a Page? (http://www.studiopress.com/support/showthread.php?t=122786)

seth17 10-31-2012 10:07 AM

How to Link to a Title on a Page?
 
I know this can be done as I've seen it before, but not quite sure how to implement it. I'm creating a page with a list of services. I'd like to create a menu item with "services", but when hovered over, the individual services will flyout as sub-menu items which can be clicked on and taken to the paragraph on the services page for each specific service. How do I go about creating this?

andrea_r 10-31-2012 10:32 AM

Anchor links within the page itself.

http://www.yourhtmlsource.com/text/internallinks.html

None of this is specific to Genesis, although we did do this on Scribble.

seth17 10-31-2012 12:12 PM

Thanks Andrea, that got it. For anyone else trying to figure this out, here's what I did.

The site I'm using this on is http://owensborofamilydentist.com/

On each page with the individual services I wanted to link to I added an id to the h2 tag, like this:
Code:

<h2 id="exams">Dental Exams</h2>
Then in the menu editor, I created custom links for each item like this:
Code:

http://owensborofamilydentist.com/services/preventive/#exams
and labeled each one with the service name.

Worked like a charm and was actually easier to implement that I originally thought it would be!

Thanks again Andrea for pointing me in the right direction!

andrea_r 10-31-2012 01:05 PM

Great since the issue is resolved, I'll close the thread. If you have more questions, please open a new thread.


All times are GMT -5. The time now is 01:29 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.