Make header image show on

5.06K viewsThemes
0

How do I make the homepage header and users statistics visible on my custom “About US” page as it shown on the askbug theme homepage.

Question is closed for new answers.
unselected answer
0

Hello,

You can copy this to about page template:

Loading Gist...
unselected as best answer

What I want to do is modify the Askbug “Single Page (page.php)” file in my child theme to have the intro header as in site home page when askbug theme is installed. I have tried placing the home intro hook on the page.php file but its not just working.

Hello Rahul, the about page is returning blank. I have made the header modification as you instructed and created an about page template using the code you sent last, yet I am still getting a blank screen. Whats next should I do please?

Please send a temporary FTP credentials to [email protected], I will check your issue.

I have copied it and saved as “about.php” and also assigned template name on comments as “Template Name: About Us”. I have selected About Us as page template of my about us page and it shows blank. What am I not doing correct?

0

Override header.php in child theme and copy everything. and edit line 109 if condition:

<?php if ( is_active_sidebar( ‘stats’ ) && is_front_page() ) : ?>
To:

<?php if ( ( is_active_sidebar( ‘stats’ ) && is_front_page() ) || is_page( ‘about’ ) ) : ?>