ody3307
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parse error questionWhich line is 162? I don’t really want to count them to find the error.
Forum: Fixing WordPress
In reply to: Unexpected T_CONSTANT_ENCAPSED_STRING on single.phpQuestion:
Why do you have this code on a single post? There is no previous or next. You only need a previous or next link for a collection of posts, not a single one.Forum: Fixing WordPress
In reply to: Unexpected T_CONSTANT_ENCAPSED_STRING on single.phpYou need to have the semicolons after the “)”. Must have it in both cases. Also, make sure there is a space between the semicolon and the closing question mark.
Forum: Fixing WordPress
In reply to: in_category used in footerphoenixfireball
“We assign a global variable in the header.php”
How are you setting this variable? (session?, etc)
Are you calling it from within a function?Forum: Fixing WordPress
In reply to: Having some troubleWidgets (dynamic sidebars) generate their own html code. If your theme generates code that is not consistent with the way dynamic sidebars do things, your css will be funky. The easiest way to fix things is to add your widgets. Then view your site and take a look at the html for the sidebar. It will be different from what the Theme was. Now you can edit your css file to match the html that the dynamic sidebar is generating. (ie: rename the classes to match). Make sense?
It’s not hard to fix, although a bit tedious.
Forum: Fixing WordPress
In reply to: RSS feed doesn’t update, and how do I style the feed?Yes that is how it works exactly. The problem (if you wish to call it a problem) is that any service cannot keep everybody updated to the second. They probably have thousands of feeds to oversee. Many systems will check each feed on a scheduled basis. The basis will vary by the service. It could be once every 5 minutes, it could be once every 24 hours. It depends on that service.
This why I asked about pinging. When you ping, you reach out (so to speak) and let them know you have a new post instead of waiting for them to check you feed at the regularly scheduled interval.
Your WordPress installation allows you to ping anybody you want. Look under Settings>Writing
Forum: Fixing WordPress
In reply to: in_category used in footerHave you identified when the variable disappears? (ie: echo it out from header.php, then echo from single.php, then footer.php). Is the variable name already in use?
Just a couple of thoughts. It’s hard to tell without seeing the code.
Forum: Fixing WordPress
In reply to: RSS feed doesn’t update, and how do I style the feed?Just a guess but when you post, does your system ping NetNewsWire to let them know you posted? If not, it would explain why there seems to be a delay unless you unsubscribe.
Forum: Fixing WordPress
In reply to: I messed up a code on my page and can’t fix :(here it is [email protected]
Forum: Fixing WordPress
In reply to: I messed up a code on my page and can’t fix :(Forum: Fixing WordPress
In reply to: I messed up a code on my page and can’t fix :(No but I do have a Windows Messenger profile that I use once in a while. SN = Buckwheat
Forum: Fixing WordPress
In reply to: I messed up a code on my page and can’t fix :(dateunknown,
The whole top of your page seems to be missing.
The code starts with div class=”entry”. Everything that should be above it is gone.Did you edit the page in an editor program that keeps a history of changes by chance? Can you go back and “Undo” the changes you made?
And what version are you using?
Forum: Fixing WordPress
In reply to: I messed up a code on my page and can’t fix :(The address in your screenshot is different from the address posted in your thread. If you copy the address shown in the screenshot, the page appears to display properly.