modify the Link Blog Plugin.
-
Hello,
I’m trying to modify the Link Blog on my template, so that whenever I or add an expernal link or use the plugin, it will use the date as my permalink or add
<a href="<?php the_permalink(); ?>">∞</a>
at the end of the article title. If I did not use or prove any external link, the article will be published as normal.
The Link blog code that I use are the following…
<h2> <a href=" <?php if (function_exists('mbj_link_blog_link_url_display')) { mbj_link_blog_link_url_display(); } ?>"> <?php the_title(); ?> </a> </h2> <div class="post-meta">Posted <?php the_time('l, M j, Y'); ?> </div>
I understand its a matter of modifying the “IF.. THEN… Else” condition but I can’t seem to find the correct syntax.
Thanks,
Cheers!
- The topic ‘modify the Link Blog Plugin.’ is closed to new replies.