Hi, I've tried to add a link in the Socket container, but apparently something is wrong. But what? Here's the code:
echo "<div class='socket-contact'>";
echo "<a href="index.php?page_id=740">Contact</a>";
echo "</div>";
Hi, I've tried to add a link in the Socket container, but apparently something is wrong. But what? Here's the code:
echo "<div class='socket-contact'>";
echo "<a href="index.php?page_id=740">Contact</a>";
echo "</div>";Hey,
Obviously the url: index.php?page_id=740 won't work - you need to include an absolute path (i.e. http://mydomain/index.php?page_id=740 )
You must log in to post.