featured page and posts on static page
-
Hi there!
I’m using the theme and I love it! I tried to create a child theme because I like to have different pages for the frontpage and the blog. In order to do that I created both the front-page.php and the home.php page.
I also wanted to have the featured page and posts on the front page. So i also created a header.php file for my child theme. Within this file I only changed the line 36 from
if ( is_home() ) {
to
if ( is_home() || is_front_page() ) {
The thing works. However, instead of the excerpt, the frontpage shows the entire featured page. Can you help me figuring out how to solve the problem?
By the way, I used elementor to create the featured page.Thank you in advance,
nicola
- The topic ‘featured page and posts on static page’ is closed to new replies.