Title: ren's Replies | WordPress.org

---

# ren

  [  ](https://wordpress.org/support/users/renyot/)

 *   [Profile](https://wordpress.org/support/users/renyot/)
 *   [Topics Started](https://wordpress.org/support/users/renyot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/renyot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/renyot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/renyot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/renyot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/renyot/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/renyot/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/renyot/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Site with Docker behind Apache reverse proxy keeps redirecting from do](https://wordpress.org/support/topic/wordpress-site-with-docker-behind-apache-reverse-proxy-keeps-redirecting-from-do/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wordpress-site-with-docker-behind-apache-reverse-proxy-keeps-redirecting-from-do/#post-16987124)
 * Here are some ideas off the top of my head that might help:
    1. trusted proxies: In some cases, you might need to inform WordPress about which
       proxies are trusted. This can be done within the `wp-config.php`.
    2. review the `.htaccess` file of WordPress to see if there are any redirect rules
       that might be causing the incorrect redirection.
    3. using PHPMyAdmin or another tool, verify that the `siteurl` and `home` options
       in the `wp_options` table are correctly set to your domain.
    4. consider checking the error logs of both Apache and WordPress. There might be
       more error messages that can assist you in diagnosing the problem.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [reducing a space](https://wordpress.org/support/topic/reducing-a-space/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/reducing-a-space/#post-16987110)
 * Using keywords like “wordpress additional css” will lead you to numerous tutorials
   on how to add custom CSS to your WordPress site.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot change block type in editor](https://wordpress.org/support/topic/cannot-change-block-type-in-editor/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/cannot-change-block-type-in-editor/#post-16978650)
 * Yes, it’s possible that a recent WordPress update might be causing compatibility
   issues.
 * Some folks also ran into the similar issue after upgrading to WP 6.3, you might
   want to take a look at them before reverting the version back.
    - [https://wordpress.org/support/topic/experiencing-an-error-in-the-editor/](https://wordpress.org/support/topic/experiencing-an-error-in-the-editor/)
    - [https://wordpress.org/support/topic/error-after-updating-wordpress-to-6-3-2/](https://wordpress.org/support/topic/error-after-updating-wordpress-to-6-3-2/)
    - [https://wordpress.org/support/topic/wordpress-editor-crashing/](https://wordpress.org/support/topic/wordpress-editor-crashing/)
    - [https://wordpress.org/support/topic/error-after-updating-wordpress-to-6-3/](https://wordpress.org/support/topic/error-after-updating-wordpress-to-6-3/)
 * If none of these solve your problem, please remember to **back up your current
   site** before doing a downgrade.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Code not working in published page](https://wordpress.org/support/topic/code-not-working-in-published-page/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/code-not-working-in-published-page/#post-16978154)
 * Hey there,
 * In the code you provided, I noticed that you used non-standard quotation marks.
   The correct one should be `"` instead of `”`.
 * Tested with below snippet and things worked correctly on my side.
 *     ```wp-block-code
       <a href="https://www.yogchakra.com/" target="_blank">
         <img src="https://www.yogchakra.com/wp-content/uploads/2023/08/yoga-directory-yogchakra-sq1.png" alt="YogChakra.com" border="0">
       </a>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot change block type in editor](https://wordpress.org/support/topic/cannot-change-block-type-in-editor/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/cannot-change-block-type-in-editor/#post-16978129)
 * Hi there,
 * The error here indicates that at some point, an input in your code (or within
   the WordPress Gutenberg editor’s code) is switching from being uncontrolled to
   controlled or vice versa. This is not recommended in React.
 * **Potential Solutions**:
 * a. **Review the Code**: If you’ve added custom blocks or made modifications to
   existing blocks, review the code to ensure that inputs are consistently either
   controlled or uncontrolled.
 * b. **Plugins**: Some plugins can cause conflicts with the Gutenberg editor. Try
   deactivating plugins one by one, especially those that interact with the editor,
   to see if the issue resolves.
 * c. **Theme Compatibility**: Ensure that your WordPress theme is compatible with
   the latest Gutenberg editor. Sometimes themes can inject scripts or styles that
   interfere with the editor.
 * d. **WordPress & Gutenberg Version**: Ensure that both your WordPress installation
   and Gutenberg plugin (if you’re using it separately) are updated to the latest
   versions.
 * e. **Debugging**: Use the non-minified development version of React to get a 
   more detailed error message. This can give us more insight into the issue.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [WP 6.3 Tagline doesn’t update](https://wordpress.org/support/topic/wp-6-3-tagline-doesnt-update/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wp-6-3-tagline-doesnt-update/#post-16978096)
 * Perhaps “Course Fishing the Radbuza River” on your front page is not a tagline,
   could be a page title?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to delete standard themes from WP dashboard](https://wordpress.org/support/topic/unable-to-delete-standard-themes-from-wp-dashboard/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/unable-to-delete-standard-themes-from-wp-dashboard/#post-16978083)
 * There isn’t a delete button on the bottom-right side?
 * > [View post on imgur.com](https://imgur.com/6UZLKIB)
    -  This reply was modified 2 years, 10 months ago by [ren](https://wordpress.org/support/users/renyot/).
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [WP 6.3 Tagline doesn’t update](https://wordpress.org/support/topic/wp-6-3-tagline-doesnt-update/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wp-6-3-tagline-doesnt-update/#post-16975581)
 * I just installed WP 6.3 and tested changing the tagline. I didn’t run into the
   same issue. After making changes in Settings – General, the site’s tagline also
   updated accordingly. Perhaps you can see if clearing your browser cache would
   fix it.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Pages not showing correctly](https://wordpress.org/support/topic/pages-not-showing-correctly-3/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/pages-not-showing-correctly-3/#post-16975564)
 * I’d like to confirm a few things first:
    - Can you still see all your 2023 blog posts from the dashboard?
    - I took a look at your blog page, and I noticed that the first few articles
      have “This post was last updated in 2023” written on them. The latest post
      is titled “Recycling Household Metallic Objects – A Complete Guide.” Is this
      the post that’s from this year you think? If so, have you tried clearing your
      browser’s cache?
    - Also, did you install any additional plugins when you re-installed plugins?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to type in existing blocks in a Column](https://wordpress.org/support/topic/unable-to-type-in-existing-blocks-in-a-column/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/unable-to-type-in-existing-blocks-in-a-column/#post-15261824)
 * Hi there,
 * I ran into the same issue by following the reproducing steps you provided. The
   WordPress Version is 5.8.2.
 * After some searching, I found out that it’s a known issue: [https://github.com/Automattic/wp-calypso/issues/54201](https://github.com/Automattic/wp-calypso/issues/54201)
 * A workaround was brought up in the thread in the above link:
    1. In your block
   editor select: “edit as HTML”; and then 2. change it back to “edit visually”.
   then your block will be accessible again (at least for a while).
 * Besides, I can see that the issue gets fixed in 5.9-RC2.
    According to [https://make.wordpress.org/core/5-9/](https://make.wordpress.org/core/5-9/),
   the final version of WordPress 5.9 is scheduled to be released on 25 January 
   2022.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My website keeps going back to WordPress Installation](https://wordpress.org/support/topic/my-website-keeps-going-back-to-wordpress-installation/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/my-website-keeps-going-back-to-wordpress-installation/#post-15261521)
 * Glad it helps 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ダッシュボードに戻れない](https://wordpress.org/support/topic/%e3%83%80%e3%83%83%e3%82%b7%e3%83%a5%e3%83%9c%e3%83%bc%e3%83%89%e3%81%ab%e6%88%bb%e3%82%8c%e3%81%aa%e3%81%84/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/%e3%83%80%e3%83%83%e3%82%b7%e3%83%a5%e3%83%9c%e3%83%bc%e3%83%89%e3%81%ab%e6%88%bb%e3%82%8c%e3%81%aa%e3%81%84/#post-15261426)
 * Hi there,
 * 可能エラーになる原因:
 * サイトマップのURL内に「&」「’」「”」「>」「<」など特殊文字が含まれているとエラー
   になる。
 * エラーになるURL：
 * `<loc>http://xxxxx.com/xxxxx&xxxxxx.html</loc>`
 * 対処法:
 * 特殊文字をエスケープ処理する。
 * アンパサンド: `&` ===>`&amp`
    一重引用符: `‘` ===> `&apos;` 二重引用符: `“` =
   ==> `&quot;` 不等記号 (より大): `>` ===> `&gt` 不等記号 (より小): `<` ===> `&
   lt`
 * エラーになるURL修正：
 * `<loc>http://xxxxx.com/xxxxx&xxxxxx.html</loc>`
    ↓ `<loc>http://xxxxx.com/xxxxx&
   ampxxxxxx.html</loc>`
 * —
 * Above is what I found using the keyword from your comment.
    You’d probably want
   to check the settings of XML Sitemaps. You can find that in **Settings -> XML-
   Sitemaps**
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Recommend a Specific Post Grid Plugin](https://wordpress.org/support/topic/recommend-a-specific-post-grid-plugin/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/recommend-a-specific-post-grid-plugin/#post-15261249)
 * Hey there,
 * Have you tried any of these?
    I believe all of them can filter the posts by categories.
 * Active installations:100,000+:
    [https://wordpress.org/plugins/content-views-query-and-display-post-page/](https://wordpress.org/plugins/content-views-query-and-display-post-page/)
 * Active installations:60,000+:
    [https://wordpress.org/plugins/post-grid/](https://wordpress.org/plugins/post-grid/)
 * Active installations:30,000+:
    [https://wordpress.org/plugins/the-post-grid/](https://wordpress.org/plugins/the-post-grid/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ダッシュボードに戻れない](https://wordpress.org/support/topic/%e3%83%80%e3%83%83%e3%82%b7%e3%83%a5%e3%83%9c%e3%83%bc%e3%83%89%e3%81%ab%e6%88%bb%e3%82%8c%e3%81%aa%e3%81%84/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/%e3%83%80%e3%83%83%e3%82%b7%e3%83%a5%e3%83%9c%e3%83%bc%e3%83%89%e3%81%ab%e6%88%bb%e3%82%8c%e3%81%aa%e3%81%84/#post-15261028)
 * Hey there,
 * As far as my understanding of your question, here are some possible solutions
   to it:
 * a. Fix Missing Admin Bar by Checking User Profile Settings.
    [https://www.wpbeginner.com/wp-content/uploads/2021/11/user-profile-show-toolbar.png](https://www.wpbeginner.com/wp-content/uploads/2021/11/user-profile-show-toolbar.png)
 * b. If you’ve ever changed your theme:
    1. Go to **Appearance » Themes**, hover over one of the default theme options, 
       and then click ‘Activate’. If the admin bar appears, then you know it’s an issue
       with your existing WordPress theme.
    2. Switch back to your original theme and create a complete WordPress backup, so
       you can restore your site if anything goes wrong.
    3. Next, go to your website theme folder which is located inside wp-content/themes/
       your-theme-name, and find a file called footer.php. Scroll to the end of the
       file to see if you have`<?php wp_footer(); ?>`before the closing`</body>`tag.
       If you don’t have this, you need to add the code, then upload the saved file
       back to your server.
    4. Another reason for the missing admin bar error is that it’s being hidden by 
       your theme’s functions.php file. This code snippet could have been added by 
       your theme developer. To fix this, you need to open up your functions.php file
       and then look for the following code snippet in the file and delete it.`add_filter('
       show_admin_bar', '__return_false' );` After that, you need to save the file 
       and upload it back to your website’s theme folder.
 * c. Check for WordPress Plugin Issues:
 * A plugin conflict, or poorly coded plugin, could also be causing the missing 
   admin bar issue.
 * First, you need to figure out which plugin is causing the problem. To do this,
   navigate to **Plugins » Installed Plugins **to go to the active plugins page.
 * Next, you need to select all the plugins, then select ‘Deactivate’ from the ‘
   Bulk Actions’ drop-down menu.
 * After that, you can go one by one and click the ‘Activate’ button. If you activate
   a plugin and it causes the admin bar to disappear, then you need to deactivate
   the plugin and find a replacement or contact the plugin author and see if there’s
   any solution to it.
 * As the auto-translate doesn’t explain your question well enough to me. I also
   recommend trying at [https://ja.wordpress.org/support/](https://ja.wordpress.org/support/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My website keeps going back to WordPress Installation](https://wordpress.org/support/topic/my-website-keeps-going-back-to-wordpress-installation/)
 *  [ren](https://wordpress.org/support/users/renyot/)
 * (@renyot)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/my-website-keeps-going-back-to-wordpress-installation/#post-15257739)
 * Hey there,
 * This type of issue is most frequently caused by the use of an incorrect WordPress
   database table prefix or that hosting providers limit/cap any type of resource-
   intensive process.
 * What you need to do to correct this is to ensure that the $table_prefix variable
   within your wp-config.php file matches your actual database table prefix or switching
   hosting providers.
 * You may also want to refer to these two discussion threads with a similar topic.
    -  [https://wordpress.org/support/topic/wordpress-redirecting-to-wp-admin-install-php-even-after-reinstalling-backup/](https://wordpress.org/support/topic/wordpress-redirecting-to-wp-admin-install-php-even-after-reinstalling-backup/)
    - [https://wordpress.org/support/topic/prompt-to-install-wordpress-again/](https://wordpress.org/support/topic/prompt-to-install-wordpress-again/)

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/renyot/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/renyot/replies/page/2/?output_format=md)