Class
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Fatal ErrorTry that, delete the themes you uploaded and try again.
If it works, try adding back the themes one by one, reload the admin page after each.Forum: Installing WordPress
In reply to: Fatal ErrorWhat do you mean by ‘Presentation’ and ‘permissions should be ok…’?
Did this happen after you changed theme?Forum: Installing WordPress
In reply to: Login problem on IEMaybe it’s the evil SP2 for WinXP that cause trouble?
Forum: Fixing WordPress
In reply to: Parent/Child PagesIs this a ‘Strut your stuff’ post?
Maybe you’ll get help in the correct forum 😉
Did you try searching for things like ‘submenu’?Forum: Fixing WordPress
In reply to: invalid argument supplied for foreach() on comments pageI couldn’t find anything wrong, even after upping the fontsize in FF 6x 🙂 You found the error I guess?
Forum: Installing WordPress
In reply to: Error establishing a database connectionThe ‘wpadmin’ user have a password? Did you reload privs after editing user permissions?
Can you connect to the db from a shell?#mysql -u wpadmin -pForum: Everything else WordPress
In reply to: Need visitorsWord of mouth (is it called that?) beats any ads IMO.
Maybe I’m special but over the years I have developed a habit of not looking at ads, any ads, webrings, topsite and so on. My brain filters them out 🙂
Many sites have so many ads and flash crap that take focus away from the content, if the content is good I use filters to remove any ads and keep coming back to read the good stuff.
This is just my opinion though, for all I know you can get 10.000 unique visitors overnight using topsites and such.Forum: Everything else WordPress
In reply to: Need visitorsHow to make a site popular is by filling it with good content…
Forum: Installing WordPress
In reply to: Register Email ContentI’m not positive but did you look in wp-register.php in the root?
Forum: Themes and Templates
In reply to: Blix problems@primaljourney: thats not even close to topic..
@feedyourfeet:When you say ‘single’, are you talking about the file single.php or entry vs. minientry in index.php?
Forum: Themes and Templates
In reply to: Blix problemsWhat do you have for dateformat in control panel/options?
AFAIK, it will be overridden if the_time() have options set.
Did you try editing your index.php and use the<?php the_time('jS F, Y') ?>from the single?Forum: Themes and Templates
In reply to: Blix problemsEdit (your theme) index.php.
http://no2.php.net/manual/en/function.date.phpForum: Fixing WordPress
In reply to: Sorting Link CategoriesMaybe you can find something here: http://codex.wordpress.org/Template_Tags/wp_list_cats
Forum: Installing WordPress
In reply to: javascript links with seperate windowsI’d rather not be XHTML compliant than rely on visitors having JS on. That’s my opinion anyway 🙂
Forum: Installing WordPress
In reply to: javascript links with seperate windowsWhen you are saying ‘links in a seperate window’, do you mean that the links should open in a new window?
If so, you don’t need to use JS, use something like [a href=”url” target=”_blank”]link[/a]