Skip to content

ariz

  • MUSIC
  • WORDPRESS
  • PING ME

ariz

Close menu
  • MUSIC
  • WORDPRESS
  • PING ME

ariz

Search Toggle menu

Category: Wordpress

13/06/2024Wordpress

How to backup ACF option fields with SQL

To get the values SELECT * FROM wp_options WHERE option_name LIKE ‘options_%'” Export  as SQL Remove the ID column from the INSERT […]

28/08/202328/08/2023Woocommerce, Wordpress

I don’t see product reviews in the single product page!

I suppose you have enabled the Woocommerce > Products > Enable reviews option, right? Then check if the comment_status is open for […]

15/10/2021Wordpress

Table ‘wp_db.wp_icl_string_packages’ or ‘wp_db.wp_icl_mo_files_domains’ doesn’t exist

Query for mo_files_domains DROP TABLE IF EXISTS `ariz_icl_mo_files_domains`; CREATE TABLE `ariz_icl_mo_files_domains` ( `id` int(11) NOT NULL AUTO_INCREMENT, `file_path` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT […]

01/05/202101/05/2021Woocommerce, Wordpress

WordPress – Copy product slugs from original language

If you need to replace product slugs in other language from the original you should try: add_action( ‘init’, function() { if ( […]

01/09/201901/09/2019Wordpress

ACF local JSON not working – check WPML!

If you are using WPML please check that ACF Group is NOT translatable!

19/06/201919/06/2019Woocommerce, Wordpress

Add bult sale price in all product variations at once

function bulk_add_sales_price( $discount_percentage = 20 ) { $products = get_posts( [ ‘post_status’ => ‘publish’, ‘post_type’ => ‘product’, ‘posts_per_page’ => – 1, ] […]

18/09/2017Wordpress, Windows

Create link for wordpress upload folder to network share folder

Let’s say you want to map the uploads folder with a folder in a network share drive. Open an Admin cmd and […]

08/02/2017Wordpress

How to add custom font sizes to WordPress Text Editor

In your functions.php place the following code if ( ! function_exists( ‘tiny_mce_before_init’ ) ) { function tiny_mce_before_init( $init ) { $init[‘fontsize_formats’] = […]

14/01/2017Wordpress

Must-Use Plugins tips

Dropping a file into the mu-plugins directory means that code runs automatically, without having to log into the admin. This comes in […]

17/11/2016Wordpress

Renaming Custom Post Types and Taxonomies

SQL query for renaming Custom Post Types: UPDATE `wp_posts` SET `post_type` = ‘<new_post_type>’ WHERE `post_type` = ‘<old_post_type>’; SQL query for renaming Custom […]

26/07/2016Wordpress

WordPress Menu Helper Class

This small class will help you in more advanced situations like getting the parent id of the current page, or find the children of […]

22/07/201622/07/2016Wordpress

WP Query with ACF repeater subfield condition

We have a CPT people, and each one people belongs to a department (which is a standard page). In each department’s internal […]

20/04/201603/05/2016Wordpress

Prevent WordPress canonical URL rewrite when using pagination

If you have a page with  slug /slug and in that page you add a custom pagination or query string ?page=MyCustomPage and then reload the […]

18/04/2016Wordpress

Change wordpress user password

If you forgot your admin password then add the following line in you theme’s functions.php wp_set_password(‘123’, 1); After that, navigate to the […]

Categories

  • git (3)
  • wsl (1)
  • Woocommerce (3)
  • XAMPP (3)
  • Virtual Box (1)
  • Linux (13)
  • VMWare (5)
  • Tools (1)
  • MySQL (4)
  • Laravel (4)
  • htaccess (2)
  • Projects (1)
  • Wordpress (14)
  • Troubleshooting (3)
  • CSS (13)
  • NodeJS (1)
  • PHP (6)
  • Algorithms (2)
  • ES6 (2)
  • Javascript (9)
  • Popup / Lightbox (1)
  • Uncategorized (4)
  • Video (3)
  • Windows (15)

Latest Articles

  • MySQL export large db 22/03/2025
  • Error key_load_public: invalid format 09/03/2025
  • Add an existing website folder to a repo 27/02/2025
  • How to backup ACF option fields with SQL 13/06/2024
  • How to change the Lock screen timeout using Command Prompt 19/09/2023
  • CUPS Printer not printing 31/08/2023
  • I don’t see product reviews in the single product page! 28/08/2023

Antonis S. Rizopoulos

Athens, Greece
(0030)
info@ariz.gr

Contact

    Your Name (required)

    Your Email (required)

    Subject

    Your Message

    © 2015-2025 ariz. Proudly powered by Sydney