function to return only title without subtitle
-
My theme was messing up because it was using
get_the_titlein a template to return the title as part of a social sharing function. I changed this tothe_title_attributeand now the sharing works, but the social sharing shows both the title and subtitle as the title.For sharing on FB, Twitter, etc, I would prefer that only the actual title is pulled. What wp function should I use instead of
the_title_attributeto get only the post title?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘function to return only title without subtitle’ is closed to new replies.