WordPress page options resetting after pressing the enter keys and all of your settings go back to zero. This is usually this is happening when you create a custom page option in WordPress dashboard. The main reason is the reset button is declared ahead or coded before submit button. If you can see the `id=”reset”` […]
get_the_ID() conflict in nested WP_Query codes
Hi guys, I have this problem during my WordPress coding journey. The `get_the_ID()` has conflict in nested `WP_Query` codes. On the first `WP_Query` loop, the ID for example is 20, then inside that loop I have another `WP_Query` (see the codes below) that makes the `WP_Query` codex more completed if you don’t code it right. […]
WordPress Post / Page visual editor missing.
Just simply go to your WordPress profile and ENABLE / DISABLE the settings. Please image below.
How to display post edit links after content?
How to display post edit links after content? Copy and paste the codes into your page template