Product categories WordPress codex
How to get current product category slug?
global $wp_query; echo $wp_query->query_vars['product_cat'];
How to get current product category slug?
global $wp_query; echo $wp_query->query_vars['product_cat'];
Quick Tutorial: Fixed AdSense Left & Right Sidebar CSS Display Learn how to create a fixed AdSense layout with ads on the left and right sides of your webpage. This quick tutorial walks you through the HTML, CSS, and JavaScript setup to keep your ads visible as users scroll, maximizing visibility and potential revenue. Perfect…
How to add rtMedia custom settings just like the example image above? Just add the codes to your functions.php of your theme. add_filter( 'rtmedia_add_settings_sub_tabs', 'wdes_music_rtmedia_pro_settings_tabs_content' ); function wdes_music_rtmedia_pro_settings_tabs_content( $tabs ){ $tabs[] = array( 'href' => '#rtmedia-music-genre', 'icon' => 'dashicons-admin-tools', 'title' => esc_html__( 'Music Genre' ), 'name' => esc_html__( 'Music Genre' ), 'callback' => 'wdes_music_genre_settings_callback', );…
PHP Notice: unserialize(): Error at offset of bytes is showing when you edited the serialized text. In my end, I have serialized text and change the text. This will mess up serialized character count. This error show on my end `PHP Notice: unserialize(): Error at offset 2025 of 3529 bytes` and to fix the issue,…
WDES Responsive Tool 1 is a WordPress plug-in designed to provide mobile responsive solution for your websites. WDES Responsive Tool 1 helps your websites mobile friendly and much more reliable in mobile view.
Facebook share says “Not Found Back to Facebook” using Elated Themes error can be fix by using this codes below. Just edit this code in social-share.php file located in your theme folder/framework/modules/shortcodes/socialshare/social-share.php case 'facebook': if ( wp_is_mobile() ) { $link = 'window.open(\'http://m.facebook.com/sharer.php?u=' . urlencode(get_permalink()). '\', \'sharer\', \'toolbar=0,status=0,width=620,height=280\');'; } else { $link = 'window.open(\'http://www.facebook.com/sharer.php?s=100&p[title]=' . urlencode(kreate_elated_addslashes(get_the_title()))…
EDUCATIONAL VIDEO PARA SA GUSTO TUMUKLAS NG MGA BAGONG KAALAMAN KUNG PANU GUMAWA NG WEBSITES. PAKI-SHARE PO VIDEO NG MARAMI TAYONG MATULUNGAN AT MABIGYAN NG ONLINE SKILLS. MARAMI PA TAYONG PWEDE IBAHAGI SA INYO. LINKS: PERSONAL WEBSITE: https://www.anthonypagaycarbon.com/ XAMP DOWNLOAD: https://www.apachefriends.org/download.html WORDPRESS DOWNLOAD: https://wordpress.org/download/ SUBLIME TEXT EDITOR DOWNLOAD: https://www.sublimetext.com/ YOUTUBE CHANNEL: https://www.youtube.com/@AnthonyCarbon TIKTOK ACCOUNT: https://www.tiktok.com/@anthonypagaycarbon…