All Topics
Show image instead of text using shortcode
Hi,
Im trying to add a column where we’ll show the type of prodcut, but instead of a text:
– simple
– variable
we would like to show an icon or an image.
We found shortcode as an option but it looks like shortcode is not working. We try something like this just for testing:
add_shortcode(‘test_shortcode’, ‘test_shortcode’);
function test_shortcode(){
echo (“hola”);
}
Then we select our shortcode in a new column but don’t see anything in that column.
Are we doing anything wrong?
Cheers!
You must be logged in to reply to this topic.