oh dear! WordPress and Joomla problem
-
Hi guys,
I am using the JD wordpress component and its absolutely great!
However I needed to apply one of the wordpress tags: wp_get_links(category number) within my Joomla template header.
<?php wp_get_links(1); ?>
Everything was working well until I clicked a link that goes directly to Joomla content I receive this error:
Fatal error: Call to undefined function: wp_get_links() in /index.php on line 34
I do not receive this error if I am clicking through posts in the blog etc, as I suppose the tag is still recognised in the wordpress environment.
Really stuck peeps! please help! How do I get the Joomla Content to recognise this additional tag?
The topic ‘oh dear! WordPress and Joomla problem’ is closed to new replies.