-
▼
2011
(334)
-
▼
September
(29)
- How to Use Lightbox 2 for Wordpress
- How to Install WordPress on Media Temple GS
- How to Find API Endpoint in WordPress
- How to Make WordPress Look Like Facebook
- How to Move From WordPress to Your Own Domain
- How to Make a Widget for Every WordPress MU Blog C...
- How to Insert Pictures in WordPress Posts
- How to Use the eShop on WordPress
- How to Find Out Who Owns a WordPress Blog
- How to Include Different WordPress Footers
- How to Find Broken Links in WordPress to Remove
- How to Hide a WordPress Blog Under Development
- How to Embed Padding in WordPress
- How to Add Pages to WordPress
- How to Embed Docstoc Documents in WordPress
- How to Add PDFs Word Documents to WordPress
- How to Create a Favicon in WordPress
- How to Change the Order of the Menu for WordPress ...
- How to Edit WordPress to Default Install
- How to Manage PDF Files With WordPress
- How to Import WordPress Into a Joomla Website
- How to Use Fusion Charts in WordPress
- How to Add Twitter to a Wordpress Blog
- How to Unzip WordPress
- How to Make a WordPress Article Static
- How to Duplicate a Function in Wordpress
- How to Include Another PHP File in WordPress
- How to Export a Self
- How to Have a Subdomain on the WordPress Site at H...
-
▼
September
(29)
adsense
How to Duplicate a Function in Wordpress
1. Open a Web browser on your computer and log in to your WordPress administrator console dashboard.
2. Click the 'Appearance' panel link in the left navigation bar. Click the 'Editor' link in the 'Appearance' drop-down options. The editor opens with a list of files you can edit on the right side.
3. Click the file that contains the function you want to duplicate. Highlight the function and press 'Ctrl' and 'C' to copy the function to your clipboard.
4. Click the file where you want to place the duplicated function. Click the section where you want it to execute in the PHP code and press 'Ctrl' and 'V.' This command pastes the function in the file.
5. Click 'Update File' at the bottom of the editor. The added PHP function saves to the file, and the changes take effect immediately.
2:17 AM | Filed Under | 0 Comments
Post a Comment