Title: making sections
Last modified: August 18, 2016

---

# making sections

 *  Anonymous
 * [21 years, 6 months ago](https://wordpress.org/support/topic/making-sections/)
 * When installed,Wordpress includes the following sections on the index page: author,
   categories,links,Archive,and admin. How would I go about adding more sections?

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

 *  [winnie](https://wordpress.org/support/users/winnie/)
 * (@winnie)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/making-sections/#post-95419)
 * Simply edit the sidebar directly in the source code (WP 1.2 index.php, WP 1.3
   in development sidebar.php).
 *  Thread Starter Anonymous
 * [21 years, 6 months ago](https://wordpress.org/support/topic/making-sections/#post-95421)
 * Where would I go, to read more about adding sections to the index? I would like
   to add sections such as: Recent Activities. I would also like to have sectionâ
   €™s which have the same functionality as the â€œCategoriesâ€? section included
   in the WordPress instalation ,but rather it be named ,not â€œcategoriesâ€? but
   â€œNewsâ€?. I understand that I have to edit the index, but, I need a detailed
   explanation on how,and where I have to edit.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/making-sections/#post-95422)
 * Check this post: [http://wordpress.org/support/3/13615](http://wordpress.org/support/3/13615)
   for some info.
    Not sure what you mean by ‘News’ ?
 *  [jonimueller](https://wordpress.org/support/users/jonimueller/)
 * (@jonimueller)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/making-sections/#post-95423)
 * Anon, if you are smart, you will extract the entire section and make it a separate
   file (e.g., sidebar.php, links.php, etc.) and then use a php include to call 
   the file where needed. This makes it easier (IMHO) to perform surgery on that
   section (which gets a lot of fiddling with on my site) without disturbing the
   rest of the index template.
    But I want to be sure I am clear on what you want.
   Do you want extra ITEMS on the sidebar or do you want to add extra pages? (Sorry,
   I’ve been work in TextPattern off and on this weekend and I got brain lock when
   I read the word “sections”!) When you say you want sections which have the same
   functionality as the Categories section, do you want an ADDITIONAL section or
   do you just want to change the name of the “Categories” section? In order to 
   just change the name, all you need to do is edit the line below right after php_e
   to say whatever you wish. From the index.php file (WP 1.2): `<div id="menu">`
    -  <?php get_links_list(); ?>
       <li id="categories"><?php _e('Categories:'); ?
      >
 *  Thread Starter Anonymous
 * [21 years, 6 months ago](https://wordpress.org/support/topic/making-sections/#post-95426)
 * Yes, I want extra sections on the sidebar. I am hoping to make ADDITIONAL sections,
   that have the same functionality as the categories section already included in
   WordPress.
 *  Thread Starter Anonymous
 * [21 years, 6 months ago](https://wordpress.org/support/topic/making-sections/#post-95805)
 * Same problem. I want to add specific sections on the sidebar.
    The website is
   [http://www.creativecommons.it/news](http://www.creativecommons.it/news) Now 
   the code is: ` <li id="categories"><?php _e('Sezioni'); ?>
    -  <?php wp_list_cats('exclude=46'); ?>
 *  and it displays:
    Sezioni * No categories I would like to add
    - **Rassegna stampa** that links to [http://creativecommons.it/news/index.php?cat=25](http://creativecommons.it/news/index.php?cat=25)
      and
    - **Segnalazioni di opere condivise** that links to [http://creativecommons.it/news/index.php?cat=42](http://creativecommons.it/news/index.php?cat=42)
 * How can I modify the code?
    Thank you very much, Lorenzo
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/making-sections/#post-95806)
 * Just pick up each url and then add a link in link manager. No need to over complicate
   yourself.

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

The topic ‘making sections’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 5 participants
 * Last reply from: [Root](https://wordpress.org/support/users/root/)
 * Last activity: [21 years, 6 months ago](https://wordpress.org/support/topic/making-sections/#post-95806)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
