Home › Forums › Lite Version › short code › Reply To: short code
April 11, 2015 at 1:51 pm #4766
Guest
The problem has been solved. There was mistake in code. Plugin wrote that shortcode is:
[wmls name="masonry" id="1"], but if you want to paste it in the your index.php you must use that code with out “” after id=. So in my case all works when i wrote:
<?php echo do_shortcode(“[wmls name="masonry" id='1']“); ?>