Liew Cheon-Fong
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Wildcard and IP protection1. Yes, your server IP address is exposed. It is not dangerous but less secure than hiding behind Cloudflare proxy. As you mentioned, you can upgrade your Cloudflare plan for proxy protection. You can do security protection on your server side, such as WAF, rate limiting, etc.
Forum: Fixing WordPress
In reply to: WordPress Settingyou can change admin email address by editing WordPress database options table.
refer: https://www.wpbeginner.com/beginners-guide/how-to-change-the-wordpress-admin-email/
(Remember to backup database!)
Forum: Fixing WordPress
In reply to: Google indexing spam searches in wordpressForum: Fixing WordPress
In reply to: Make Google Index Full Sized Imageshave you link the medium size image to the full size image?
Forum: Fixing WordPress
In reply to: Google indexing spam searches in wordpressuse SEO plugin to set meta for search result pages: noindex,follow
or (not recommended) block index using robots.txt:
User-agent: * Disallow: /?s=*try to google “WordPress Country Selector”
Forum: Fixing WordPress
In reply to: English tags or comments on Chinese posts in Administration ScreensI don’t understand your question.
Non-chinese reading editor not suppose to edit Chinese content, no?What is the issue here? What does non-Chinese reading editors want to edit?
Forum: Fixing WordPress
In reply to: Migrate webstie to old vps to new vps errortry a WordPress migration plugin https://wordpress.org/plugins/search/migrate/ to easily migrate a WordPress site
Forum: Fixing WordPress
In reply to: How to redirect from every blog post to specific URLyou can use Redirection plugin https://wordpress.org/plugins/redirection/
or use .htaccess redirectionForum: Fixing WordPress
In reply to: Cannot insert multiple image files at one time into blog postmany large image files upload will fail because server timeout.
Upload will fail too if the server is busy/overload.what is the average file size of your images?
Forum: Fixing WordPress
In reply to: Posts not showing up in categoriesDo you mean that you don’t see category’s posts in the WordPress admin?
Forum: Networking WordPress
In reply to: Setting multisite WP: different languages and different URLthe MySQL settings are wrong. Please refer to following:
// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'database_name_here' ); /** MySQL database username */ define( 'DB_USER', 'username_here' ); /** MySQL database password */ define( 'DB_PASSWORD', 'password_here' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' );https://codex.wordpress.org/Editing_wp-config.php#Default_wp-config-sample.php
Forum: Fixing WordPress
In reply to: Unable to edit 92,000 word pageyou can disable WordPress autosave by editing wp-config.php or functions.php (refer https://trickspanda.com/how-to-disable-wordpress-autosave/)
you can also install plugin https://wordpress.org/plugins/wp-disable/ to disable autosave.
Forum: Localhost Installs
In reply to: Unable to access dashboardthe login url is http://westmeadstudio.com/wp-login.php
Forum: Fixing WordPress
In reply to: School Dinner Ordering@jdembowski hmm.. maybe I misunderstand the “report” feature. I mean this post is not “Fixing WordPress”