I can change label of comments by altering Comment(s) from parameter of following function: comments_popup_link('No Comments;', '1 Comment;', '% Comments;');
But, seems that title attribute is returned from core modules.
Suggest me to alter title attribute without editing core modules.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||||
|
|
If you look into the function
Note the call to
Now we need just the real filter function:
And now the title attribute says: Talk about The Post Title. |
|||
|
|
