Title: igralec's Replies | WordPress.org

---

# igralec

  [  ](https://wordpress.org/support/users/igralec/)

 *   [Profile](https://wordpress.org/support/users/igralec/)
 *   [Topics Started](https://wordpress.org/support/users/igralec/topics/)
 *   [Replies Created](https://wordpress.org/support/users/igralec/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/igralec/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/igralec/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/igralec/engagements/)
 *   [Favorites](https://wordpress.org/support/users/igralec/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Classic Editor] Subcategory appears first on admin menu](https://wordpress.org/support/topic/subcategory-appears-first-on-admin-menu/)
 *  Thread Starter [igralec](https://wordpress.org/support/users/igralec/)
 * (@igralec)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/subcategory-appears-first-on-admin-menu/#post-17721365)
 * [@jordesign](https://wordpress.org/support/users/jordesign/) yes. If I select
   only a sub-category, it is removed from the main category.
 * ![](https://i0.wp.com/predloga.net/wp/classic-editor.png?ssl=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cyclone Slider] Slideshow Not Appearing](https://wordpress.org/support/topic/slideshow-not-appearing-1/)
 *  [igralec](https://wordpress.org/support/users/igralec/)
 * (@igralec)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/slideshow-not-appearing-1/#post-3444930)
 * For me, slider also not appearing. But if i add in footer:
 * <script src=”//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js”></script
   >
    <script type=’text/javascript’ src='<?php echo get_option(‘home’); ?>/wp-content/
   plugins/cyclone-slider-2/js/jquery.cycle2.min.js’></script>
 * works fine. But this is not solution for me. I also get Javascript errors on 
   console for duplicate Javascript files. If i remove them, there is no error, 
   but slider is not working, even files are conected in header (original from plugin).
   Please help.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Display category posts with diferent components](https://wordpress.org/support/topic/display-category-posts-with-diferent-components/)
 *  Thread Starter [igralec](https://wordpress.org/support/users/igralec/)
 * (@igralec)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/display-category-posts-with-diferent-components/#post-3159819)
 * I’m working with custom theme.
 * How can i implement this code into my design.
 * My code looks like this:
 *     ```
       <div class="header">
       <?php the_post_thumbnail(); ?>
       <h2><?php the_title(); ?></h2>
       <p><?php the_excerpt(); ?></p>
       </div>
       <div class="main">
       <?php the_post_thumbnail(); ?>
       <h2><?php the_title(); ?></h2>
       </div>
       <div class="footer">
       <h2><?php the_title(); ?></h2>
       </div>
   
       <div class="nav">
       <?php previous_posts_link('Previous') ?><?php next_posts_link('Next') ?><a href="<?php echo home_url(); ?>" class="selected">Home</a></div>
       ```
   
 * and it need to be limit number of every item.
    header (1 post) main (next 4 posts)
   footer (next 10 posts) -> those are moving with navigation
 * I did search for something like this for few times and i couldn’t find anything
   workable.

Viewing 3 replies - 1 through 3 (of 3 total)