Archived topic
Post Title ID
5 replies · Started by FunkyCss on May 27, 2020
Hallo,
I want to add an ID in the Post Title so i can add some JS features , is possible to give an id somehow ?
Hi there,
Is this for the Single Post or the Archives ? And will the ID be the same for all posts ?
Hi David ,
The id is for the Single Post Title - i see the class is "entry-title" .
You would have to use a Child Theme and make a copy of:
content-single.php
and edit this line to include the ID:
Alternatively could you target the entry-title class instead ?
Thank you David i changed the Template .
Glad to hear that.