sayshea
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page Template Problems with 2.6I was having this same problem, and TheSooFoo’s suggestion worked!
Forum: Plugins
In reply to: mailing-list plugin–how to call?I have the same question as sharkweb: How do you call the subscribe page? Like I have links on my blog under pages, right now I have the About page and an Amazon wishlist page. When I set up the amazon wishlist, I was able to pull down the wishlist template on the right (in the admin page creation area). Is this how it is supposed to work with Mailing List plugin? The site is in french and I can’t find any documentation anywhere about this. The plugin is installed and activated, and seems to be functional, and if I go directly to the subscribe.php page you can see the subscribe form. (although the template is all funky right now)
Link to page: https://sayshea.com/blog/subscribe.php
See in my sidebar, the link does not work?
The plugin vprat suggested won’t work for me because I need to send html email. What I’d really need is a newsletter plugin that allows me to create a newsletter template, and then feed in the last 5 posts, and automatically send to the subscribers. And need to be able to manually add subscribers. I’ve been trying to set up phpList (an outside application) and have it 95% the way I want it, but it won’t parse the rss feed due to safe mode being turned on in my server. Since the only content for my newsletter is just going to be my blog posts I figured I’d see if I could just find something that plugged into WP instead.
Forum: Fixing WordPress
In reply to: the feeds at the bottom of the page don’t do anythingWell ok…
<a href="<?php bloginfo('rss2_url'); ?>">RSS Entries</a>
| <a href="<?php bloginfo('comments_rss2_url'); ?>">RSS Comments</a>Forum: Fixing WordPress
In reply to: the feeds at the bottom of the page don’t do anythingLet’s try this again:
<a>">RSS Entries</a>
| <a>">RSS Comments</a>Forum: Fixing WordPress
In reply to: the feeds at the bottom of the page don’t do anythingOk, I downloaded the K2 theme and copied the links from the footer and replace the ones in my theme (which was originally the default theme).
I did this before I saw your post! eawilson is right, the difference is the “feed” part in the link.
This is the code that works for me:
Forum: Fixing WordPress
In reply to: the feeds at the bottom of the page don’t do anythingI am having a similar problem, here:
https://www.sayshea.com/blog/Still trying to wrap my brain around the whole RSS thing so maybe I still haven’t set something up that I should have. When I click on the RSS feed in the footer, a box pops up that says “Firefox doesn’t know how to open this address, because the protocal (feed) isn’t associated with any program.”
I am still searching through the forum though, so will post if I find the answer somewhere in here.