Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30832
    kfunk
    Member

    Hi There,

    First of all I just wanted to say: Great Theme!! Very user friendly and highly customizable. Thank you!

    I’m wondering if there is a way to make my headline appear on all my pages, not just the homepage?

    Thanks again!

    #30844
    Sakin
    Keymaster

    @kfunk: Sorry this option in not available at this stage. We will work on it for further releases. We wanted to keep it only in homepage that is why we called in Homepage Headline.

    If you know the technical php then you can do this by building child theme. You can just build child theme and then create functions.php file in your child theme, copy fucntion catchkathmandu_homepage_headline from catchkathmandu-functions.php file to your child theme functions.php file. Then in your child theme functions.php file replace the following code
    if ( ( is_front_page() || ( is_home() && $page_for_posts != $page_id ) ) && ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) ) {
    With the following code
    if ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) {

    #33331
    mds88
    Member

    I would also really like to have my headline on all pages, both for the message and because it makes all the pages better looking by breaking up the white space.

    I hope this function will be added – thank you!

    #33446
    Sakin
    Keymaster

    @mds88: Sorry I don’t understand your request. Can you explain in reference with your site URI for better understanding.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Headline on all Pages’ is closed to new replies.