paulweber
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: is_category OR in_category conditionInteresting.
Is there anything like an “AND” condition?I.e. if variable 1 AND variable 2 are true, then display content X
else if variable 3 AND variable 4 are true, then display content Y?Thank you – it would be precious help!
Paul Weber
Forum: Fixing WordPress
In reply to: RSS Links – opening in new windowFound it, thank you.
just add
<base target=”_blank” />
within the <head> of the header.php file of the active theme.paul
Forum: Fixing WordPress
In reply to: “Killing” Page Category?Bump (I know it ain’t polite, but the problm is persistent and causing some confusion).
Thx
PW
Forum: Fixing WordPress
In reply to: “Killing” Page Category?Thank you.
Actually if I remove that piece of code I will be preventing the comment from being (correctly) displayed on *Posts*.Just to recap:
*Pages* are showing the comment on the bottom.This is either incorrect (as other threads have implied) and must be corrected (where?)
or
This is correct – but at this point I must find a way to caegorize properly *just for the Pages* and find my workaround to keep the comment hidden from view.I will add that I’m a total newb to WordPress and PHP 0_0 …
Thx again.
Forum: Fixing WordPress
In reply to: Hiding PagesHad the same kind of necessity.
Just leave the Page Title empty and it won’t show up under the pages section.
In my case it doesn’t even shop up as an empty space – elegant.
Of course you will manually have to input some kind of title within the text body of the page if you wish to see it.Forum: Fixing WordPress
In reply to: Tweaking an existing tagline?🙂
Right. I guess I just wanted to do something hard-core enough to justify my place on Earth 🙂Sometimes going back to the basics IS the best solution…
Thank you.