Roar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: ThemesYOu do not click theme editor, you click presentation…
Under Other Themes
You click select to make the one you want Active.
The one that is active will say it is “Active Theme”
Forum: Everything else WordPress
In reply to: What monitor resolution?I only design mine for a minimum of 1024×768 anymore.
However, I do try to keep the width of the main content at 800 or less.
Forum: Your WordPress
In reply to: What is the best designed blog?It’s very subjective. I think it depends on age, gender, computer, reasons for going to the site… lots of things.
Forum: Your WordPress
In reply to: CSS New Blog Design = Very, Very CoolI like the design, but not so much the tomato color links.
Forum: Your WordPress
In reply to: JPoradek.com RedesignedHard for me to say. Not knowing what your business is, and what the message you want your blog to scream to potential clients/employers, it is hard to know.
I wonder how free you can blog, knowing it is also your business site.
Forum: Your WordPress
In reply to: Unspoken>> Olive green themeMy GOSH, that is fantastic.
Forum: Your WordPress
In reply to: Might as well show offI wanted to look, but the site would not connect. 🙁
Forum: Themes and Templates
In reply to: Site Skinning With 1.5?I think the new themes mode in 1.5 lends itself perfectly to using a skin switcher.
I am working to where my headers and footers are more consistent between themes, I think that will make it easier.
Forum: Installing WordPress
In reply to: SITE went down @ 9:00pm ESTThat’s odd… not sure how WP would impact it, good luck!
Forum: Fixing WordPress
In reply to: RSS and 1.5 Problemdoes that wp-blog-header file need to be replaced on every theme?
Forum: Fixing WordPress
In reply to: RSS and 1.5 ProblemI am confused by that forum….
do we make this change:
‘————–
if ( preg_match(‘/cgi/’, php_sapi_name()) )
@header(‘Status: 404 Not Found’);
else
@header(‘HTTP/1.x 404 Not Found’);
————–and turn them into this:
————–
/* if ( preg_match(‘/cgi/’, php_sapi_name()) )
@header(‘Status: 404 Not Found’);
else
@header(‘HTTP/1.x 404 Not Found’); */’or this change:
change:
‘ (false === strpos($_SERVER[‘PATH_INFO’], ‘index.php’))’
to
‘ (false === strpos($_SERVER[‘PATH_INFO’], ‘.php’))’Forum: Themes and Templates
In reply to: True Static PagesYou have just made me the happiest girl on the ENTIRE planet…
no, in the ENTIRE universe!
Forum: Fixing WordPress
In reply to: my-hacks question, how to call the functions?ah! so it somehow knows it is in the my-hacks.php?
Yes, I know podz knows.
I even had some REAL USD to donate tonight.
Thanks team!
Forum: Themes and Templates
In reply to: CSS file in WP directory or another directory? (WP 1.5)Just wondering why you would not want each themes CSS in the file with the rest of the stuff?
Like themes/red or themes/blue and in each folder would be that css?
Forum: Fixing WordPress
In reply to: Where does .htaccess live?thank you. I think I got it.
Now, I am off to tackle my-hacks. Heeeeeee