Archive for the tag “Email”

October 31st, 2007 at 9:44 am by David Potter

Email problem in FallSeason theme solved

I solved the problem with using the WP-Email plugin in the FallSeason theme.  The problem was that when checking to see if there are any posts, several templates (index.php, page.php, and single.php) were checking this way: if ($posts) The correct way to check for posts is to do this instead: if (have_posts()) Changing that one line in those templates [...]
October 30th, 2007 at 7:51 pm by David Potter

My Scattered 1.5 Theme Modifications

Based on the experimentation of plugins I’ve been doing, I’ve started to integrate the usage of some of them into the Scattered 1.5 theme. Style Changes Removed negative indenting of unordered lists. Changed the color of visited links so they show up. Changed unordered list indenting so the list entry marker is always displayed. Plugin Support Added support for the WP-PostViews [...]
September 21st, 2007 at 3:19 am by David Potter

My FallSeason Theme Modifications

I’ve spent a bunch of time tweaking the FallSeason WordPress Theme by Sadish Bala to work for me, and I’m pretty happy with the results.  I’ve left all the identifying information virtually intact, but I have changed the version number and added my name as a modifier so that the resulting theme can be distinguished [...]
September 14th, 2007 at 2:20 am by David Potter

WP-Email - WordPress Plugin Review

Sometimes it’s handy to be able to just send the contents of a page that you’re viewing to your inbox or to someone else you think might be interested. This plugin allows a visitor to send a post or page or just a snippet (the blog owner’s choice) from an email address of their choice [...]