Thread Starter
wp-va2
(@wp-va2)
Thank you, I tried that, but stil gettin gthe blank page. Maybe I am doing something wrong placing the code?
– Am I correct this code must be added in the Theme functions.php file? For this code looks like to be placed in the header.php or something, for in the functions.php I read terms like ‘function’ and ‘add_action’.
– And if placed in the functions.php, can I put it just below the rest? For the code in the functions.php file ends with:
require( get_template_directory() . '/inc/shortcodes.php' );
If I leave it that way, the (premium)theme functions. But if I put the above code below that last line (including your correction), I get blank page.