Word Press – How to remove the text on the header?
<?php get_header(); ?>
<?php $options = get_option('inove_options'); ?>
This is the code of the theme, its not the normal echo get_option home bloginfo kind of coding…
Please help, I am new to this. THANKS!
You have to follow the get_header() call to see what get_header() does. Then follow that. Eventually you'll get to the header itself, and you'll be able to delete what you want from it.







You have to follow the get_header() call to see what get_header() does. Then follow that. Eventually you'll get to the header itself, and you'll be able to delete what you want from it.
References :