wp internal linking problem in self created theme
-
I am developing a wp theme. There is a page where an “Enter” button is available.
In my html template link is like:
<span id="enter"><code><a href="ourconcept.php"> ENTER </a></code></span>
In my wp template it is :
<span id="enter"><code><a href="<?php bloginfo('stylesheet_url'); ?>/ourconcept.php"> ENTER </a></code></span>
But is not working. Can anyone help me?
I also checked with echo home_url(); instead of bloginfo(‘stylesheet_url’);
but both are not working.
- The topic ‘wp internal linking problem in self created theme’ is closed to new replies.