bmaples
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: List Post Titles Under Categoies on SidebarGor clarification, I’d like my sidebar to look like:
Category1
Post Title AAAAA
Post Title BBBBB
Post Title CCCCCCategory2
Post Title AAAAACategory3
Category4etc.
Thanks!
Forum: Fixing WordPress
In reply to: RSS not displaying – weird errorOoops. Sorry mimieux. you are exactly right.
A real name has to be put in under the user ID. This differs from version 1.5 which generated the feeds fine even if you didn’t give a real name, but just a username like “admin”.
Thanks, mimieux!
Forum: Fixing WordPress
In reply to: RSS not displaying – weird errorDoing the installs with Fantastico….Will test to see if manual install has same issues.
Forum: Fixing WordPress
In reply to: RSS not displaying – weird errorI am running into this same problem with every blog I install on a new server. Not sure what you mean about not having an author name? I can do a fresh install, login with “admin” as the user, do a post, and then look for the feeds and I run into this….
Forum: Plugins
In reply to: Change <title> depending on CategoryTo be clearer, I’m trying to figure out how in php/Wordpress to do something like the following in the header:
If category=1 then <title>ABC</title>
else
<title>XYZ</title>
Forum: Themes and Templates
In reply to: Getting wp-title as a php string variableThanks! That’s it.
Forum: Themes and Templates
In reply to: Getting wp-title as a php string variableThanks.
But I’m mot trying to change the <title> tag.
I’m trying to get the wp-title into a string.
Like
$str=wp_title
if $str … etc.But I can’t figure out how to get the wp_title into a string.