Adding plugin to Conditional Tags?
-
Can someome one tell me how to do this? I spent a few hours but It keeps breaking or not executing the script.
Tag:
<?php
if (is_home()) {
echo ”- “;
get_links_list();
echo ““;
}
?>In there I want to put:
<h2><span class=”bigblue”>JAMMING</span> TO:</h2>
<?php if ((function_exists(‘aspanel’))) { ?>
<?php aspanel(); ?>
<?php } ?>I tired to stick it in a and etc with echo but that didn’t work and since I’m no programmer maybe someone can tell me the best way to do this?
I just want this to appear on the home page and another page, which I’ll fix later.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Adding plugin to Conditional Tags?’ is closed to new replies.