-
Created a topic, Did remove my accents in filenames and URLs successfully!, on the site WordPress.org Forums:
The plugin did its job in a very simple way, and I cou… -
Posted a reply to Enabling CPT ordering for Editors, on the site WordPress.org Forums:
You're the best, thanks! -
Created a topic, Enabling CPT ordering for Editors, on the site WordPress.org Forums:
Hi guys, Great plugin! Thank you very much. It does… -
Created a topic, Scrolling bug with checkboxes, on the site WordPress.org Forums:
Hi, When a checkbox is required, that the user doesn… -
Posted a reply to Mail Attachments don’t work since 5.4.1, on the site WordPress.org Forums:
Small progress on my side : I've identified that the problem was coming from the… -
Posted a reply to Mail Attachments don’t work since 5.4.1, on the site WordPress.org Forums:
Hi Takayuki, I'm facing the same issue on this form: https://cdma.happy-dev.fr/candidater/?email=zeineb.abdelli%40greta-cdma.paris&formation=BMA%20%C3%A9b%C3%A9niste I had to revert… -
Posted a reply to Page not found on some search pages on my search result, on the site WordPress.org Forums:
Arf... The polylang plugin was actually the cause... Deactivating it solved the problem. Many thanks… -
Posted a reply to Page not found on some search pages on my search result, on the site WordPress.org Forums:
Hmmm... This is how I implement relevanssi_modify_wp_query in function.php function modify_search($wp_query) { $wp_query->set('s', get_query_var('s'));// fetch… -
Posted a reply to Page not found on some search pages on my search result, on the site WordPress.org Forums:
I understand better now. I was kind of doing it like that (via pre_get_post) but… -
Posted a reply to Page not found on some search pages on my search result, on the site WordPress.org Forums:
Thank you for your response Mikko. The thing is that the code bypasses the search.php… -
Created a topic, Page not found on some search pages on my search result, on the site WordPress.org Forums:
Hi, This is how I override the Wordpress search page…