Execute php inside WordPress widget without plugin
Hi Firends Hope you are doing good.Today I am going to tell how we can excute php code inside wordpress widget.
Sometimes in your theme you want to excute custom php code in a widget,Because you want to display information according to the category, Or just simply you want to excute php code inside the widget.
There are lot of plugins are available to run custom php code inside widget area.I will not recommend to Install Plugin, because plugin will consume extra resources to complete this task.but...
Sunday, June 26, 2016
Wednesday, June 22, 2016
Google Maps Tutorials for Beginners
Google Maps Tutorials for Beginners
Google Maps is a free Javascript API that allows you to integrate google Maps in your Webssite or mobile applicaation.Google Maps provides various types of geographical information. Google Maps has a JavaScript API to integrate and customize maps and display on your webpages. This Article is about Google Maps API (Application Programming Interface). Google Maps Tutorials for Beginners explains how you can integrate Google Maps on your webpages.There are many ways to add a Google Map on your web page. Google offers...
Friday, June 17, 2016
How to Change the Login Logo in WordPress
How to Change the Login Logo in WordPress
Hello friends,hope you are doing good. Today again i am here to share my knowledge in context with WordPress.Many of you are eager to know that How to Change the Login Logo in WordPress.Enter your website name in URL bar with /wp-admin ex- www.example.com/wp-admin.After that,you can see the login page with default WordPress logo. Many of you want to use your desired logo instead of default logo,so i am here with the snippets.Through this snippet you can easily replace default WordPress logo with the...
Sunday, June 12, 2016
Custom Page Template in Wordpress
Wordpress is very rapidly growing CMS in world.Today I am Going to tell about, How to Create Custom Page Template Wordpress. With wordpress we can design a page with simple HTML/CSS, and installs it in our WordPress site. All that needed is to simply add the following code into the top of your custom HTML page and save it with .php extension.
<?php /* Template Name: About*/ ?>
After adding the code, save this page as about.php and upload it to your current theme folder (../wp-content/themes/your-theme-name).
Once...
Subscribe to:
Posts (Atom)