tomcottrill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No text editor on pages and postsThis line of code is invalid:
Please refer to the codex: https://developer.wordpress.org/reference/functions/get_post_meta/
This is likely the root of both problems.
Forum: Fixing WordPress
In reply to: Blog has "too many redirects"Usually, I see this when the server URL that its trying to hit (say, redirecting the non-www URL to the www version) doesn’t match what wordpress is trying to do. Check your WordPress settings to ensure that your site is set to use www. in the URL, and that your .htaccess file is doing the same.
Forum: Fixing WordPress
In reply to: No text editor on pages and postsTry creating a new post type and seeing if it has an editor.
Also search your functions file for:
remove_post_type_support(‘page’, ‘editor’);
Maybe someone turned it off intentionally?
Forum: Fixing WordPress
In reply to: No text editor on pages and postsInteresting. I’ve never seen custom fields turn off the defaults.
Is this a new install, or one that you’ve been using a while?
If I had to guess, it’s a faulty plugin. Try disabling them all, and reenabling one by one. Otherwise, if it’s a new install, or you just updated anything, it could be a corrupt file in TinyMCE.
Forum: Fixing WordPress
In reply to: No text editor on pages and postsYour screencaps aren’t showing.
Do you have a visual editor, and no text editor, or no editor, period?