rest_url('wp/v2/posts?per_page=1&_embed'), 'placeholder' => esc_url( get_template_directory_uri() . '/images/no-image.png' ), // fallback image (change if needed) )); } add_shortcode('also_read_latest', 'also_read_latest_shortcode'); function also_read_latest_shortcode($atts = array()){ // output container (initial static UI — JS will replace content) $html = '
'; $html .= '
Also Read
'; $html .= ''; $html .= 'loading'; $html .= '
'; $html .= '

लेटेस्ट पोस्ट लोड हो रहा है...

'; $html .= '

लेटेस्ट अपडेट

'; $html .= '
'; // Inline JS that fetches REST API and updates the card. $js = << Scroll to Top