Category: Wordpress

How to change/ overwrite wordpress backend footer message

Here is code for change/ overwrite wordpress backend thankyou message. Put this code into your current theme function.php file

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 (60)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 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.

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 add Custom field in custom portfolio type post

Here is solution to add custom field in your custom portfolio entries, for this you must activate the “custom fields” manually. Open up portfolio.php OR php function where you registering post type “portfolio. portfolio_register() and search for: Replace it with

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 Redirect User to a custom page after registration

Below is code to redirect User to a custom page after registration Thanks TheDeadMedic for the tip!

How to stop showing wordpress Update notification message

Here is code to stop showing wordpress Update notification message. Want to remove the nagging update notice from your WordPress site? Sometimes this can be helpful if you built the site for someone else and don’t want them upgrading it. Perhaps there are plugins running on the site that won’t be compatible with the update. […]

Latest New WordPress 3.6 Features

WordPress co-founder Matt Mullenweg announced the release of the latest version WordPress 3.6 which has beed in honor of Canadian jazz pianist Oscar Peterson. Latest New WordPress 3.6 include follwing Features a beautiful new blog-centric theme  Twenty Thirteen theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, […]

How to Limit the size of the post excerpt in WordPress

Here is code to Limit the size of the post excerpt in WordPress. Add below code into function.php it will set limit 20 charactor.

How to display content to registered users only

Ever wanted to be able to show some content only to registered users in your blog posts? If yes, just read this recipe, which contains an awesome shortcode to do it! here is code to  display content to registered users only Just paste the following code on your functions.php file: Once done, you can add the […]

wordpress new dashboard

Gang of web designers and developers teamed up to explore how the modern version of wordpress look like. * Smple, uncluttered design; free of excessive decoration and focused on your content. * use beautiful webfonts, legible typography that’s consistent in every browser. * Responsive design that’s tailored to PCs, tablets and mobile smartphones devices * […]