Monday, 20 May 2013

Covert Wordpress Blogname into JQuery

Covert Wordpress Blogname into JQuery

Here is the blogname in php <?php $blog_title = get_bloginfo('name'); ?> I want to convert it to javascript. The file I want the blog name is in a .js file so I cant create the variable with php.

No comments:

Post a Comment