Difference between revisions of "WordPress Modifications"

m
no edit summary
(Created page with "There are so many little things in WordPress, its plugins, themes, etc. that need modifications to make them perfect. But when it comes time to upgrade them, this can cause t...")
 
m
 
Line 1: Line 1:
There are so many little things in WordPress, its plugins, themes, etc. that need modifications to make them perfect.  But when it comes time to upgrade them, this can cause things to revert back to the way they were originally, negating all of the positive changes.  Below are some tips to mitigate these reversions when upgrades are done.
There are so many little things in WordPress, its plugins, themes, etc. that need modifications to make them perfect.  But when it comes time to upgrade them, this can cause things to revert back to the way they were originally, negating all of the positive changes.  Below are some tips to mitigate these reversions when upgrades are done.


Use the INCLUDE command in a PHP file
Use the INCLUDE command in a PHP file if the theme allows it: include 'WhatEverPathAndFileName';
 
include 'WhatEverPathAndFileName';


For CSS, try to use the GUI (theme or otherwise) to override CSS settings, but if you can't;
For CSS, try to use the GUI (theme or otherwise) to override CSS settings, but if you can't;