ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Grid Display

November 07, 2013 10:15am

Subscribe [1]
  • #1 / Nov 07, 2013 10:15am

    digitalsherpa

    1 posts

    Hi all, I’m having some issues with displaying content from my grid channel. Here’s what I’ve got so far,

    Channel name is “grid_test”, the channel field group is “content_services_grid” and it’s type is “grid”

    It contains two elements, one a text editor field named “blurb_text” and the image field is “blurb_image”

    I’m trying to display this content in a vertical row with my framework as such:

    {exp:channel:entries channel="grid_test" limit="6"}
    <div class="row">
    <div class="large-6 columns">
    {blurb_text}
    </div>
    <div class="large-6 columns">
    {blurb_image}
    </div>
    </div>
    {/exp:channel:entries}

    I’m new to EE and I’ve also tried using the following tags displayed in this guide replacing {gallery} with the channel name, group, etc I can think of…

    Any help with this would be deeply appreciated so I don’t have to keep making channel fields individually for each published page.

  • #2 / Nov 07, 2013 11:24am

    digitalsherpa

    1 posts

    Figured it out, thanks, for documentation purposes -

    {exp:channel:entries channel="grid_test" disable="category_fields|member_data|pagination"}{content_services_grid}
    <div class="row">
    <div class="large-6 columns">
    {content_services_grid:blurb_text}
    </div>
    <div class="large-6 columns">
    {content_services_grid:blurb_image}
    </div>
    </div>
    {/content_services_grid}{/exp:channel:entries}
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases