jgfn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing images after migrationYou should also check and make sure that the files are owned by the user account used by WordPress.
How to check that?
Forum: Fixing WordPress
In reply to: Change the site URL completelyHi, it is not a duplicated topic. It’s another matter. Please read at the end of my topic.
Forum: Fixing WordPress
In reply to: How to confirm and make sure I have successfully change the domainIf I use the first method in the following guide https://codex.wordpress.org/Changing_The_Site_URL
I will need to update the wp-config.php file. Will this method automatically updates the new domain in the database?Add these two lines to your wp-config.php, where “example.com” is the correct location of your site.
define( ‘WP_HOME’, ‘http://example.com’ );
define( ‘WP_SITEURL’, ‘http://example.com’ );- This reply was modified 7 years, 1 month ago by jgfn.
Forum: Fixing WordPress
In reply to: How to temporarily disable a function?Thank you for your support. It is a function make myself, not from any plugin
Forum: Fixing WordPress
In reply to: Amazon Polly alternativesBecause I am asking for an alternative to the pluggin so I am not sure if I should post this in the plugin support forum
Forum: Fixing WordPress
In reply to: Set number of revisions using a simple pluginThank you, in the code above, maximum number of revisions is 5 right?
And what is ‘control_revisions’, 10, 2 )?- This reply was modified 7 years, 1 month ago by jgfn.