ifelse
Forum Replies Created
-
Forum: Themes and Templates
In reply to: New Theme: WPAndreas03Ahh, no problem:) Thanks for responding!
Forum: Fixing WordPress
In reply to: How do I make a gradient background using CSS?If you must: http://www.designdetector.com/2005/09/css-gradients-demo.php
I’m aware that cpoteet isn’t really recommending this method but I wish to point out that I’m 100% against this method (read my footnote [1] above). Little gain, major cost. Just use images.
Forum: Fixing WordPress
In reply to: How do I make a gradient background using CSS?“I know that it is possible to give your site a gradient effect in the background color by using css.”
Then you must know something that the rest of us don’t. There is currently no clean way[1] of generating gradients without images via CSS except for the proprietory MS IE filters[2].
[1] Clean as in without multiple superfluous and unsemantic divs.
[2] Which obviously only works in Internet Explorer.Forum: Themes and Templates
In reply to: New Theme: WPAndreas03It is extremely bad form to include your google adsense block and id in your theme.
Please consider removing your google adsense block or include a readme.txt file explaining clearly that you’ve left your adsense id in and as well as removal instructions.
Forum: Fixing WordPress
In reply to: why is “comments off” aint being displayed?There is no need to shout, especially when people are trying to help. Remember that this is a volunteer forum; please try to be polite and civil.
Now that’s out of the way, can you provide the relevent block of code in your index.php file in which the call to comments_popup_link is made?
You’ll need to contact your host and ask them to investigate.
Forum: Everything else WordPress
In reply to: SplogReporterOut of interest, whilst I admire the idea, I don’t see how it will help in slightest.
Forum: Plugins
In reply to: Exclude Category From RSS – Suggestions InvitedEasiest solution to all your problems:
1. get the category id of the journal directory e.g 5
2. open up the index.php in your root.
3. add the line $cat=-5 (where 5=your category id) underneath
require(‘./wp-blog-header.php’);This will exclude the posts both from the front page and the RSS feed.
Downside? The journal posts must only belong to this category (so, for example, you can’t file a post that you want to exclude under journal and code)
Forum: Themes and Templates
In reply to: borobudur theme – AvoidBad form indeed. Thanks for bringing this to our attention Podz.
Forum: Your WordPress
In reply to: User level?Take a look at http://codex.wordpress.org/User_Levels
Forum: Themes and Templates
In reply to: Theme Based on diggAlso, bear in mind that the design of Digg is copyrighted.
Forum: Themes and Templates
In reply to: A larger theme neededHow about the Gentle Calm theme?:)
Forum: Fixing WordPress
In reply to: New UserI’m going to close this thread. This is neither a productive thread nor the type of discussion that belongs in a support forum.
Forum: Fixing WordPress
In reply to: New UserI’ll keep this straight and simple.
- WordPress is a free blogging software supported by the open community.
- Everyone here is a volunteer. No-one here is being paid to support WP; everyone here is helping out simply because they wish to give something back to the community
- Courtesy, politeness and respect for other people cost little but mean a lot. If you can’t show common decency, don’t be too expecting of help and support. What applies in the real world also applies online
- Remember you haven’t paid anything for this software to anyone on this board and that no-one is trying to sell you anything. Noone is forcing you to use this; if you don’t like it, exert your freedom and don’t use it. There’s no need to launch into unwarrented attacks.
Forum: Fixing WordPress
In reply to: Using SQL Query on Custom Post Meta Data to Restrict Posts“Thanks Tomm for the theme, and Phu for the enlightenment.”
Always happy to enlighten:)