Glad you like it, thanks!
You mean the list of image sources that is implemented into themes with this function call in your template:
<?php if( function_exists('isc_list') ) { isc_list(); } ?>
If you only want to list images on single post pages put this function into your single.php template file. If it doesn’t exist and you placed it into the index.php, use conditional tags. In your case is_single().
Thomas
Thread Starter
Granit
(@granit)
Hi,
I am not sure if i understand you, here is a screen of my index.php where the issue appear.
http://cl.ly/image/2I1X3G1f2N3k
The image credit appear in front of the text, and i only want it to appear in the post.
How did you implement the list? With the function or the shortcode? And if with the shortcode, where in the content editor – at the beginning of the end?
Maybe you can post a link here, so I can have a look at the appearings.
Thanks
Thread Starter
Granit
(@granit)
I did not do anything, i just installed the plugin and activated it and it was all working.
Here is my site under construction, http://www.detoforklarade.se/
That link helped a lot to identify the problem, thanks a lot!
Still, this is something I need to dive into, probably this weekend. Will be fixed with the next update.
Hi Granit,
did you do anything with your site or the plugin? I am not able to see a problem anymore and am not sure how and where the problem occured. Maybe the answer to this question can help me:
* did this happen for featured images or images within the content?
Thanks
Hey,
I have just obtained the plugin, and i think i have the same problem as Granit. My site is http://www.grafitowy.net. in main site in begining of each post i have a source. Is there an “easy way”* to delete it from main site, and leave only on single posts?
* easy way = I’m green with WordPress.
Your sincerely
grafitowy
Czesc grafitowy,
I don’t see any sources on archive or category pages on your site. As far as I can see, you display sources as a caption on single pages.
When captions don’t work as expected I suggest to include an image source list in the theme as explained in the manual on http://webgilde.com/en/image-source-control/image-source-control-manual/.
If there are any further questions on this, please open a new thread. This one is closed unless the original poster still has this problem.
Thanks
Thomas