Home › Forums › Lite Version › no javascript › Reply To: no javascript
November 4, 2014 at 11:53 pm #2555
Guest
There is however a way of adding one, for anyone else who wishes to do this
<noscript>
<div class=”wmle_container” id=”wmle_container” data-load-status=”ready”>
<div class=”wmle_item_holder <?php echo $shortcodeData[‘wmlo_columns’] ?>”></div> <!– FILLER DIV FOR WIDTH REFERENCE –>
<?php include( TEMPLATEPATH . ‘/news-loop-fallback.php’ ); ?>
</div>
</noscript>
and create a normal php loop for the posts/post types, with standard pagination if required