skip to Main Content

woocommerce product shortcodes template

As I know [products limit=”4″ columns=”4″ on_sale=”true” ] will show all on sale products, [products limit=”3″ columns=”3″ best_selling=”true” ] will show best selling products, If I were not wrong, both of the shortcodes would call the content-product.php file to display…

VIEW QUESTION

Only view uername – WordPress

I want to view this code only with USERNAME, however the public display name taking over. how to only display USERNAME? function display_current_user_display_name () { $user = wp_get_current_user(); $display_name = $user->user_login; return $user->display_name; } add_shortcode('current_user_display_name', 'display_current_user_display_name');

VIEW QUESTION
Back To Top
Search