Hashtag with Advanced Custom Field
-
I am using Advanced Custom Fields to display relative informations to my post but when I save the page the tags are not saved.
Usually the tags are enter this way in wp editor:
<p class="fattag">#TAG1 #TAG2 #TAG3</p>
When I use the_field function this way in a php template it breaks my page completely:
<p class="fattag"><?php the_field( 'my_tags' );?></p>
I see that someone else have had this issue too, can you tell me please how to resolve it?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Hashtag with Advanced Custom Field’ is closed to new replies.