• ldd-directory-lite/templates/loop/listingshortcode-compact.php

    <span class="website"><a href="<?php echo esc-url(ldl_get_meta( 'url_website')); ?>"><?php echo esc_url(ldl_get_meta( 'url_website' )); ?></a></span>

    Notice that the first call to “esc_url()” is “esc-url()”

    Should be:

    <span class="website"><a href="<?php echo esc_url(ldl_get_meta( 'url_website')); ?>"><?php echo esc_url(ldl_get_meta( 'url_website' )); ?></a></span>

Viewing 2 replies - 1 through 2 (of 2 total)
  • it has been fixed, thanks for checking deeper

    Thanks, Grant for being so helpful with this matter, greatly appreciated by this user.
    Also, thank you to LDD Support for correcting the problem. Sure it has caused me a few days of grief, but it is not the worse thing that has happened to me or my websites over the year.
    LDD, stay focused and remember that we all count on you to keep this puppy running smoothly and making us all look good. KH

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Function Code Error in listingshortcode-compact.php’ is closed to new replies.