Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1248465

    Hello.
    Grateful if you could advise the following:
    1. How do I reduce the excerpt on the Latest news
    2. I need to add ‘read more’ at the end of the except

    Thank you for your continued support.
    Regards

    #1248637

    Hey ABL59,

    You will need to modify the /framework/php/class-framework-widgets.php file
    Image 2020-09-26 at 12.46.51.png

    The code around here:

    
    	echo "<div class='news-excerpt'>";
    	the_excerpt();
    	echo "</div>";
    

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.