Is there any way how to trim content and only display text within h2 tags in wordpress?
I am trying to display only a specific part of post content on my specific page not the whole of it. The excerpt does not work in this case as it is only defined by the length. I bet there is a simple way to do it... just cannot find one yet.....
thank you all.....
This can be made in several ways, but the easiest would be :
add it to your
functions.php
file in your theme.Note that it will no longer be h2 :-)
IF you would like to use the same for any other tag , you can use a more generic function:
where
$tagname
is the tag to filter