How to load a block within CMS

edited March 2014 in News & Announcements
Hi,
I have a block called 'services'. And I want to include it within my content area, where I typing my contents. This is similarly shortcode
[services]

Comments

  • edited 11:00PM
    If you are using the CMS pages module, you can put this in your field:
    {fuel_block('services')}

    If you are using a static view, use this:
    <?=fuel_block('services')?>
  • edited 11:00PM
    Thanks.
  • edited 11:00PM
    Love it!! Thanks :)
Sign In or Register to comment.