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 […]
Posted on November 21, 2014 Posted Under Wordpress
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 […]
Posted on July 28, 2014 Posted Under Wordpress, wordpress hacks
Here is hook code for wordpress to edit rel attribute of the_category link in wordpress
Posted on July 1, 2014 Posted Under 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 […]
Posted on April 17, 2014 Posted Under Wordpress
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 […]
Posted on April 17, 2014 Posted Under Wordpress
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 […]
Posted on April 14, 2014 Posted Under Wordpress
Here is snippet to add own style css into wp-admin backend using theme function hook.
Posted on April 11, 2014 Posted Under Tips-n-Tricks
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.
Posted on March 29, 2014 Posted Under responsive-design, serverside
here is code which i done after searching over google with help of different website. Condition php code
Posted on March 26, 2014 Posted Under Wordpress
As wordpress freelancer i found way to first post from Other in wordpress loop. Below is php code for same.
Posted on February 18, 2014 Posted Under Jquery
Here is jquery code to third/ specific level of element
Posted on February 17, 2014 Posted Under Wordpress
Here is code which will show you wordpress bbpress topic author ID and wordpress current user id.
Posted on January 29, 2014 Posted Under Wordpress
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:
Posted on December 5, 2013 Posted Under Wordpress
Here is code to check post or page has an attachment in wordpress. You have to in wordpress loop.
Posted on December 5, 2013 Posted Under Wordpress
Here is code to check the_content is or not empty in wordpress.
Posted on November 15, 2013 Posted Under Facebook, Just Blogging, Tips-n-Tricks
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 […]