PHP in Pages (?!)
-
Hi, i am having a big problem trying to use php within pages.
Is there any way to render php or even use the wp_tags inside pages.
I mean that would be great no ned to worry anymore about dealing with plugins for static conten.
What i’m trying to di is the following….<div id=”links-single”>
<h2>Links:</h2>
-
<?php get_links_list(); ?>
</div>
…so by placing that code inside the apge we would get a page with our blogroll, i ask you: is there anyway to do it?
If not, how do i call a page with that code inside the themes directory.
For example i have……blogs\wp\13\wp-content\themes\themename\categories.php
and i want to call that file… how can i do it?
Thx in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP in Pages (?!)’ is closed to new replies.