Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #950259

    Hi
    Article is shown when the layout has the Mainbody (component section) in the layout .
    Becuase the feature intro layout does not have the component block there is no output .
    You need to add the Main body block in this layout to show articles .
    Go to /tpls/blocks/feature-intro.php file

    Add below code

    
      <?php $this->loadBlock('mainbody') ?>

    Above the footer or below header , depends on needs .
    Here : http://prntscr.com/bt2mlk

    harmonyhill Friend
    #950582

    That worked.. Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  harmonyhill 8 years, 4 months ago.

The topic ‘Creating a new article error? Ja resume’ is closed to new replies.