Title: Customize categories page
Last modified: August 30, 2016

---

# Customize categories page

 *  Resolved [vinnylinux](https://wordpress.org/support/users/vinnylinux/)
 * (@vinnylinux)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/customize-categories-page/)
 * Hello, friends.
 * You can help me? How to customize the categories page?
    e.g.: wordpress/course-
   category/xpto/
 * Thank you
 * [https://wordpress.org/plugins/ibeducator/](https://wordpress.org/plugins/ibeducator/)

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

 *  Plugin Author [educatorteam](https://wordpress.org/support/users/educatorteam/)
 * (@educatorteam)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/customize-categories-page/#post-6604179)
 * Hi,
 * You can create the following file in the root of your primary theme or child 
   theme:
 * taxonomy-ib_educator_category.php
 * A very basic version of this file looks like this:
 *     ```
       <?php get_header(); ?>
   
       <?php
           while ( have_posts() ) : the_post();
               get_template_part( 'content', 'course' );
           endwhile;
   
           the_posts_pagination( array( 'mid_size' => 2 ) );
       ?>
   
       <?php get_footer(); ?>
       ```
   
 * You will need to modify this file such that it uses your theme’s HTML structure.
 *  Thread Starter [vinnylinux](https://wordpress.org/support/users/vinnylinux/)
 * (@vinnylinux)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/customize-categories-page/#post-6604299)
 * I duplicated unintentionally. answer below 🙂
 *  Thread Starter [vinnylinux](https://wordpress.org/support/users/vinnylinux/)
 * (@vinnylinux)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/customize-categories-page/#post-6604300)
 * Works! Thank you 😀
 * I did not previously found this file in the template folder. So the question.
 * Thanks again

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

The topic ‘Customize categories page’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ibeducator_688159.svg)
 * [Educator](https://wordpress.org/plugins/ibeducator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ibeducator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ibeducator/)
 * [Active Topics](https://wordpress.org/support/plugin/ibeducator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ibeducator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ibeducator/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [vinnylinux](https://wordpress.org/support/users/vinnylinux/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/customize-categories-page/#post-6604300)
 * Status: resolved