FAQ

Customizing WordPress

How to turn off WordPress Post Revisions?

Insert this into “wp-config.php” file

// Turn off WordPress Post Revisions
define('WP_POST_REVISIONS', false);

How to Delete Existing WordPress Post Revisions?

Goto phpMyAdmin –> Select your WordPress database from the sidebar –>Click the SQL tab –> Insert this and click go –>

DELETE FROM wp_posts WHERE post_type = "revision";

How to Limit the Number of Saved Revisions?

Add this to “wp-config.php” changing the number to suit your needs

define ('WP_POST_REVISIONS', 2);

How to Remove all RSS feeds?

Search for the code below in “functions.php” and either remove it or comment it out //

add_theme_support( 'automatic-feed-links' );

How can i deactivate individual JetPack widgets?

On the JetPack dashboard if you click “Learn More” on any of the widgets your see the “Learn More” button changes to “Deactivate”.

About This Site

Dreams are built from lines of code well it's true!
If you can dream it you can usually code it.

I have learned so much from other people on the Internet and this site is for me to give back some of what i have learned and hope people can now learn from me.
Have fun and surf safely,
Ian.J.Gough

Contact Form

captcha

-
blank1
blank2
blank3
blank4
blank5
blank6
blank7
blank8
blank9
blank10
blank11
blank12
blank13
blank14
blank15