Author Archives: C.O.P

Edit product loop thumbnail template

/** * Edit default Woocommerce product loop thumbnail template * As there is no dedicated [...]

laravel remove index.php from url

# Remove index.php$ if ($request_uri ~* "^(.*/)index\.php$") { return 301 $1; } location / { [...]

get_stylesheet_directory() point to theresources/ folder

/** * ACF save json folder */ add_filter( 'acf/settings/save_json', 'my_acf_json_save_point' ); function my_acf_json_save_point( $path ) [...]

WordPress – various removers

/** * Various removers * todo: all may not be still needed/usefull/correct */ /** * [...]

Woocommerce- redirect (remove) author pages

/** * Disable access to WordPress author page */ function remove_author_pages_page() { global $wp_query; if [...]

Set real term_meta on ACF terms custom fields on update/create

/** * ACF fix for term meta * replace {{custom_term_meta_x}} by your ACF term custom [...]

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.