• Resolved backinblack

    (@backinblack)


    This is weird. On my site I am using the following shortcode within a table:

    <table>
    <tr>
    <?php echo do_shortcode(‘[listing_category post_type=”property” status=”current” category_key=”property_featured” category_value=”yes” limit=”3″]’); ?>
    </tr>
    </table>

    On my localhost this outputs three featured listings, each 33% wide with <td> tags inserted automatically.

    On my live site, each listing is 100% across. And looking at the output, it shows that the shortcode is outputting outside the table completely!

    Anyone have any ideas what’s going on?

    https://www.ads-software.com/plugins/easy-property-listings/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured listings on front page’ is closed to new replies.