slappo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: About Me PageAlso, it seems like I can only use the category number
<?php if ($cat == ‘28,29’) {
but that wipes out all the titles of all the posts on all my pages. Hmmm….Forum: Fixing WordPress
In reply to: About Me PageOK, that seems to do something. Here’s what I’d like to do:
<?php if ($cat == ‘AboutNU,AboutDFC’) {
<div class=”post”>
<h3 class=”storytitle” id=”post-<?php the_ID(); ?>”</h3>
</div>
the_content();
} else { ?>
But, this doesn’t work. I’m assuming it’s because I’ve got the phpID thing happening in there. I still want the name of the post. Everything else can go. What did I do wrong up there?Forum: Fixing WordPress
In reply to: About Me PageHe does a separate “about” page. I want to do it as a post with it’s own page (which I’ve done). I just want to be able to format those pages distinctly from the main page.
Forum: Fixing WordPress
In reply to: Category posts only in category to which they beloAlso, check this out. It’s very powerful.
http://mookitty.co.uk/devblog/category/show-categories/Forum: Fixing WordPress
In reply to: Exclude Posts from a Particular CategoryI got a 404 error on that page.
Forum: Fixing WordPress
In reply to: Exclude Posts from a Particular CategoryI’m sorry for being such a dope, but what’s that?
Forum: Fixing WordPress
In reply to: Mac OSX and Sending ReferersWell, I guess I answered my own question:
In Netbarrier, under Privacy -> Surf, at the bottom there is a check box that says:
Information Hiding:
[] Last website visited.
I unchecked that, and it seemed to work. I guess that’s what ‘sending referers’ is.Forum: Requests and Feedback
In reply to: Reordering of Links CategoriesYeah, that’s what I’m going to do for the time being, but that should be a basic customizable function anyway.
Forum: Fixing WordPress
In reply to: TaglineSo, if I want to just make a distinct style for the tagline, do I do this:
<h(x) id=”description”><?php bloginfo(‘description’); ?></h(x)>
and then in css do this:
#h(x) {
blah blah blah
}
or
#description {
blah blah blah
{
This is where I get confused.Forum: Fixing WordPress
In reply to: Ugh! Valid XHTMLThanks for catching that.
Forum: Fixing WordPress
In reply to: Ugh! Valid XHTMLThanks much Beel! That was it…I have no idea what I’m doing with php. I just was getting used to perl basics when I switched to WP, and I’m totally lost.
Forum: Fixing WordPress
In reply to: Ugh! Valid XHTMLI’m really getting frustrated…i added your code, then the text in the blockquote finally gets to the right size. But, it was the wrong font, so i added ‘blockquote’ to the h1, h2, h3 section of my css, and that fixed the font issue. Now, all the text runs together (i.e., there are no line breaks.) I’m really going out of my mind.
Forum: Fixing WordPress
In reply to: Ugh! Valid XHTMLThanks! What doesn’t seem to make any sense is why having validated XHTML would actually change the paramater of the blockquote. It also seems to have changed the font style as well.
Forum: Fixing WordPress
In reply to: Sending ReferrersNo, they both work fine. My OS9 machine works fine too. Both are running Netbarrier. Maybe there’s a _root setting I don’t know about? I need to get this working…ugh!
Forum: Fixing WordPress
In reply to: Sending ReferrersWell, I checked my PC, and deleting posts works…so it’s definitely a Mac thing. Something about Mac browswers (?) that’s preventing sending referrers (and, I don’t even know what they are)? Any ideas?