basketball
Forum Replies Created
-
Forum: Your WordPress
In reply to: zewtA link would be helpful.
Forum: Your WordPress
In reply to: new to wordpress! Check out my site!Hrm strange are you changing something right now? All I see is the default wordpress theme.
Forum: Themes and Templates
In reply to: A new template in work – anyone interested?Looks great, about the comments thing, I think it would be really helpful for people who arn’t all familiar wit wp/php/or css.
Forum: Plugins
In reply to: jeremiah’s weather pluginI am not sure what’s wrong with it but if you want to login again you could try deleting the plugin through ftp.
Forum: Fixing WordPress
In reply to: Three questions from a WP n00bYeah that’s not a bad idea and it could work with some modifications. In the archives.php you get with the plugin you can change some parts like when you get by date then month, you can add give that a
< a name = " month " >
with some php and then in your main page you might have to get the archives part of your sidebar and link to each month separately, mind you this might take a lot more time, I think it’ll work.
Forum: Everything else WordPress
In reply to: Gallery ScriptChanged my mind, I had some problems with the thumbnails and so I moved onto coppermine photo gallery, and I think it’s even better.
Forum: Plugins
In reply to: RumGallery v0.02 releasedSome really awesome work there RummandDan, I am just wondering if somehow you could have a date and a comment section on the individual pictures. Something like when it was last modified (or taken), and description of what the picture is would make the plugin even better.
Forum: Fixing WordPress
In reply to: Three questions from a WP n00bYeah but that still has most of the post doesn’t it? Like it cuts off the post at 50 or something words, I think.
Forum: Fixing WordPress
In reply to: Three questions from a WP n00bI am not really sure how you’d do it in versoin 1.2 and stuff but if you use version 1.3 and the kubrick theme you can easily define that in the archive.php file. Sorry I can’t help you on number 3.
Forum: Your WordPress
In reply to: TehJournalWell I tried your site again broderik, and it worked this time. Looks pretty good, not like a normal wp blog, but very well integrated.
Forum: Fixing WordPress
In reply to: Three questions from a WP n00b1. Look at your index file, find
<title><?php bloginfo(‘name’); ?> <?php if (($withcomments) or ($single)) { ?> & r a q u o ; Blog Archive <?php } ?> <?php wp_title(); ?></title>
See where it says & r a q u o ; change that into a colon.
2. Previous/next links, add this in where you want the links
<?php posts_nav_link(”,”,’� Previous Entries’) ?></div>
| <?php posts_nav_link(”,’Next Entries �’,”) ?>
` Then style it as you wish.3. I am not really sure what you mean, do you want in the title of the browser window to display the title of the post and the time?
Forum: Your WordPress
In reply to: TehJournalYeah my site has loads of validation errors, but I am not worrying about those until I get most browsers to view th page well.
I would love to cast IE aside completely, but it is the Microsoft giant and it wont go away.
Well said =D
Forum: Your WordPress
In reply to: TehJournalDoesn’t load up for me either, gives me an error
BTW – you don’t design a site in Firefox or IE, you design to a standard that allows the content to be viewed as well in all browsers.
I think most wordpress designer do design for firefox since it’s a css competent browser. I think you do too since a few weeks ago your site was all over the place in IE Nick.
Forum: Fixing WordPress
In reply to: categories with same name, different parentsI always put a space in front of the category, in my category system I have 5 parent categories (including general), and around 3-5 subcategories under four of the parents. Since wordpress doesn’t really have a good category organization system. I start from the top (I have 5 categories plus 3 subcategory groups), so I name the category that appears at the top with 8 spaces, then the second category group with 7 spaces, all the subcategories with 6 spaces, and so on until the last set of subcategories which get no spaces in front.
There might be a better way to do this but I just approach it that way. =)Forum: Themes and Templates
In reply to: Design for Firefox and IE?When I design stf Netscape/Firefox are good, sometimes Opera is little different, it’s just IE that screws everything up.