Glad you like the content ;o)
As for the design – I’m still finding my way around CSS a bit at the moment so the design is simple but workable.
That said, I have tried a few other designs and built a skin switcher, all of which can be found here
http://www.pulpmovies.com/skins/
I think it’s because of your permalink structure. I had the same problem in some of my blogs.
For example, this one…
http://www.pulpmovies.com/trailers/
… where the permalink structure is ‘/%postname%’ I have the same problem.
However, with this one…
http://www.pulpmovies.com/blog/
… where the permalink structure is ‘/%year%/%monthnum%/%postname%’ the feed works perfectly.
If you change your feed link to
http://www.popularscorner.com/wp-feed.php
It should work
Hi Philaweb – I had the same problem. The SQL is good, but you need to check the quotes.
This worked for me…
UPDATE blog_posts SET ping_status = closed ;