How to remove first three words from content and display the excerpt
Hi I am making a video game site. I can display the excerpt, shortened it as well after following some advice. What I can't do is remove the first three words from the content and then display it as excerpt . eg if the content is ...
"the content starts this is the excerpt" after stripping the html tags
so the_excerpt() should only display "this is the excerpt"
I just want to remove description and instructions from each category display, of which I have a custom template..