• hello,

    I’m using link blog plugin and made the necessary modification as instructed by the plugin and it’s working perfectly.

    Now I want to modify the code that whenever I place or use LinkBlog, it will active the date as the permalink.

    Here’s the code that I need to modify.

    <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>

    Any help with do.

    Thanks

The topic ‘modifying the Link Blog code’ is closed to new replies.