📰 Automatically redirect posts with a custom prefix
📅
18 April 2023 at 13:29
In the example we need all of our articles to have the following schema: Site URL news post name But once the structure is changed, no...
In the example we need all of our articles to have the following schema: Site URL news post name But once the structure is changed, no...
In my case I needed to show and hide an element with a checkbox to ensure GDPR compliance. Then came the question: how to prevent the validation of a ...
It is quite common to have CSS or JS problems after updating plugins when you keep a cache solution to increase its speed. Auto purge WordPress cache...
Videos do not take up the full width of containers on WordPress by default. To make it simple for users just use JQuery. The interest is to add a p...
Here is how to add new column based on ACF custom field in WordPress user list. Hook manage_users_columns add_filter( 'manage_users_columns', 'col...
In the example: I have an ID 3 form Not my champion ID 4 Should autofill with field value acf field_5edf1b7c5e574 Hooks Gravity Form ...
This often happens when doing a search: you don't understand why one post comes up rather than another. The best criterion of relevance remains the ti...