Hii all
I am working on a project implemented in WordPress. Basically developing a new theme for a client. My task is to add hyperlinks on the header so that they navigate to new page.
This is possible if the pages are placed in the root folder but not in the
'themes/nameoftheme' (assuming nameoftheme is the theme developed by me)
This theme shoud be given to client so that he includes it in his site..
is there any solution for this or compulsory placed in root folder ??
:'( please help. its urgent

Thanks in advance
Prati

Recommended Answers

All 2 Replies

Hi phper
thanks for the response.... but this din't work.
i have to click on an image so that it goes to a page .....
<a title="products" href="<? bloginfo('url');?>/adc.php"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/img_exhbits.jpg" alt="thing" /></a>

'adc.php' is placed in root.. which i dont want

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.