bratty
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: links list on Pages?awsome thanks ??
Forum: Fixing WordPress
In reply to: links list on Pages?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
In reply to: Organizer – New Pluginwow I -love- this. nifty for when you want to link to something you have already uploaded!
Forum: Plugins
In reply to: image gallery? plugin? something else?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
In reply to: upload files to multiple folders?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
In reply to: image gallery? plugin? something else?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
In reply to: display category links within a page?yay! that works ?? ?? ??
that was the kind of thing I was after. thankyou thankyou!
Forum: Plugins
In reply to: display category links within a page?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
In reply to: display category links within a page?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
In reply to: Category list – says No Categoriesthanks! 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
In reply to: Category list – says No Categoriesyeah 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. ??