Category: wordpress

shape
shape
shape
shape
shape
shape
shape
shape
Standard

How to Access Functions.php | Video

What is Functions.php WordPress offers extensive customization to your wordpress website. You can edit functionality, looks any way you want to by inserting your own code in the “functions.php” of your wordpress website. Functions.php comes with the theme and as it is suggested by name, it stores theme’s functions. You can customize your website by

Standard

Change WordPress Admin Panel’s Footer Text

Basically, Any web developer (including myself) takes a step further when it comes to branding.  With the following code, You can change the old and boring wordpress’ footer text and replace it  your own message. Just go to functions.php of your theme and add the following code. [php] function my_admin_footer () { print "Your Company Name. <a

Standard

Removing WordPress Menu Items with Single Click

As a web developer working on website, All I know is time is money and during developing a website, there is one thing I hated the most. “Deleting menu items”. You see when I want to remove a menu item in WordPress, I go to [highlight2]Appearance -> Menus[/highlight2]  in admin Panel and then I remove the

Standard

Increasing logged-in expiry time of your wordpress website

Why Increase Loggin-in Expiry Time Sometimes while developing a wordpress website, you dont want wordpress to log you off automatically from the website you are working on or in an other case, you might want to increase log-in expiry timer for your website’s users. Here’s a tiny piece of code that you can copy and