PHP Include/Require Issue
-
I’d like to display my blogroll and my most recent blog entries on static pages on my site that I am not creating through WordPress. My original intention was to PHP include/require a template file that displays this information, but I’m getting the following error:
Fatal error: Call to undefined function: get_links() in ***DIRECTORY*** on line 10
Obviously this function isn’t recognized on non-WordPress pages. How else can I do this. Because WordPress files are dynamic I tried to include the template file, but is there a way for me to include a Page?
All suggestions are much appreciated.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘PHP Include/Require Issue’ is closed to new replies.