Add Read More OR View More at any place in between to other file

Add Read More at any place to open in next page.



<?php
$string = $col->getDetails();     /*  Collection data getting is equal to string   */
                 if (strlen($string) > 25) {
                 $trimstring = substr($string, 0, 250). ' <a href="event/index/new">Readmore...</a>';
                  } else {
                  $trimstring = $string;
                  }
                  echo $trimstring;

                  ?>

Comments

Popular posts from this blog

Get Swatch Text Product id of Configurable Product in Detail Page through Jquery Magento2

Get Customer Address with customer ID programmatically Magento2

programmaticlly Create Order in Magento2 with custom options in order