Custom header
-
I want to use custom header for all courses
so i made a changes inmasterstudy-lms-learning-management-system.php
<?php get_header(); ?>
change to
<?php if(is_page(xxx)) { get_header(‘xxx’); } elseif(is_page(yyy)) { get_header(‘yyy’); } else { get_header(); } ?>
xxx, yyy is the post id of course
but it doesnt work?Need help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom header’ is closed to new replies.