RTL in WordPress or Elementor editor
RTL in WordPress or Elementor editor
RTL in WordPress or Elementor editor
Ajax infinite scroll random order shows duplicate posts on custom post type
No mention of the PHP version you have, but perhaps you are using an older PHP version ? Try running PHP 7.2 for a test. Upgrade to 8.x after the site stabilizes. You can also try renaming the plugins and/or the themes folder to bypass those settings (which will affect the site, of course). Get … Read more
How to pass javascript var to php var
Custom Filtering date with newsletter
The issue is that your JavaScript code is trying to retrieve and populate the post title in the new window, which is on a different domain (khoreketab.com), while the AJAX request to get the post title is being made to your WordPress site. This leads to a cross-origin resource sharing (CORS) issue. Due to security … Read more
Putting form result in my database
Exclude a category ID from the following function
WordPress If else statement to hide or show a div based on population a field
You site has been infected with malware. It will take some effort to clean it up, but it can be done. Basic steps are available via searching, and are out of scope for here, but to get started: Update WP core to latest, even if it already is. Update all themes and plugins. Remove plugins … Read more