Changeset 2669237
- Timestamp:
- 01/30/2022 01:45:15 PM (4 years ago)
- File:
-
- 1 edited
-
add-custom-codes/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-custom-codes/trunk/readme.txt
r2669203 r2669237 30 30 31 31 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 32 2. Activate 'Add Custom Codes ' plugin through the 'Plugins' page in WordPress32 2. Activate 'Add Custom Codes by MakTal' plugin through the 'Plugins' page in WordPress 33 33 3. Go to 'Appearance -> Custom Codes' to add your codes 34 34 … … 38 38 = Plugin is not working for me. Why? = 39 39 40 Make sure that your theme has 'wp_head()' call in header.php file . Also make sure that you have added the right codes on interface. Make sure to clear cache too.40 Make sure that your theme has 'wp_head()' call in header.php file and 'wp_footer()' call in footer.php file. Also make sure that you have added the right codes in plugin settings. Also Make sure to clear cache after updating codes in plugin settings. 41 41 42 42 = Is this plugin safe from hackers? = … … 59 59 60 60 1. Install the plugin using zip file or from wordpress plugins directory 61 2. Go to 'Appearance -> Add Custom codes' to add your codes. 61 2. Go to 'Appearance -> Add Custom codes' to add your Global codes. 62 3. Add Custom Codes' option when editing page, posts etc. 62 63 63 64 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.