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
you can try document.title to get title
wp, wordpress or similar object set. That'll be where you find the name of the post. Otherwise, you'll just have to set it yourself.