Blog

WP Admin Details Request

User wp admin details so that I can migrate db from it and update our staging server db Because it needed for Swiss webinar and language task. Correct above sentence Assistant "Provide the WP admin details so I can migrate the database and update the staging server's database. This is required for the Swiss webinar […]

Calculate 72 Hours

User calculate 72 hours from given date time Assistant To calculate 72 hours (3 days) from a given date and time, you simply add the hours to it. Let me know the date and time you'd like to start from, and I can calculate the result for you. If you want to do it programmatically, […]

Add Switzerland CH WPML

User Add New language switerland CH in wpml with flag Assistant To add a new language, such as "Switzerland (CH)" with its flag in WPML, follow these steps: — ### 1. **Check if Switzerland (CH) Exists in WPML** WPML includes predefined languages, but Switzerland (CH) might not exist by default. – Go to **WPML > […]

Hinzufügen von de-CH in WPML

User How to select de-ch in wpml Assistant To select the **Swiss German (de-CH)** locale in WPML (WordPress Multilingual Plugin), follow these steps: ### 1. **Check WPML Installed Languages** – Go to **WPML > Languages** in your WordPress dashboard. – Scroll down to the **Site Languages** section. ### 2. **Add de-CH (Swiss German)** – Click […]

WPML Switcher Not Displaying

User Wpml language switcher drop down not showing in front end Assistant If the WPML language switcher dropdown is not showing on the front end of your WordPress site, here are some steps to troubleshoot and fix the issue: — ### 1. **Check WPML Settings** – Go to **WPML > Languages** in your WordPress dashboard. […]

Plugin sorting issue debugging

User Category Order and Taxonomy Terms Order Plugin does not apply drag and drop sortin in gd directory location plugin Assistant The "Category Order and Taxonomy Terms Order" plugin typically enables drag-and-drop sorting for categories and taxonomy terms, but if it's not working in a custom directory location or plugin, there could be a few […]

Drag and Drop Categories

User categories drag and drop wp-admin Assistant To implement drag-and-drop functionality for categories in the WordPress admin area, you can use one of the following approaches: ### **1. Use a Plugin** There are existing plugins that add drag-and-drop sorting for categories or taxonomies. Examples include: – **Category Order and Taxonomy Terms Order**: Allows you to […]

WP Admin Categories Drag

User categories drag and drop Assistant Adding drag-and-drop functionality to categories (or any list of items) in a Laravel + Vue.js application can be achieved using a combination of backend and frontend tools User cateogries drag and drop in wp admin

Checklist and PHP Version

User But I need to perform some work before that like 1-I need to create checklist for all issues that we’ve faced after upgrade. 2- I need to also discuss with Rajeev availability because they need to change php version. Correct above sentence Assistant Here’s the corrected version of your sentence: 1. I need to […]

ACF Repeater Shortcode Issue

User if (have_rows('services_offered', $post->ID)): ?> . Acf repetior field not showing in front end short code Assistant If your ACF repeater field is not showing on the frontend for a shortcode, it's likely due to how the `global $post` variable or the post context is handled within the shortcode. Shortcodes don't automatically inherit the `$post` […]