Wordpress is a blogging CMS. But now WordPress is used for many other purpose like shopping cart, gallery sites, portfolio site etc.
This all have been possible with the available plugins and themes and WordPress support community.
If you want to get the WordPress site name then you can get it in the following way.
This all have been possible with the available plugins and themes and WordPress support community.
If you want to get the WordPress site name then you can get it in the following way.
<?php echo get_bloginfo( 'name' ); ?>
Using the above line any where in the file will give you the WordPress site/blog name.
No comments:
Post a Comment