I am new to wordpress. Basically implemented a slider which works perfectly. Now Main thing is that I want the images that I used to be uploaded by admin user. I don’t have idea to achieve this. Please help me. Amy help is heartly appreciated.
Here is my code :-
<aside class="portfolio-right">
<ul class="mybxslider">
<li><img src="<?php bloginfo('template_url'); ?>/images/acc-thumbnail-1.jpg" /></li>
<li><img src="<?php bloginfo('template_url'); ?>/images/acc-thumbnail-2.jpg" /></li>
<li><img src="<?php bloginfo('template_url'); ?>/images/acc-thumbnail-3.jpg" /></li>
</ul>
<script>
$('.mybxslider').bxSlider({
adaptiveHeight: true,
mode: 'fade'
});
</script>
</aside>
Create custom post type
Slider Images
& add slider image as feature image in that post type..for display that images in slider use