Homepage – Blog for All Pages

Posted in: Newsmag
Post count: 21

I would like to have the Homepage Blog style for my project that will have this look for all the pages in the menu.

Is it possible to have this layout for all the pages?

When I create a new page I am able to click on Templates > Default Templates > Homepage – Blog, however, there is no Block item that mimics this.

Any suggestions?

  • This topic was modified 10 years by draganeee.
Post count: 6535

Hi

It’s not enough to set the homepage blog VC template, you also have to set the page builder with latest articles section for your the page, and chose the post layout like this: http://screencast.com/t/5KkoP5mXaLQz

Let me know how it goes.

Thanks!

Post count: 21

Hey Andrei,

It actually worked perfectly, thank you!

Post count: 21

Is it possible to include an 728×90 Advertisment banner at the bottom of the site above the footer when using the Homepage – Blog?

Post count: 6535

Hi

You need to edit the page template used for homepage and add your shortcode add like here: http://screencast.com/t/JTiP5aHLa

<div class="td-pb-row td-pb-border-top">
     <div class="td-pb-span12">
           <?php
                if (is_front_page()){
                    echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
                    }
                    ?>
      </div>
</div> 

To obtain the ad shortcode follow this link: http://screencast.com/t/oR7yzuBfhttp://screencast.com/t/CHgwzp4p

Let me know how it goes.

Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.