• I tried to paste a screenshot of the code, but I'm not sure if it worked, so I'll paste the text again below - but I have to remove this "11" typo after the contact name from the code every time there's an update or it shows up on my directory pages. Can you fix it with the next release?
    
    It's on the listingshortcode-grid.php file. 
    
    Thanks!
    
    
    
    <h3 class="listing-title grid-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    
    <div class="listing-meta meta-column">
    
    <ul class="listing-meta fa-ul">
    
    <?php if (ldl_has_meta('contact_name')): ?><li><i class="fa fa-user fa-li"></i> <?php echo esc_html(ldl_get_meta( 'contact_name' )); ?>11</li><?php endif; ?>
    
    
  • The topic ‘Typo “11” In Code Showing Up In Directory’ is closed to new replies.