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

Getting product Image in PHTML in Magento2

Through Postman Api send data through JSON and create simple product in Magento2