• The titles of the posts in my miniloop aren’t linking to the posts themselves (although the “after” portion is doing so just fine). They link to the home page instead although I’ve used the [ml_url] shortcode as its href attribute

    My loop:

    <div class="miniloop">
         <h1>Latest News</h1>
         [miniloop number_posts=3 tags="4"]
              <div class="miniloop-entry">
                   <a href="[ml_url]"><h2>[ml_title]</h2></a>
                   <div class="miniloop-excerpt">[ml_excerpt length=100 space_between=1 custom=1 after='More' up_to_more=1]</div>
              </div>
         [/miniloop]
    </div>

    Otherwise everything has been easy to figure out, thanks for making such a great plugin!

  • The topic ‘Title URLs aren’t linking’ is closed to new replies.