Title: bratty's Replies | WordPress.org

---

# bratty

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [links list on Pages?](https://wordpress.org/support/topic/links-list-on-pages/)
 *  Thread Starter [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/links-list-on-pages/#post-241911)
 * awsome thanks 😀
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [links list on Pages?](https://wordpress.org/support/topic/links-list-on-pages/)
 *  Thread Starter [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/links-list-on-pages/#post-241908)
 * ok ignoring the fact that arguments confuse the heck out of me, I can’t just 
   stick that php code on the page can I? I think I need to use RunPHP or something?
   is that right? *wants to be sure before spending 47 gazzilion hours fiddling 
   with it*
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Organizer – New Plugin](https://wordpress.org/support/topic/organizer-new-plugin/)
 *  [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [21 years ago](https://wordpress.org/support/topic/organizer-new-plugin/#post-198728)
 * wow I -love- this. nifty for when you want to link to something you have already
   uploaded!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [image gallery? plugin? something else?](https://wordpress.org/support/topic/image-gallery-plugin-something-else/)
 *  Thread Starter [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [21 years ago](https://wordpress.org/support/topic/image-gallery-plugin-something-else/#post-199141)
 * I asked on the Simple PHP Gallery forum, and you need thumbnails with that one,
   and I dont need them. I dont see the point in having them for 100×100 icons. 
   So.. yeah. any other ideas anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [upload files to multiple folders?](https://wordpress.org/support/topic/upload-files-to-multiple-folders/)
 *  Thread Starter [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [21 years ago](https://wordpress.org/support/topic/upload-files-to-multiple-folders/#post-199139)
 * yeah I usually ftp images but as Im switching to WP I was hoping I could do it
   with the upload feature, as it gives me a nifty url when its uploaded. saves 
   me browsing to the file to get the url from the adress bar etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [image gallery? plugin? something else?](https://wordpress.org/support/topic/image-gallery-plugin-something-else/)
 *  Thread Starter [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [21 years ago](https://wordpress.org/support/topic/image-gallery-plugin-something-else/#post-199112)
 * yeah I use Simple PHP Gallery on another site I manage, but Im not sure about
   using for this. its ok for the images with thumbnails.. but it doesnt do static
   images does it? If I remember you have to upload a thumbnail for each image, 
   and that means uploading the same image twice for the 100×100 images. (unless
   you can give the thumbnails the same name as the original. will check that)
 * I know what I want feature wise, for my site… Im just not sure how to go about
   doing it in a way that makes it easy for me to update.
 * All I really want is to be able to have both the thumbnailed and non thumbnailed
   images. I want it to be easy to add 8-10 new images at once, and to create a 
   new category if I need to. Thats about it. any thing else like comments and stats
   etc are a bonus.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [display category links within a page?](https://wordpress.org/support/topic/display-category-links-within-a-page/)
 *  Thread Starter [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [21 years ago](https://wordpress.org/support/topic/display-category-links-within-a-page/#post-197216)
 * yay! that works 😀 😀 😀
 * that was the kind of thing I was after. thankyou thankyou!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [display category links within a page?](https://wordpress.org/support/topic/display-category-links-within-a-page/)
 *  Thread Starter [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [21 years ago](https://wordpress.org/support/topic/display-category-links-within-a-page/#post-197181)
 * yeah I went and tried it anway, and it did work. I was just hoping there would
   be something I could do, that didnt involve making a new template for each category
   that I wanted to list the sub-cats for. But it will do in the meantime until 
   I can figure something else out, or whatever. thanks for the help 😀
 * Just for future reference for anyone that happens to stumble across this post
   in the future, what I did was:
 * I created category templates called category-1.php etc for each top level category(
   changing the 1 to the id of the category each time), and used wp_list_cats like
   in this example:
 * `<?php
    wp_list_cats('sort_column=name&hide_empty=0&child_of=1'); ?>
 * changing the 1 to the same id number as I used in the filename for that template.
 * 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [display category links within a page?](https://wordpress.org/support/topic/display-category-links-within-a-page/)
 *  Thread Starter [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [21 years ago](https://wordpress.org/support/topic/display-category-links-within-a-page/#post-197160)
 * thanks, I looked through all the Thread title matches, and the recent posts..
   and then just for fun looked at the relevant posts too, but had no luck. there
   were people asking the same thing as me, but no one really had a solution. The
   one post that did, the person asking said it didnt work….
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Category list – says No Categories](https://wordpress.org/support/topic/category-list-says-no-categories/)
 *  Thread Starter [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [21 years ago](https://wordpress.org/support/topic/category-list-says-no-categories/#post-195170)
 * thanks! that works. its just confusing to fiigure out how to put the code in,
   I saw the “all” in an example peice of code, and it didnt say to take it out..
 * thanks for that 😀
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Category list – says No Categories](https://wordpress.org/support/topic/category-list-says-no-categories/)
 *  Thread Starter [bratty](https://wordpress.org/support/users/bratty/)
 * (@bratty)
 * [21 years ago](https://wordpress.org/support/topic/category-list-says-no-categories/#post-195128)
 * yeah that site is where I found some of the codes.. but Im unclear how I can 
   narrow it down. shouldnt just using the “php wp_list_cats(‘all’);” one display
   something at least?
 * and yeah, Ive cleared the cache. I’ve tried refreshing, I’ve tried a different
   browser. I’ve tried taking them out, putting them back in. still not working.
   🙁

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