<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stuff by Sarah &#187; WordPress</title>
	<atom:link href="http://www.stuffbysarah.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:19:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Custom Menus</title>
		<link>http://www.stuffbysarah.net/2011/08/22/wordpress-custom-menus/</link>
		<comments>http://www.stuffbysarah.net/2011/08/22/wordpress-custom-menus/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 21:28:38 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1451</guid>
		<description><![CDATA[A major new addition to WordPress 3.0 were custom menus. This gave you the ability to have full control over your menus, and removed the need for several plugins that performed various functions such as excluded pages from the menu, set pages to auto redirect to a custom link and my own page menu editor, ...]]></description>
			<content:encoded><![CDATA[<p>A major new addition to WordPress 3.0 were custom menus. This gave you the ability to have full control over your menus, and removed the need for several plugins that performed various functions such as excluded pages from the menu, set pages to auto redirect to a custom link and my own <a href="/wordpress-plugins/page-menu-editor/" class="internal">page menu editor</a>, which allows you to edit the menu label and title attribute to be different from the page title. It also removes the need for setting up ordering using the menu order option in the page attributes (and then deciding to insert another page and having to reorder all pages after it!).</p>
<p>Custom menus are so simple to set up with just a few lines of code needed to get started, and then you can make use of the Appearance -> Menus section within the admin. A simple drag and drop system which allows you to create menus consisting of page, post, category, custom post type, custom taxonomy and custom links. It&#039;s so much more flexible.</p>
<p>To get started with custom menus I recommend reading <a href="http://justintadlock.com" class="external">Justin Tadlock&#039;s</a> tutorial which tells you everything you need to know &#8211; <a href="http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus" class="external">WordPress custom menus</a>. Well, almost everything, there is one item missing from his tutorial (although it may have been added since I last read through it), which is how he has the CSS class, link relationship and description showing in his second screenshot. To get this you need to open up the screen options section up at the top of the screen and you&#039;ll see the extra boxes that you can tick to display (or not as the case may be).</p>
<p>We now use custom menus on every new site we set up, and we even use one for the site map as it makes more sense to do so. If you&#039;ve not already started using them then I highly recommend learning and switching to them.</p>

<script src="http://feeds.feedburner.com/~s/StuffBySarah?i=http://www.stuffbysarah.net/2011/08/22/wordpress-custom-menus/" type="text/javascript" charset="utf-8"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.stuffbysarah.net/2011/08/22/wordpress-custom-menus/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Featured Images</title>
		<link>http://www.stuffbysarah.net/2011/08/12/wordpress-featured-images/</link>
		<comments>http://www.stuffbysarah.net/2011/08/12/wordpress-featured-images/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 20:54:20 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1447</guid>
		<description><![CDATA[I&#039;m a bit behind on my various blog posts here so for some people you may think this is old news, but for plenty more there are still lots of fab new features that have come into WordPress over the past 18 months, and as I haven&#039;t written about them yet I want to start ...]]></description>
			<content:encoded><![CDATA[<p>I&#039;m a bit behind on my various blog posts here so for some people you may think this is old news, but for plenty more there are still lots of fab new features that have come into WordPress over the past 18 months, and as I haven&#039;t written about them yet I want to start now <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Rather than writing out and repeating how to do everything, I&#039;ve decided to just link to the tutorials and sites that I used to learn these features, and just add my own notes instead. However, of course I&#039;m always happy to answer questions and help via the comments section.</p>
<h3>Featured Images</h3>
<p>This came in WordPress 2.9. Before this specific option, you could still create a featured image by attaching an image to a page or post via the media uploader and then using a bit of querying to pull it out and display it. Trouble was, it was a bit of a hassle and hard to explain to clients or less advanced users. Bring on the Featured Image. A way to allow posts and/or pages to have a single specified image that just required one line of code in your theme file to display.</p>
<p>I think the best post on this subject has to be from Mark Jaquith &#8211; <a href="http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/" class="external">Post Thumbnail Images</a> (note, this was their name before it changed to &#039;Featured Image&#039;). He covers everything you really need to know.</p>
<p>Featured images brings a whole host of new options. It&#039;s far simpler to create a photo blog with them for a start, and I can remember helping people out in the past where they used the categories and posts system to hold product details for a catalogue style site. Before it was a case of upload and attach the product photo (or several) to the post, and explain to the client to put the main one at the top using the order system, so that you could code in the theme to pull the first one out larger, and then perhaps show small thumbnails of the rest. Now you can simply tell them to use the featured image which can easily be displayed in product listings, and as a larger image on the main product page, with any additional images added via the media uploader and displayed as thumbnails.</p>
<p>This is just a simple example of how this can be used <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<script src="http://feeds.feedburner.com/~s/StuffBySarah?i=http://www.stuffbysarah.net/2011/08/12/wordpress-featured-images/" type="text/javascript" charset="utf-8"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.stuffbysarah.net/2011/08/12/wordpress-featured-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busy, busy, busy</title>
		<link>http://www.stuffbysarah.net/2009/08/21/busy/</link>
		<comments>http://www.stuffbysarah.net/2009/08/21/busy/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:41:12 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1340</guid>
		<description><![CDATA[Whenever I think things are slowing down for me, suddenly life gets busier again! At least it&#039;s not quite as stressful as this time last year. From a personal point of view I&#039;ve been window shopping online and working out everything I need for my wedding which is now in 10 weeks time! It&#039;s quite ...]]></description>
			<content:encoded><![CDATA[<p>Whenever I think things are slowing down for me, suddenly life gets busier again! At least it&#039;s not quite as stressful as this time last year.</p>
<p>From a personal point of view I&#039;ve been window shopping online and working out everything I need for my wedding which is now in 10 weeks time! It&#039;s quite fun, especially as I enjoy shopping!, and we&#039;re both really looking forward to the day when it finally arrives. It&#039;ll be great to see all of our family and friends, and the food sounds fantastic <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Workwise we&#039;ve been quite busy. I&#039;ve been working a lot on a calendar availability system using jQuery and PHP to control it, update dynamically and refresh to keep the calendar updated between a number of users. It&#039;s a bit of a challenge and a lot of reading to find out how to do things and how to do them the most efficiently, however it&#039;s great fun and different from the normal websites we work on.</p>
<p>I&#039;ve managed to get a migration script in place for my <a href="http://www.stuffbysarah.net/wordpress-plugins/page-menu-editor/" class="internal">Page Menu Editor</a> plugin for WordPress. About 6 weeks ago I discovered that the developer on the All in one SEO pack plugin had integrated my code into his plugin at the request of a number of users, which rendered mine a bit obsolete when both are running. However, there was no migration script and he&#039;d used different option names to me, so nothing was copied over. Having both plugins on a number of sites myself, it&#039;s a pain to sit and copy it all over manually. So I&#039;ve now set up a simple migration to allow users to do it themselves if they wish, so if you do use both plugins then an upgrade should be coming through soon with the new migration system.</p>
<p>Finally, our new venture <a href="http://www.blogthemesclub.com" class="external">Blog Themes Club</a> is going well. We&#039;ve added a new theme and I&#039;ve been adding a number of additional page templates to all our themes to hopefully give our users more than just a basic theme. We&#039;re looking to add another new theme next month too and have plenty of ideas for themes to keep us going for a while.</p>
<p>It&#039;s all going well <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<script src="http://feeds.feedburner.com/~s/StuffBySarah?i=http://www.stuffbysarah.net/2009/08/21/busy/" type="text/javascript" charset="utf-8"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.stuffbysarah.net/2009/08/21/busy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Launching Blog Themes Club</title>
		<link>http://www.stuffbysarah.net/2009/06/17/launching-blog-themes-club/</link>
		<comments>http://www.stuffbysarah.net/2009/06/17/launching-blog-themes-club/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 14:26:39 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[AIS]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1310</guid>
		<description><![CDATA[I&#039;ve been a bit quiet again recently. Besides doing the whole house hunting thing again (more on that another time!), I&#039;ve been working with Kevin from BloggingTips on a new site for WordPress Themes called Blog Themes Club. Club Membership The site is primarily a themes club (in case you hadn&#039;t already guessed that!), selling ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blogthemesclub.com" class="liimagelink"><img src="http://www.blogthemesclub.com/banners/btc-125x125_1.png" alt="Blog Themes Club Logo" class="imgleft" /></a> I&#039;ve been a bit quiet again recently. Besides doing the whole house hunting thing again (more on that another time!), I&#039;ve been working with <a href="http://www.system0.net" class="external">Kevin</a> from <a href="http://www.bloggingtips.com" class="external">BloggingTips</a> on a new site for WordPress Themes called <a href="http://www.blogthemesclub.com" class="external">Blog Themes Club</a>.</p>
<h3>Club Membership</h3>
<p>The site is primarily a themes club (in case you hadn&#039;t already guessed that!), selling 3, 6 and 12 month membership plans which will allow users to sign in, download and use any of our themes available, get updates of the themes as soon as they&#039;re available, get quality support via our private support forum and also via a support desk.</p>
<p>The membership prices are below however we&#039;ve also reduced these until 1st August as we appreciate that starting with 4 themes isn&#039;t a large amount, however our prices are based more on support and continued upgrades:</p>
<ul>
<li><strong>3 months membership</strong> &#8211; <del>$49</del> <ins>$29</ins></li>
<li><strong>6 months membership</strong> &#8211; <del>$79</del> <ins>$49</ins></li>
<li><strong>12 months membership</strong> &#8211; <del>$99</del> <ins>$69</ins></li>
</ul>
<h3>Single Purchases</h3>
<p>Going from experience I know a club membership isn&#039;t for everyone, and not everyone will need support or want more than one theme, so we&#039;ve also got the option to purchase themes individually for a single use. This option doesn&#039;t come with any support, but the themes themselves go from $19 which we think is a fairly reasonable price.</p>
<p>Also until July 31st 2009 you can get 25% off the purchase of any Single Use purchase by entering the discount code <b>LAUNCH25</b> during the checkout process.</p>
<h3>Theme Designs</h3>
<p>Of course we&#039;re aiming to cover all the subject areas that a design can be used for with WordPress including Blogging, CMS, Photoblogs, eCommerce and more. We&#039;ve already got another theme almost ready to go plus a 6th is being planned ready for design soon. We&#039;re hoping to add at least one new theme per 2 months and of course keep our current ones up to date.</p>
<h3>Win membership for a month!</h3>
<p>To celebrate the launch of Blog Themes Club we are giving away 10 membership accounts for free to readers. These accounts are valid for one month. During that time you will be able to download all of our themes and get daily support.</p>
<p>To enter the competition all you have to do is help us spread the word of our site via Twitter. All you need to do is:</p>
<ul>
<li>Follow us on Twitter <a href="http://twitter.com/BlogThemesClub" class="external">@BlogThemesClub</a></li>
<li>Tweet or ReTweet the folling message via Twitter :<br />
<blockquote><p>@BlogThemesClub have just launched their new wordpress themes club http://tinyurl.com/n7rhnh &#8211; 10 memberships up for grabs in a competition</p>
</blockquote>
</li>
<li>Leave a comment linking to the status link of your tweet on our <a href="http://www.blogthemesclub.com/news/blog-themes-club-opens/" class="external">launch post</a></li>
</ul>
<p>The deadline for this competition is Sunday 21st June 2009. Therefore, no tweets after midnight Eastern Time (New York Timezone) on Sunday (about 5am GMT) will be counted. We will select the winners randomly and do our best to announce the winners the following day.</p>
<p>&raquo; Read our launch post &#8211; <a href="http://www.blogthemesclub.com/news/blog-themes-club-opens/" class="external">Blog Themes Club Opens</a></p>

<script src="http://feeds.feedburner.com/~s/StuffBySarah?i=http://www.stuffbysarah.net/2009/06/17/launching-blog-themes-club/" type="text/javascript" charset="utf-8"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.stuffbysarah.net/2009/06/17/launching-blog-themes-club/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Project Management Update</title>
		<link>http://www.stuffbysarah.net/2009/02/01/wordpress-project-manage-update/</link>
		<comments>http://www.stuffbysarah.net/2009/02/01/wordpress-project-manage-update/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 22:46:34 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1220</guid>
		<description><![CDATA[Last week I wrote about using WordPress for Project Management and it got mixed responses. However, I know how I want to set things up and WordPress is perfect for what I&#039;ve got in mind. Maybe I need to elaborate on a couple of things. At most we have maybe 3 or 4 people on ...]]></description>
			<content:encoded><![CDATA[<p>Last week I wrote about using <a href="http://www.stuffbysarah.net/2009/01/27/wordpress-for-project-management/" class="internal">WordPress for Project Management</a> and it got <a href="http://www.stuffbysarah.net/2009/01/27/wordpress-for-project-management/#comments" class="internal">mixed responses</a>. However, I know how I want to set things up and WordPress is perfect for what I&#039;ve got in mind.</p>
<p>Maybe I need to elaborate on a couple of things. At most we have maybe 3 or 4 people on a project, or sometimes it&#039;s just the two of us, so standard project management software is too excessive for our needs. All I need to do is create a post, write a to do list, add the initials after each item for the person who&#039;s dealing with it, and that&#039;s it. Then we can just make comments on the post with questions and/or updates about the work. The comments are timestamped which obviously helps, and I&#039;ll get an email for every comment. You can also subscribe to the comment feed for each post, so all everyone else will need is a lightweight feedreader and they can just add the comment feed for current work posts to keep up with the discussion.</p>
<p>It&#039;s simple, but that&#039;s all we need. Somewhere for me to list the work needing to be done that we can all access, and somewhere to share the discussion, where the discussion is logged for future reference.</p>
<p>Today I decided to try out a plugin called <a href="http://wordpress.org/extend/plugins/allow-categories/" class="external">Allow Categories</a> which allows you to restrict any non Admin to only see posts from specific categories. This isn&#039;t to try and hide our work from the freelancers that we employ, but more to simply reduce what they need to wade through really. The restriction/hiding of posts works fine, however all categories were still being displayed in the category list in the sidebar, so after various attempts I&#039;ve managed to use a function to override the wp_list_categories() output, and remove the specific categories that shouldn&#039;t be displayed.</p>
<p>I&#039;ve added my first actual project post for a new site that needs to be sorted out over the next couple of weeks. It took me all of a couple of minutes to type up what needed doing plus leave a comment with an update of what we were still waiting for from the client and what could be started.</p>
<p>Besides adding the other projects that are currently on, I just need to work out how I want the front page to work and look. So far so good <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<script src="http://feeds.feedburner.com/~s/StuffBySarah?i=http://www.stuffbysarah.net/2009/02/01/wordpress-project-manage-update/" type="text/javascript" charset="utf-8"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.stuffbysarah.net/2009/02/01/wordpress-project-manage-update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress for Project Management?</title>
		<link>http://www.stuffbysarah.net/2009/01/27/wordpress-for-project-management/</link>
		<comments>http://www.stuffbysarah.net/2009/01/27/wordpress-for-project-management/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 22:46:27 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1217</guid>
		<description><![CDATA[I&#039;m currently trying to see if I can set up WordPress to work as a project management tool. Why not, it can do a lot of other things! In the past I&#039;ve tried out dotproject, which is obviously a dedicated project management system, however it was far too complex and tedious to use I found. ...]]></description>
			<content:encoded><![CDATA[<p>I&#039;m currently trying to see if I can set up WordPress to work as a project management tool. Why not, it can do a lot of other things! In the past I&#039;ve tried out <a href="http://www.dotproject.net/" class="external">dotproject</a>, which is obviously a dedicated project management system, however it was far too complex and tedious to use I found.</p>
<p>So how am I using WordPress? Well this is the plan, once it&#039;s set up I&#039;ll let you know if it works! At present I&#039;ve decided to create a category for each web site we maintain currently, then work on each site will go up as a post. The idea is then as we (2+ people working on each site) work through things we can leave comments, questions, requests for opinions etc. on the posts. As work is done the post can be closed and a new one started, and if there are different sections to the work ie. for a whole new site, then multiple posts can be made.</p>
<p>Then on the front page the latest posts for each site can be displayed, or I can easily just control which sites to display on the front page so that sites that are not being worked on can be kept out of the lime light. I&#039;ve not worked out the front page yet as you can tell!</p>
<p>I personally find it much easier to just type out a to do list and then update that with the del and ins tags as and when things are done rather than creating a record for every single task.</p>
<p>So WordPress is installed and now is just the task of adding all the work to it. I&#039;ll let you know how it pans out <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Any suggestions on how to structure the front page are welcome!</p>

<script src="http://feeds.feedburner.com/~s/StuffBySarah?i=http://www.stuffbysarah.net/2009/01/27/wordpress-for-project-management/" type="text/javascript" charset="utf-8"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.stuffbysarah.net/2009/01/27/wordpress-for-project-management/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Couple of WordPress 2.7 Annoyances</title>
		<link>http://www.stuffbysarah.net/2009/01/02/couple-of-wordpress-27-annoyances/</link>
		<comments>http://www.stuffbysarah.net/2009/01/02/couple-of-wordpress-27-annoyances/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 23:12:13 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1195</guid>
		<description><![CDATA[As much as I love the new version of WordPress, I&#039;ve come across an issue which is a bit of a pain (although I&#039;ve not had the chance to scour the WP forum or Bugs). I mentioned it a week or so ago, whereby the template tag comments_number() and also comments_popup_link() displays the count of ...]]></description>
			<content:encoded><![CDATA[<p>As much as I love the new version of WordPress, I&#039;ve come across an issue which is a bit of a pain (although I&#039;ve not had the chance to scour the WP forum or Bugs). I mentioned it a week or so ago, whereby the template tag <b>comments_number()</b> and also <b>comments_popup_link()</b> displays the count of comments regardless of their moderation status, i.e. if someone&#039;s left a comment but it hasn&#039;t been moderated, on the front end you&#039;ll still get their comment included in the count (which is obviously confusing if there are no other comments on the post!).</p>
<p>This may also be my own problem which is why I&#039;ve not seen anyone else mention it. I&#039;ve got an issue (which I don&#039;t have on any other site) on my comments admin page, and the comment counts are wrong on that too. So it&#039;s something to look into further when I have the time.</p>
<p>The other gripe I&#039;ve got is that when you use the automatic upgrade in the admin, it overwrites all the files and also the classic and default theme directories. My first thought when I realised this was that surely there are people out there who use one of these themes and just make a few alterations themselves? My second thought, well more a concern, was that a lot of sites we have to upgrade has their theme in the default directory. You may wonder why, and there is a good reason! If you go to a WP site, the first thing WP has to do is check which theme is in use and then check if it&#039;s there by looking for the stylesheet. If the stylesheet can&#039;t be found WP automatically reverts back to the default theme and updates the database to make the default theme the selected theme.</p>
<p>It&#039;s an understandable method however I&#039;ve found that if I happen to be updating my stylesheet for this site, for a brief couple of seconds my stylesheet doesn&#039;t exist as FTP will delete the file and then upload the new version. At that point, if anyone visits the site, the theme is switched to default. It sounds like a rare thing but I&#039;ve had it happen a few times on this site, so once I worked this out I started to use the default directory instead.</p>
<p>Okay, so I realise that I could leave sites as they are and just not use the built in upgrade function but with around 20+ sites to upgrade (not all mine!) when a new version is out, the function is very much welcomed, however in my mind, overwriting the theme directories is a flaw. Either, the option should be given to copy the theme directories over or not, or simply just not part of the upgrade.</p>
<p>However, despite my problem and annoyance, those are the only issues that I can really find wrong with the new version. I just now need to update all the sites to not use the default directory!</p>

<script src="http://feeds.feedburner.com/~s/StuffBySarah?i=http://www.stuffbysarah.net/2009/01/02/couple-of-wordpress-27-annoyances/" type="text/javascript" charset="utf-8"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.stuffbysarah.net/2009/01/02/couple-of-wordpress-27-annoyances/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>New WordPress Plugin &#8211; Hide Update Reminder</title>
		<link>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/</link>
		<comments>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 19:21:37 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1173</guid>
		<description><![CDATA[Since version 2.5 of WordPress, we&#039;ve had that very useful banner across the top of our admin screens reminding us that a new version of WordPress is available and to upgrade. It&#039;s a really great feature, but the ability to not display it to non Administrators has been something I&#039;ve been wanting since 2.5 came ...]]></description>
			<content:encoded><![CDATA[<p>Since version 2.5 of WordPress, we&#039;ve had that very useful banner across the top of our admin screens reminding us that a new version of WordPress is available and to upgrade. It&#039;s a really great feature, but the ability to not display it to non Administrators has been something I&#039;ve been wanting since 2.5 came out.</p>
<p>We run quite a few client sites on WordPress, and let&#039;s face it, sometimes you don&#039;t want to upgrade immediately, perhaps other work needs doing to the site theme before you want to upgrade everything, or you have another reason (client&#039;s paying up is usually a major one!). If you&#039;re like me then you&#039;d rather your client&#039;s didn&#039;t see this notice about upgrading. Some can start contacting you asking why it needs upgrading and if the site is safe to use, others request the update there and then.</p>
<p>Why the notice is shown to non Admins I&#039;m not sure. However, after a quick check and a few lines of code, I&#039;ve now released a plugin to just hide this message from anyone who isn&#039;t a level 10 (i.e. Administrators). Once I&#039;ve got time I&#039;ll probably add an options page to allow people to hide it altogether, or to perhaps allow Editors and Admins to see the message, but not Subscribers through to Authors.</p>
<p>You can view the <a href="http://www.stuffbysarah.net/wordpress-plugins/remove-update-reminder/" class="internal">official plugin page</a> or just <a href="http://wordpress.org/extend/plugins/hide-update-reminder/" class="external">download it from WordPress</a>. </p>

<script src="http://feeds.feedburner.com/~s/StuffBySarah?i=http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/" type="text/javascript" charset="utf-8"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.stuffbysarah.net/2008/12/16/new-wordpress-plugin-hide-update-reminder/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Mad Times</title>
		<link>http://www.stuffbysarah.net/2008/12/14/mad-times/</link>
		<comments>http://www.stuffbysarah.net/2008/12/14/mad-times/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 21:34:27 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1163</guid>
		<description><![CDATA[It&#039;s been just work, work, work lately. Christmas is creeping up so quickly, I just don&#039;t know where the time has gone this year. A quick wrap up of what&#039;s been happening: WordPress 2.7 was finally released this week, and not a moment too soon. WP 2.7 is the best version yet, the admin is ...]]></description>
			<content:encoded><![CDATA[<p>It&#039;s been just work, work, work lately. Christmas is creeping up so quickly, I just don&#039;t know where the time has gone this year.</p>
<p>A quick wrap up of what&#039;s been happening:</p>
<p><a href="http://www.wordpress.org" class="external">WordPress 2.7</a> was finally released this week, and not a moment too soon. WP 2.7 is the best version yet, the admin is beautiful and the features are great.</p>
<p>We finally took a day off work (on an exceptionally cold but sunny day) and got to the zoo, something we&#039;d been planning to do since October. It was all worth it when I got to see what I went for &#8211; the new <a href="http://www.flickr.com/photos/sarahg29/3101342588/" class="external">lion cub</a>. I could have just stood and watched him for hours!</p>
<p>Work has continued to be busy, which is obviously good from a credit crunch / recession point of view. I&#039;m just a tad bit tired and need a break! However, come Friday I&#039;ll be stopping work (well client work) for Christmas, and certainly can&#039;t wait! Although I seem to be arranging to sort out so much stuff over Christmas that I&#039;ll probably be busier than ever!</p>
<p>I won a competition the other week and got a premium WordPress template for free, so I need to get around to injecting my own personality into that, plus the 2.7 code (yes another job for Christmas). So I&#039;ll be updating the design of this site soon.</p>
<p>Both Dave and I won a bit of cash off the <a href="http://www.bloggingtips.com/forum" class="external">BloggingTips.com</a> forum competition, so we put our winnings together and put it towards a new Sigma 10-20mm camera lens. I&#039;ve not had a chance to get any shots with it yet, however I hope to have a play next week and see what I can capture.</p>
<p>I&#039;ve been eying up <a href="http://www.fruitbytes.co.uk/index.php/2008/12/06/curbing-my-enthusiasm/" class="external">Sam&#039;s iPhone</a> with a major amount of jealousy! Frustratingly, I&#039;ve got over a year left on my current contract (yes the one that had no improvement on it whatsoever!). I&#039;m quite tempted to take on a second contract just to get the iPhone, and use that for business, then keep my other for personal for the time being until the contract runs out. But I do keep trying to tell myself to just wait!</p>
<p>And I&#039;ve finally got Family Ski (We Ski) for the Wii, a bit of an early christmas present off Dave. It&#039;s not as good as the real thing, but it&#039;s good fun anyway. I&#039;ve only spent about half an hour on it due to lack of time, but it&#039;s quite surreal shussing down, round the trails and paths, avoiding the silly people standing having a chat on the slopes (it&#039;s just like real life!).</p>
<p>However, hopefully I can take a long weekend here and there next year and get up to Scotland to do the real thing <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>

<script src="http://feeds.feedburner.com/~s/StuffBySarah?i=http://www.stuffbysarah.net/2008/12/14/mad-times/" type="text/javascript" charset="utf-8"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.stuffbysarah.net/2008/12/14/mad-times/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress RC1</title>
		<link>http://www.stuffbysarah.net/2008/12/07/upgraded-to-wordpress-rc1/</link>
		<comments>http://www.stuffbysarah.net/2008/12/07/upgraded-to-wordpress-rc1/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 00:00:55 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=1159</guid>
		<description><![CDATA[WordPress 2.7 RC1 was released earlier this week, and this was the stage at which I was happy to upgrade this site to the new version. It&#039;s been a hard wait as I&#039;ve had the beta version of 2.7 running on some smaller sites and also on my local install. Having to return back to ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/" class="external">WordPress 2.7 RC1</a> was released earlier this week, and this was the stage at which I was happy to upgrade this site to the new version. It&#039;s been a hard wait as I&#039;ve had the beta version of 2.7 running on some smaller sites and also on my local install. Having to return back to 2.6.X version on my own site has been frustrating! However, finally I&#039;ve upgraded, and uploaded my updated theme files to make use of the new features.</p>
<p>Most of it has gone pretty smoothly. I&#039;ve not only updated to use the new comment pagination (after 25 comments, which is a rarity on my posts!), but I&#039;ve also still kept my own comment styling and markup, using the <a href="http://clarktech.no-ip.com/wordpress/wordpress-27-comment-callback-function" class="external">comment callback function</a>.</p>
<p>I have spotted a couple of issues or concerns however, but I&#039;m not sure if this is down to the code I&#039;ve used, so I&#039;ll be checking on these more in depth first.</p>
<p>The first is the comment count using the <a href="http://codex.wordpress.org/Template_Tags/comments_number" class="external">comments_number()</a> tag. I noticed when I first added my updated theme files that one the post I happened to check, there was one comment displaying however the count said 2. On further investigation I did have a second comment on the post but it was unmoderated. Obviously not the outcome I&#039;d prefer, as sometimes I just don&#039;t have a chance, or forget to moderate comments, so it would be confusing to some to see perhaps a heading of &#039;4 Responses&#039; yet only one displayed!</p>
<p>The second issue, or not really an issue but a strange finding, is that in the callback function you effectively rewrite your comment markup. You start with a list item so essentially you should finish with a list item. On the codex page for the <a href="http://codex.wordpress.org/Template_Tags/wp_list_comments" class="external">wp_list_comments()</a> tag, the callback function example has the closing list item tag, however, when you use this code in your theme, you actually get two closing list items. It looks like the template tag automatically adds the closing list item regardless of what you use. Obviously this is strange behaviour as it&#039;s assuming that you&#039;re using a list for your comments (which you should, but plenty of themes out there don&#039;t), and it leaves you with incomplete code in your function, which is not usually the case.</p>
<p>Hopefully the first issue mentioned will be fixed before the final release, and the second is more a case of whether it&#039;s considered normal behaviour or not. To me it isn&#039;t, and who ever wrote the codex page thought it wasn&#039;t either, but perhaps to the WordPress developers it&#039;s how it should be!</p>
<p>However, they&#039;re only minor issues, and the advantages and beauty of WordPress 2.7 far outweights those that&#039;s for sure.</p>
<p>All I&#039;m now waiting for is the release of WordPress MU 2.7 for a couple of sites!</p>

<script src="http://feeds.feedburner.com/~s/StuffBySarah?i=http://www.stuffbysarah.net/2008/12/07/upgraded-to-wordpress-rc1/" type="text/javascript" charset="utf-8"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.stuffbysarah.net/2008/12/07/upgraded-to-wordpress-rc1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

