Class
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Centering Horizontal MenusUse a CSS class like this:
.centered {
text-align: center;
}Forum: Fixing WordPress
In reply to: Default visible categoriesMaybe this will point you in the right direction: http://codex.wordpress.org/Template_Tags/wp_list_cats
Forum: Fixing WordPress
In reply to: changing colors in Blix, please helpForum: Fixing WordPress
In reply to: Theme Sidebar ProblemLooks like you got it working?
Forum: Installing WordPress
In reply to: 101 help neededTry asking for help here with specific questions instead, people here are real helpful.
Also see http://codex.wordpress.org/Getting_Started_with_WordPressForum: Installing WordPress
In reply to: Quick question; option outDelete
<h2><?php _e('Categories'); ?></h2>or comment it out like this
<?php list_cats() ?><!-- <h2><?php _e('Categories'); ?></h2>
<?php list_cats() ?> -->Forum: Fixing WordPress
In reply to: Disable certain plug-in from loading on site, but not in admin CPI’m not sure I understand you question, what plugin is this that is active on both the blog and the controlpanel?
You know you can disable plugins from the controlpanel? 🙂Forum: Fixing WordPress
In reply to: Create Popup for WMPCreate any normal page with HTML and/or PHP with the WMP file in it? Use Javascript to open the window when people enters you site.
I hate popups in most forms, unless the link clearly say it opens a new window and many surfs with some kind of popup blocker.Forum: Themes and Templates
In reply to: Better way than Theme Editor to change themes?I’m using Dreamweaver, don’t like the integrated thingy at all 🙂
If there is any drawbacks I didn’t find one yet.Forum: Themes and Templates
In reply to: Rin Header ProblemsI assume you mean ‘images/header1.swf’ in the code above.
View the source of the page from your browser, is the path to the header image correct?Forum: Installing WordPress
In reply to: install error! Who can help me to solve this problem?i install the wordpress appear the error ! Does this mean the error comes when installing WP?
What is ‘backstage’, the controlpanel?
If you could try explaing better what you are doing and what’s happening it will be easier to help you.Forum: Installing WordPress
In reply to: install error! Who can help me to solve this problem?Did you read the installation instructions? Are you permissions correct?
Forum: Plugins
In reply to: How to unspam Subscribe2?You sure about that? Several lists I’m on it just echoes the name of the list as recipient, no emails.
Forum: Installing WordPress
In reply to: Testing an upgrade before making it publicly availableWhy not make another db or use a prefix for the new install?
Most of the *NIX distros I have used the last few years install a firewall by default.
If you can ping the hostname from another computer, DNS is likely ok.