Title: modify the Link Blog Plugin.
Last modified: August 31, 2016

---

# modify the Link Blog Plugin.

 *  [Abiel](https://wordpress.org/support/users/aabuy/)
 * (@aabuy)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/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.

## Tags

 * [modification](https://wordpress.org/support/topic-tag/modification/)

 * 0 replies
 * 1 participant
 * Last reply from: [Abiel](https://wordpress.org/support/users/aabuy/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/modify-the-link-blog-plugin/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
