Thread Starter
jhoell
(@jhoell)
The {thumb} parameter also does not wrap the link to the post around the thumbnail image.
Thread Starter
jhoell
(@jhoell)
Here is my shortcode:
<?php
$category = get_category( get_query_var( 'cat' ) );
$cat_slug = $category->slug;
echo do_shortcode('[ajax_load_more category="'.$cat_slug.'" meta_key="_is_ns_featured_post" meta_value="" meta_compare="NOT EXISTS" pause="true"]');
?>