Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   Can I link pages to categories? (http://forum.bytesforall.com/showthread.php?t=13745)

kesbo Apr 11, 2011 10:17 PM

Can I link pages to categories?
 
Hi there, I am trying to work out the best way to do this. I have created a page of ' teaching resources' then I have sub-menus 'adobe' 'maths' etc. Within my Adobe page I have say 10 tutorials, if I put them on that one page the page of course gets very long and I don't seem to be able to use an anchor link to create headings at the top of the page which would quickly take you to the tutorial you want. Also, can I link my pages to categories?

Can anyone give me an idea what would be the best way to go about it?:o

cheers

lmilesw Apr 12, 2011 08:50 AM

A the top of the page you might have something like

HTML Code:

<a href="#tut1">Tutorial One</a> | <a href="#tut2">Tutorial Two</a> | <a href="#tut3">Tutorial Three</a>
and where you have the articles them selves you would have
HTML Code:

<a name="tut1"></a>Tutorial One

<a name="tut2"></a>Tutorial Two

<a name="tut3"></a>Tutorial Three



All times are GMT -6. The time now is 11:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.