// Shortcode: [lno_latest_posts category="lifestyle" posts="24"] function lno_latest_posts_shortcode( $atts ) { $atts = shortcode_atts([ 'category' => '', 'posts' => 24, ], $atts, 'lno_latest_posts' ); $cat = sanitize_title( $atts['category'] ); $n = max( 1, min( 60, intval( $atts['posts'] ) ) ); $q = new WP_Query([ 'post_type' => 'post', 'posts_per_page' => $n, 'ignore_sticky_posts' => true, 'category_name' => $cat, ]); if ( ! $q->have_posts() ) { return '

No posts found.

'; } ob_start(); echo '
'; while ( $q->have_posts() ) { $q->the_post(); $link = get_permalink(); $title = get_the_title(); echo '
'; if ( has_post_thumbnail() ) { echo ''; the_post_thumbnail('medium', ['loading' => 'lazy', 'style' => 'width:100%;height:auto;']); echo ''; } echo '

' . '' . esc_html($title) . '

'; echo '

' . esc_html( wp_trim_words( get_the_excerpt(), 22, '…' ) ) . '

'; echo '
'; } echo '
'; wp_reset_postdata(); return ob_get_clean(); } add_shortcode( 'lno_latest_posts', 'lno_latest_posts_shortcode' ); Charlton Athletic extend defender’s deal – London News Online | South London News
Charlton AthleticSport

Charlton Athletic extend defender’s deal

Charlton Athletic have extended Richard Chin’s contract until the summer of 2024.

The 20-year-old has made 15 first-team appearances this season.

The League One club activated an option in Chin’s contract.

Addicks boss Dean Holden told the South London Press: “He is a good young player who came through their academy and has a lot of development in him.

“He can be a real asset to a manager, in terms of having a player who can play a few positions. I was probably there myself as a young player, you sometimes get put in one position and then changed to another one. It can be difficult to get your rhythm sometimes.

“He played a little bit when I first came in and he’s been performing well for the U23s. He’s just come back from a minor injury. He’s a player we’ll have a look at in pre-season and see exactly where he is at. He’ll come into the squad.

“He’s a really excellent trainer with a great attitude. He has a desire to maximise himself and puts all the hours in – he’s first in the training ground and last to leave. He is a great example.”

PICTURE: PAUL EDWARDS

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.