johnlatham 1 Report post Posted February 1, 2011 Hey, I am wondering what the best way to get a list of links in the sidebar and have them link to different content within the same page. For example, I have a 'Equipment' Page and in the sidebar I would like a list such as... Item 1, Item 2, Item 3. Each of the items will open a new page within the Equipment page. Thanks! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 1, 2011 In Appearance > Widgets you would add a text widget with links: `Item 1` Then on the page you would use: ` content content content ` If you want to show the sidebar widget on that one particular page only you can use: http://wordpress.org/extend/plugins/widget-logic/ Thanks, Bryan Share this post Link to post Share on other sites
johnlatham 1 Report post Posted February 1, 2011 So I have all the content for each item on the same page? Do you have a link to a quick example? Very much appreciate it! Thanks. John Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 1, 2011 I would just create a custom menu widget for the functionality: http://www.pagelines.com/docs/menus-navigation Share this post Link to post Share on other sites
johnlatham 1 Report post Posted February 1, 2011 Sounds interesting, could you elaborate on how this method will work for me? Thank you Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 2, 2011 Hey John, I just explained and provided the example for what you asked specifically. If you're unsure about something I said please help me to understand what you do not understand. Adam has a good idea as well, basically you would take the same concept I introduced and apply that to: Appearance > Menus - if you're not using this already you would have recreate your whole menu here. So one of your tabs would be "Equipment" then in the menu you would add custom tabs/links and drag them under "Equipment" nesting them offset to the right so they are child/dropdown pages. For the text you would use Item 1 and for the URL you could use: http://www.yourwebsite.com/equipment/#item1 I know this may be frustrating and have a learning curve to it, but we'll get there. Thanks, Bryan Share this post Link to post Share on other sites