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

    (@cebradesign)

    Hi hendrikvb,

    I think “Mini Loops” is accessing the data just fine but is unaware what the data is. For all it knows, it’s an image in the public_html folder.

    “Magic Fields” has it’s own function to retrieve an image directly from the wp-content/files_mf folder:

    <?php echo get_image('sidebar_thumb'); ?>

    With that it should get the whole image folder without a problem.

    Thread Starter hendrikvb

    (@hendrikvb)

    Thanks, I’m gonna try that!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mini Loops plugin’ is closed to new replies.