By zongo on Thu, 01/23/2014 - 09:21
Forums:
Greetings to all,
I am new to website building and drupal. I have been using drupal for a couple of days now.
I am using the 'hertz' theme which is very beautiful and responsive.
I am almost finished with the building of the website but I am faced with a challenge due to my lack of knowledge of how drupal works. I created 'homepage feature block'; three of them, with a link at the bottom of each block 'read more'. How do I create a page that I would tie to each 'link' on said block? So when someone clicks on 'read more' he is effectively redirected to a page that contains all the said info. (hope that makes sense :)
Thank you very much for your help and thank you for this beautiful theme.
zongo saiba
Comments
Thank you for using our free theme.
You can create new page from:
domain.com/node/add
domain.com/node/add/page
Thanks for your reply.
I don' quit follow. Should I be creating a new page and then link it via 'node' ?
zongo saiba
Create a new page like:
domain.com/node/23
Now link this page like:
<a href="http://domain.com/node/23">read more</a>
Thank you so much my friend. Your help is very much appreciated.