• Hello,

    When using the MultiEdit plugin neither the main content nor any of the contentblocks are showing. I defined 5 contentblocks and declared these in my template like so:
    MultiEdit: Blok1,Blok2,Blok3,Blok4,Blok5

    Then I called the actual content like so:
    <?php multieditDisplay('Blok1'); ?> and ofcourse: `<?php the_content(); ?>

    The tabs are showing in the editor but no content is showing on the page. I noticed this on the bottom of my editor page:
    Array ( [0] => multiedit_Blok1 [1] => Blok1 ) Array ( [0] => multiedit_Blok2 [1] => Blok2 ) Array ( [0] => multiedit_Blok3 [1] => Blok3 ) Array ( [0] => multiedit_Blok4 [1] => Blok4 ) Array ( [0] => multiedit_Blok5 [1] => Blok5 )

    Wou;d anyone know how to resolve this?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • ahoffman50

    (@ahoffman50)

    The loop has to be placed before the blocks, if that helps.

    Thread Starter vfreriks

    (@vfreriks)

    Hi, thanks! I resolved the issue by using a different plugin (magic fields) but I’ll test this as I like Page.ly’s solution better.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Page'ly MultiEdit] no content is shown’ is closed to new replies.