Showing posts with label wordpress. Show all posts
Showing posts with label wordpress. Show all posts

Wednesday 1 April 2015

How To remove default jquery in wordpress

How To remove default jquery in wordpress


Hello

If you want to remove the WordPress default jquery in wordpress

just check below code you can understand how to remove that add your js.

How to add Jquery in footer in wordpress

How to add Jquery in footer in wordpress

Hello

here the if you want add jquery file (js file) in footer then 
check it below code.

How To add jquery and css in child theme or theme Wordpress

How To add  jquery and css in child theme or theme Wordpress


Hello 

Here We learn that how to add js and css in your theme or child theme.

When you want to add jquery and css using code then fist open your functions.php file

Here add this code for add jquery.

Friday 6 March 2015

create slider plugin in wordpress

Create slider plugin in WordPress



here Simple Code 

Step create plugin plugin folder, create folder and 
create country.php file.(wp-content\plugins\country\contry.php)


<?php
/**
* Plugin Name: Country slider
* Plugin URI: http://myphpinformation.blogspot.in//
* Description: A brief description of the plugin.
*/
?>

Sunday 1 March 2015

How To create shortcode in Wordpress

How To create shortcode in Wordpress

The shortcode API in wordpress allows you to create your own shortcodes by adding functions to your theme functions.php template (this is located at www.example.com/wp-content/themes/yourtheme/).

You can also create shortcode for plugin. it can be use in your wordpress page.

Here simple shortcode Example for Wordpress

Friday 13 February 2015

How to Replace ‘Enter Title Here’ Text in WordPress


How to Replace ‘Enter Title Here’ Text in WordPress 



If you want to text of wordpress post placeholder "Enter Title here"

please check below code.


Thursday 12 February 2015

Adding a logo uploader to your WordPress theme with the Theme Customizer



Adding a logo uploader to your WordPress theme with the Theme Customizer

Here Simple code of adding logo in wordpress theme 

i am write this code.

some refrence site for it more detail 

2)http://themefoundation.com/wordpress-theme-customizer/