Reputation: 87
in a PHP file is possible get the title of a post with
the_title();
is it possible, in a JS file, get the title of a post?
many thanks
Upvotes: 0
Views: 2301
Reputation: 786
you can try document.title to get title
document.title
Upvotes: 1