nickaster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 3.0 – No more image pop up?Okay – I figured it out. It’s headspace2 that was conflicting somehow. Also causes you to be unable to schedule posts and other thing that involve that (ajax?) interfaces on the post page.
Forum: Plugins
In reply to: [Capability Manager] [Plugin: Capability Manager] WordPress 3 CompatibilityI think I am having problems with it. All my authors suddenly complain they can’t add images or tags to posts.
Forum: Fixing WordPress
In reply to: 3.0 Upgrade Issue…. Permissions?Okay – so here’s what blows my mind:
I’ve been trying this for two days. I was about to take your suggestion above, and figured I’d try one more time. BAM! it works. I have changed nothing. Why in the world would it suddenly work? I’ve done nothing different!
Forum: Fixing WordPress
In reply to: 3.0 Upgrade Issue…. Permissions?Thanks – what would I rename my current theme’s folder to? “Default”?
Forum: Fixing WordPress
In reply to: Getting “The Author” When you’re not in “the Loop”Sweet holy mother of god. IT WORKS!!!! You have no idea what a saga this has been. THANK YOU
Forum: Fixing WordPress
In reply to: the_content doesn’t show the content, and <p> tags are missingOMG!!! I fixed it…
<description><?php echo '<![CDATA['.apply_filters('the_content', $post->post_content).'<br /><br /><a href="'.get_permalink($post->ID).'">'.get_the_title($post->ID).'</a>'.']]>'; ?></description>That works… thanks anyway!
Forum: Fixing WordPress
In reply to: the_content doesn’t show the content, and <p> tags are missingHey there. I have the same problem in an RSS feed. In my description field I have:
<description><?php echo '<![CDATA['.$post->post_content.'<br /><br /><a href="'.get_permalink($post->ID).'">'.get_the_title($post->ID).'</a>'.']]>'; ?></description>But it strips the <p> tags out. I can’t tell from the examples above how to fix this…. does anyone know?
Thanks!
Forum: Themes and Templates
In reply to: Creating a Custom Full Text RSS FeedCome on guys, there has to be a solution for this that doesn’t involve becoming a web developer…
Forum: Fixing WordPress
In reply to: Offer both summary and full-text rss?You ever solve this? I’ve been working on it for a f’ing month. It’s mind blowing that this isn’t a 5 minute problem, but so it goes around here.
Forum: Plugins
In reply to: Bizarre Facebook “like” Code Problem…ahhhhh phew, thanks man!
Forum: Fixing WordPress
In reply to: Smart pasting in visual mode? Including HTML, Links etc…huh. did not know that. Does “pages” for Mac allow you to do that? I can’t seem to find the option…
Forum: Fixing WordPress
In reply to: Smart pasting in visual mode? Including HTML, Links etc…Thanks! Yeah, I hate word. The problem is I get tons of guest submissions all the time and they almost always get sent to me in word. Would be super time-savings to not have to re-do every hyperlink.
I’ll check out live writer.
Forum: Requests and Feedback
In reply to: Getting Rid of Appostrophes in URLsThanks!
Forum: Fixing WordPress
In reply to: Smart pasting in visual mode? Including HTML, Links etc…Was this a total hallucination?
Forum: Fixing WordPress
In reply to: Displayint Author in RSS feedFor the record, if I put:
<author>FOO</author>in the feed, then it works. So the problem is some of the wordpress PHP, not the fee structure as far as I can tell.