How can i remove shortcodes from index
-
Hey! I’m using this code in index.php `<?php
$content = get_the_content(__(‘<span style=”color:black; text-align:justify; text-decoration: none; font-weight: normal;”> …</span>’));
$trimmed_content = wp_trim_words( $content, 65, ‘ …’ );
echo $trimmed_content;?>
` to trim my article, but shortcodes are still there. What i need to do, to remove the shortcode and what is between tags, in index? I’m noob, so tell me what code i need to copy and where. Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How can i remove shortcodes from index’ is closed to new replies.