Rating: 5 stars
Please create child theme if you using pahlawanweb wordpress theme, for example function to remove markup. Create functions.php in your child theme.
function mychild_theme_setup() {
remove_action( 'pahlawanweb_header_markup', 'pahlawanweb_head' );
}
add_action( 'after_setup_theme', 'mychild_theme_setup' );
add_action('pahlawanweb_head_top', 'pahlawanweb_ss');
function pahlawanweb_ss() {
...... DO SOMTHING HERE ...........
}
This review and reminder for PahlawanWeb WordPress Theme user.
Many thanks
]]>Rating: 5 stars
This theme is awesome, code simple but filled with puzzles, 5 thumbs up for pahlawanweb as a developer,
thank you very much
]]>