WordPress website are at 25% market share

Now wordpress takend 25 % of market share as per Web technology surveys http://w3techs.com/technologies/history_overview/content_management/all/y In 2003 Matt Mullenweg and Mike Little fork b2 and created WordPress. As wordpress freelancer we seen tremendous growth in wordpress usage since 2011. Three main aspect of wordpress is Its Lightweight, Simple User & SEO friendly. Historical yearly trends in […]

WordPress disable all update notification

Here is code to disable WordPress all update notification Incoming search terms:com co inwww www (137)com co inwww (65)www www co in (49)wwwwww com (26)co inwww (24)wwwwwwwwwcom (15)co in co in co inwww (14)WWW WWWwww com co in co in co inwww www com (14)Search www www www (12)https:// www jokes4us com is a greayvzw […]

how to edit rel attribute of the_category link in wordpress

Here is hook code for wordpress to  edit rel attribute of the_category link in wordpress

How to display only second level child menu in wordpress

Below is snippet code to display second level menu in wordpress. Put below php code into your theme/functions.php file add_filter( ‘wp_nav_menu_objects’, ‘my_wp_nav_menu_objects_sub_menu’, 10, 2 ); // filter_hook function to react on sub_menu flag function my_wp_nav_menu_objects_sub_menu( $sorted_menu_items, $args ) { if ( isset( $args->sub_menu ) ) { $root_id = 0; // find the current menu item […]

How to change wordpress backend login logo

Here is code to change wordpress backend login logo. Put this code into your current theme function.php file. Incoming search terms:comwww www co in (51)wwwxxwww www co in com (21)com co in co in com (19)co in com /www (17)co in co in com co in (16)co in co in com co in com com […]

How to disable wordpress update notification

here is code to disable wordpress backend update notification. put this into your current theme function.php file Incoming search terms:co in comwww com (336)com co in comwww (214)comwww www (119)comwww com (62)comwww com co in (45)co in co in co in com com (31)co in com www (25)comwww co in co in (25)Search co in […]

How to add own style css into wp-admin backend using theme function hook

Here is snippet to add own style css into wp-admin backend using theme function hook.

How to remove empty lines using regular expression in notpad++

I hope this tips will help you as wed designer to reduce files size by removing empty lines from file using notepadd++ Just Write “^s*” in Find Text box and replace with blank.

Server side responsive with cookies

here is code which i done after searching over google with help of different website. Condition php code

How Separate First post from Other in wordpress loop

As wordpress freelancer i found way to first post from Other in wordpress loop. Below is php code for same.

jQuery Get every third/ specific level of element

Here is jquery code to third/ specific level of element

How to get bbpress Topic author id and current user id

Here is code which will show you wordpress bbpress topic author ID and wordpress current user id.

How to Create wordpresss breadcrumb without plugin

Here is code to show how you can create wordpress breadcrumb feature without installing any plugin. Open your functions.php and paste the code below in it: Once done, open header.php and call the function:

How to check post or page has an attachment in wordpress

Here is code to check post or page has an attachment in wordpress. You have to in wordpress loop.

How to Check the_content is empty in wordpress

Here is code to check the_content is or not empty in wordpress.

How to Get a Custom URL for Your Facebook Page in Five Easy Steps

Does your Facebook page’s URL look something like this? www.facebook.com/My-Facebook-Page/303188632181849 By default, your Facebook page’s URL is made up of your page’s name plus a long number. If you want to put the URL on your business card, or spell it out over the phone, this is obviously not ideal. The good news is that […]