danmoriarty
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: feeds not working after 2.8 upgradeI figured it out, for me anyway. I forgot my .htaccess file, and once I reloaded it, the problem went away.
Forum: Fixing WordPress
In reply to: feeds not working after 2.8 upgradeMe too, what happened to the RSS Feed for my site?
It was working under WP 2.7, as this URL:
http://blog.waxmarketing.com/feed/Forum: Fixing WordPress
In reply to: Embed only the latest postThanks, keep this around, Very helpful.
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1Where do I put the following code?
<?php email_notification_future_send(); ?>It says put in your template header file, which I think I did, but maybe not on the right line to make it work. header.php is the file to use, isn’t it? I used the header.php file in the template that’s active, and placed the code right before the /header tag.
Notification of new posts is not working, and I think that’s why.
Forum: Fixing WordPress
In reply to: Upload Path Wrong Root Only?thanks, that helped.
Forum: Fixing WordPress
In reply to: Upload Path Wrong Root Only?Yes, where do we edit this? I can preview the image when I upload it, but when I drag and drop it into my text (for a new post), it loses the path. Instead of http://dev.environmentalgraphics.com/news/wp-content/uploads, it defaults to http://dev.environmentalgraphics.com/wp-content/uploads.
Forum: Fixing WordPress
In reply to: How to I enable the calendar?I didn’t have the calendar string in the sidebar file either, but all you do is paste it in, where you want it. (<h2><?php get_calendar(); ?></h2>).