images are not shown
-
Hi, I’m new to using wordpress, as well as using php.
I installed this plugin successfully (in the admin part I can select multiple images), however, I can’t get them to show up in the website.In the template, I included
<?php $images = miu_get_images($post_id); ?>
, which does nothing (I checked the code, it writes nothing).
Then I thought maybe$post_id
has to be set (since it has no value when I echo it), so I added<?php $postid = url_to_postid( $url ); ?>
.But still no luck. Probably it’s something very obvious which I missed, but I am stuck. Can somebody please give me a little push in the right direction?
By the way, the site runs on my localhost.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘images are not shown’ is closed to new replies.