<?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>Ru Servers Reference Blog &#187; CMS</title>
	<atom:link href="http://blog.server.ruservers.com/category/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.server.ruservers.com</link>
	<description>Server Maintenance Guide</description>
	<lastBuildDate>Tue, 27 Jul 2010 12:14:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress 2.9</title>
		<link>http://blog.server.ruservers.com/2009/12/wordpress-2-9/</link>
		<comments>http://blog.server.ruservers.com/2009/12/wordpress-2-9/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 14:55:17 +0000</pubDate>
		<dc:creator>Ru Servers</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.server.ruservers.com/2009/12/wordpress-2-9/</guid>
		<description><![CDATA[&#160; Source: WordPress Blog &#160; I want to make you mine, all the time… oh wait. Hello. I’m here on behalf of the entire WordPress development team and community to announce the immediate availability of WordPress version 2.9 “Carmen” named in honor of magical jazz vocalist Carmen McRae (whom we’ve added to our Last.fm WP [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Source: <a href="http://wordpress.org/development/2009/12/wordpress-2-9/" target="_blank">WordPress Blog</a></p>
<p>&#160;</p>
<p>I want to make you mine, all the time… oh wait. Hello. I’m here on behalf of the entire WordPress development team and community to announce the immediate availability of <a href="http://wordpress.org/download/">WordPress version 2.9 “Carmen”</a> named in honor of magical jazz vocalist <a href="http://www.carmenmcrae.com/">Carmen McRae</a> (whom we’ve <a href="http://www.last.fm/tag/wordpress-release-jazz">added to our Last.fm WP release station</a>). You can upgrade easily from your Dashboard by going to <strong>Tools</strong> &gt; <strong>Upgrade</strong>, or you can <a href="http://wordpress.org/download/">download from WordPress.org</a>. And of course, it wouldn’t be a major release without a short video summarizing some of the cool things about the new version:</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:f505be24-5869-467b-b1b1-1b79f394bcbc" class="wlWriterEditableSmartContent">
<div><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.11" type="application/x-shockwave-flash" width="563" height="316" allowscriptaccess="always" allowfullscreen="true" flashvars="guid=NBZ853Xn&amp;width=563&amp;height=316" title="Introducing WordPress 2.9 Carmen"></embed></div>
</div>
<p>&#160;</p>
<p>The coolest new stuff from a user point of view is:</p>
<ol>
<li><strong>Global undo/”trash” feature</strong>, which means that if you accidentally delete a post or comment you can bring it back from the grave (i.e., the Trash). This also eliminates those annoying “are you sure” messages we used to have on every delete. </li>
<li><strong>Built-in image editor</strong> allows you to crop, edit, rotate, flip, and scale your images to show them who’s boss. This is the first wave of our many planned media-handling improvements. </li>
<li><strong>Batch plugin update and compatibility checking,</strong> which means you can update 10 plugins at once, versus having to do multiple clicks for each one, and we’re using the new compatibility data from the plugins directory to give you a better idea of whether your plugins are compatible with new releases of WordPress. This should take the fear and hassle out of upgrading. </li>
<li><a href="http://codex.wordpress.org/Embeds"><strong>Easier video embeds</strong></a> that allow you to just paste a URL on its own line and have it magically turn it into the proper embed code, with Oembed support for YouTube, Daily Motion, Blip.tv, Flickr, Hulu, Viddler, Qik, Revision3, Scribd, Google Video, Photobucket, PollDaddy, and WordPress.tv (and more in the next release). </li>
</ol>
<p>2.9 provides the smoothest ride yet because of a number of improvements under the hood and more subtle improvements you’ll begin to appreciate once you’ve been around the block a few times. Here’s just a sampling:</p>
<ul>
<li>We now have <code>rel=canonical</code> support for better SEO. </li>
<li>There is automatic database optimization support, which you can enable in your <code>wp-config.php</code> file by adding <code>define('WP_ALLOW_REPAIR', true);</code>. </li>
<li>Themes can register “post thumbnails” which allow them to attach an image to the post, especially useful for magazine-style themes. </li>
<li>A new <code>commentmeta</code> table that allows arbitrary key/value pairs to be attached to comments, just like posts, so you can now expand greatly what you can do in the comment framework. </li>
<li>Custom post types have been upgraded with better API support so you can juggle more types than just post, page, and attachment. (More of this planned for 3.0.) </li>
<li>You can set custom theme directories, so a plugin can register a theme to be bundled with it or you can have multiple shared theme directories on your server. </li>
<li>We’ve upgraded TinyMCE WYSIWYG editing and Simplepie. </li>
<li>Sidebars can now have descriptions so it’s more obvious what and where they do what they do. </li>
<li>Specify category templates not just by ID, like before, but by slug, which will make it easier for theme developers to do custom things with categories — like post types! </li>
<li>Registration and profiles are now extensible to allow you to collect things more easily, like a user’s Twitter account or any other fields you can imagine. </li>
<li>The XML-RPC API has been extended to allow changing the user registration option. We fixed some Atom API attachment issues. </li>
<li>Create custom galleries with the new include and exclude attributes that allow you to pull attachments from any post, not just the current one. </li>
<li>When you’re editing files in the theme and plugin editors it remembers your location and takes you back to that line after you save. (Thank goodness!!!) </li>
<li>The Press This bookmarklet has been improved and is faster than ever; give it a try for on-the-fly blogging from wherever you are on the internet. </li>
<li>Custom taxonomies are now included in the WXR export file and imported correctly. </li>
<li>Better hooks and filters for excerpts, smilies, HTTP requests, user profiles, author links, taxonomies, SSL support, tag clouds, query_posts and WP_Query </li>
</ul>
<p>All of this and more is reflected in the <a href="http://core.trac.wordpress.org/query?status=closed&amp;milestone=2.9">over 500 tickets, bugs, and enhancements that WP developers in this release cycle</a>.</p>
<p>This release included code from over 140 contributors, here’s everyone we were able to identify: <a href="http://xavisys.com/">aaroncampbell (Aaron Campbell)</a>, <a href="http://sixohthree.com/">abackstrom (Adam Backstrom)</a>, <a href="http://www.aldenta.com/">aldenta (John Ford)</a>, <a href="http://alexking.org/">alexkingorg (Alex King)</a>, [amilanov], <a href="http://antony.lesuisse.org/">antonylesuisse (Antony Lesuisse)</a>, <a href="http://apeatling.wordpress.com/">apeatling (Andy Peatling)</a>, <a href="http://blog.apokalyptik.com/">apokalyptik (Demitrious Kelly)</a>, <a href="http://www.mailpress.org/">arena (André Renaut)</a>, <a href="http://digitalize.ca/">batmoo (Mohammad Jangda)</a>, <a href="http://bendunkle.com/">Ben Dunkle</a>, <a href="http://profiles.wordpress.org/benbe1987">BenBE1987</a>, <a href="http://blog.bf-itservice.de/">Benjamin Flesch</a>, <a href="http://www.happyhumans.com/">bookchiq (Sarah Lewis)</a>, <a href="http://profiles.wordpress.org/brianwhite">brianwhite</a>, <a href="http://profiles.wordpress.org/c0nstruct">c0nstruct</a>, <a href="http://www.caesarsgrunt.com/">caesarsgrunt (Caesar Schinas)</a>, <a href="http://kniffenwebdesign.com/">CalebKniffen (Caleb Kniffen)</a>, <a href="http://profiles.wordpress.org/chrisbliss18">chrisbliss18</a>, <a href="http://profiles.wordpress.org/chrisscott">chrisscott (Chris Scott)</a>, <a href="http://profiles.wordpress.org/christoph179">christoph179</a>, <a href="http://coffee2code.com/">coffee2code (Scott Reilly)</a>, [cross country flight], <a href="http://www.curioso.org/">Curioso</a>, <a href="http://dave.pageportfolio.co.uk/">davecpage (Dave Page)</a>, <a href="http://dan-cole.com/">dcole07 (Dan Cole)</a>, <a href="http://dd32.id.au/">dd32 (Dion Hulse)</a>, <a href="http://op111.net/">demetris (???????? ???????)</a>, <a href="http://www.semiologic.com/">Denis-de-Bernardy</a>, <a href="http://profiles.wordpress.org/dj-wp">dj-wp</a>, <a href="http://profiles.wordpress.org/dwright">dwright</a>, <a href="http://eddieringle.com/">eddieringle (Eddie Ringle)</a>, <a href="http://www.homelandstupidity.us/">error (Michael Hampton)</a>, <a href="http://profiles.wordpress.org/ewestp">ewestp</a>, <a href="http://profiles.wordpress.org/fabifott">fabifott</a>, <a href="http://www.ilfilosofo.com/">filosofo (Austin Matzko)</a>, <a href="http://justintadlock.com/">greenshady (Justin Tadlock)</a>, <a href="http://gsnedders.com/">gsnedders/link92 (Geoffrey Sneddon)</a>, <a href="http://hailin.wordpress.com/">hailin (Hailin Wu)</a>, <a href="http://codex.wordpress.org/User:Hakre">hakre</a>, <a href="http://profiles.wordpress.org/hanilovesme">hanilovesme</a>, <a href="http://ondskap.net/wp/">Harald Nesland</a>, <a href="http://profiles.wordpress.org/harrym">harrym</a>, <a href="http://holizz.com/">holizz (Tom Adams)</a>, <a href="http://profiles.wordpress.org/ikonst">ikonst</a>, <a href="http://jacobsantos.com/">jacobsantos (Jacob Santos)</a>, <a href="http://jane.wordpress.com/">janeforshort (Jane Wells)</a>, <a href="http://om4.com.au/">jamescollins (James Collins)</a>, <a href="http://bethesignal.org/">jdub (Jeff Waugh)</a>, <a href="http://www.modulaweb.fr/">jeff_ (Jean-François “Jeff” VIAL)</a>, <a href="http://simianuprising.com/">jeremyclarke (Jeremy Clarke)</a>, <a href="http://jeremy.visser.name/">JeremyVisser (Jeremy Visser)</a>, <a href="http://profiles.wordpress.org/jikamens">jikamens</a>, <a href="http://profiles.wordpress.org/jmulley">jmulley</a>, <a href="http://profiles.wordpress.org/joern_w">Joern_W</a>, <a href="http://devel.kostdoktorn.se/">johanee (Johan Eenfeldt)</a>, <a href="http://lud.icro.us/">johnbillion (John Blackbourn)</a>, <a href="http://johnjamesjacoby.com/">johnjamesjacoby (John James Jacoby)</a>, <a href="http://profiles.wordpress.org/johnjosephbachir">johnjosephbachir (John Joseph Bachir)</a>, <a href="http://profiles.wordpress.org/jonathanrogers">JonathanRogers</a>, <a href="http://yoast.com/">joostdevalk (Joost de Valk)</a>, <a href="http://rooibo.wordpress.com/">Jose Carlos Norte</a>, <a href="http://josephscott.org/">josephscott (Joseph Scott)</a>, <a href="http://tyco.ws/">junsuijin</a>, <a href="http://agapetry.net/">kevinB (Kevin Behrens)</a>, <a href="http://kometbomb.net/">kometbomb</a>, <a href="http://www.yuriko.net/">lilyfan (IKEDA Yuriko)</a>, [lostinlafayette], <a href="http://profiles.wordpress.org/madhyde">madhyde</a>, <a href="http://subscribe2.wordpress.com/">MattyRob</a>, <a href="http://blogwaffe.com/">mdawaffe (Michael Adams)</a>, <a href="http://www.mittineague.com/">Mittineague</a>, <a href="http://blogyul.miqrogroove.com/">miqrogroove</a>, <a href="http://profiles.wordpress.org/morfiusx">morfiusx</a>, <a href="http://www.misthaven.org.uk/blog/">mrmist (David McFarlane)</a>, <a href="http://nickmomrik.com/">mtdewvirus (Nick Momrik)</a>, <a href="http://urzenia.net/">mysz</a>, <a href="http://twitter.com/nacin">nacin (Andrew Nacin)</a>, <a href="http://thebookofjoe.com/">nanochrome</a>, <a href="http://blog.detlog.org/">nao (Naoko McCracken)</a>, <a href="http://www.nathanrice.net/">nathanrice (Nathan Rice)</a>, <a href="http://nikolay.bg/">nbachiyski (??????? ????????)</a>, <a href="http://www.niallkennedy.com/">niallkennedy (Niall Kennedy)</a>, <a href="http://nickohrn.com/">nickohrn (Nick Ohrn)</a>, <a href="http://www.rpmurphy.com/">ninjaWR (Ryan Murphy)</a>, <a href="http://noel.io/">noel (Noël Jackson)</a>, <a href="http://ottodestruct.com/">Otto42 (Samuel Wood)</a>, <a href="https://redmine.kirdev.sch.bme.hu/">pairg</a>, <a href="https://peaceable-whale.pip.verisignlabs.com/">peaceablewhale (Franklin Tse)</a>, <a href="http://cnpstudio.com/">prettyboymp (Michael Pretty)</a>, <a href="http://www.prodevstudio.net">ProDevStudio</a>, <a href="http://www.bdihot.co.il/">ramiy</a>, <a href="http://www.red-sweater.com/blog/">redsweater (Daniel Jalkut)</a>, <a href="http://ruslany.net/">ruslany</a>, <a href="http://unlettered.org/">sambauers (Sam Bauers)</a>, <a href="http://scribu.net/">scribu</a>, <a href="http://profiles.wordpress.org/sewar">Sewar</a>, <a href="http://profiles.wordpress.org/simek">Simek</a>, <a href="http://www.simonwheatley.co.uk/">simonwheatley (Simon Wheatley)</a>, <a href="http://www.poradnik-webmastera.com/">sirzooro (Daniel Fru?y?ski)</a>, <a href="http://sivel.net/">sivel (Matt Martz)</a>, <a href="http://skeltoac.com/">skeltoac (Andy Skelton)</a>, <a href="http://smallvoid.com/about/">snakefoot</a>, <a href="http://stephanreiter.info/">stephanreiter (Stephan Reiter)</a>, <a href="http://striderweb.com/nerdaphernalia/">strider72 (Stephen Rider)</a>, <a href="http://profiles.wordpress.org/taco1991">taco1991</a>, <a href="http://ideasilo.wordpress.com/">takayukister (Takayuki Miyoshi)</a>, <a href="http://tellyworth.wordpress.com/">tellyworth</a>, <a href="http://profiles.wordpress.org/tenpura">tenpura</a>, <a href="http://profiles.wordpress.org/usermrpapa">usermrpapa</a>, <a href="http://profiles.wordpress.org/utkarsh">utkarsh</a>, <a href="http://www.viper007bond.com/">Viper007Bond</a>, <a href="http://blog.sjinks.org.ua/">vladimir_kolesnikov (Vladimir Kolesnikov)</a>, <a href="http://voxpelli.se/">VoxPelli (Pelle Wessman)</a>, [voyou1], <a href="http://emphaticallystatic.org/">wahgnube</a>, <a href="http://www.waltervos.com/">waltervos</a>, <a href="http://weston.ruter.net/">westonruter (Weston Ruter)</a>, <a href="http://willnorris.com/">wnorris (Will Norris)</a>, <a href="http://xentek.net/">xenlab (Eric Marden)</a>, <a href="http://blog.yoavfarhi.com/">yoavf (Yoav Farhi)</a>. Wowza!</p>
<p>2.9 has been an exciting development cycle, and I must say it has whetted our appetite for 3.0, which is coming next (probably this spring) and will include at the very least the merge of MU with the WordPress core, and a new default theme. We can’t wait to start working on it. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.server.ruservers.com/2009/12/wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8</title>
		<link>http://blog.server.ruservers.com/2009/06/wordpress-2-8/</link>
		<comments>http://blog.server.ruservers.com/2009/06/wordpress-2-8/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 10:10:22 +0000</pubDate>
		<dc:creator>Ru Servers</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.server.ruservers.com/2009/06/wordpress-2-8/</guid>
		<description><![CDATA[&#160; Source: Wprdpress Blog &#160; The latest and greatest version of WordPress, version 2.8 “Baker,” is immediately available for download. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. This release is named in honor of noted trumpeter and [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Source: <a href="http://wordpress.org/development/2009/06/wordpress-28/" target="_blank">Wprdpress Blog</a></p>
<p>&#160;</p>
<p>The latest and greatest version of WordPress, version 2.8 “Baker,” <a href="http://wordpress.org/download/">is immediately available for download</a>. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. This release is named in honor of noted trumpeter and vocalist <a href="http://en.wikipedia.org/wiki/Chet_Baker">Chet Baker</a>. Here’s a quick video overview of everything in the new release:</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; padding-left: 0px; width: 400px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:14cf1605-e657-47e8-a5bc-57221931f398" class="wlWriterEditableSmartContent">
<div><embed src="http://v.wordpress.com/Pu3T4X8l" type="application/x-shockwave-flash" width="400" height="224" allowscriptaccess="always" allowfullscreen="true"></embed></div>
</div>
<p>&#160;</p>
<p>The first thing you’ll notice is that visually 2.8 feels a lot like 2.7, just with some minor tweaks here and there. However once you’ll dig in you’ll begin to appreciate the changes.</p>
<h5>Major New Improvements</h5>
<p>First and foremost, <strong>2.8 is way faster to use</strong>. We’ve changed the way WordPress does style and scripting.</p>
<p>The core and plugin updaters in previous versions of WordPress have been such a success we decided to bring the same to themes. You can now <strong>browse the entire theme directory and install a theme with one click</strong> from the comfort of your WordPress dashboard.</p>
<p>If you make edits or tweaks to themes or plugins from your dashboard, you’ll appreciate the new <strong>CodePress editor</strong> which gives syntax highlighting to the previously-plain editor. Also there is now contextual documentation for the functions in the file you’re editing linked right below the editor.</p>
<p>If you were ever frustrated with widgets before, this release should be your savior. <strong>We’ve completely redesigned the widgets interface</strong> (which we didn’t have time to in 2.7) to allow you to do things like edit widgets on the fly, have multiple copies of the same widget, drag and drop widgets between sidebars, and save inactive widgets so you don’t lose all their settings. Developers now have access to a <a href="http://codex.wordpress.org/WordPress_Widgets_Api">much cleaner and robust API</a> for creating widgets as well.</p>
<p>Finally you should explore the <strong>new Screen Options on every page</strong>. It’s the tab in the top right. Now, for example, if you have a wide monitor you could set up your dashboard to have four columns of widgets instead of the two it has by default. On other pages you can change how many items show per page.</p>
<h5>And Even More</h5>
<p><a href="http://codex.wordpress.org/Version_2.8">You can read the full list of over 180 new features, changes, upgrades, and improvements on the Codex</a>. The list is exhausting!</p>
<h5>The Future</h5>
<p>We’re already thinking hard about the next versions, 2.9 and 3.0. Keep an eye out for improved media handling, better dependency checking, versioning of templates and themes, and of course the fabled merging of WordPress and MU announced at WordCamp San Francisco two weeks ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.server.ruservers.com/2009/06/wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Custom Fields in Worpress</title>
		<link>http://blog.server.ruservers.com/2009/03/using-custom-fields-in-worpress/</link>
		<comments>http://blog.server.ruservers.com/2009/03/using-custom-fields-in-worpress/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 08:56:33 +0000</pubDate>
		<dc:creator>Ru Servers</dc:creator>
				<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://blog.server.ruservers.com/2009/03/using-custom-fields-in-worpress/</guid>
		<description><![CDATA[&#160; Source: http://codex.wordpress.org/Using_Custom_Fields &#160; WordPress has the ability to allow post authors to assign custom fields to a post. This arbitrary extra information is known as meta-data. This meta-data can include bits of information such as: Mood: Happy Currently Reading: Cinderella Listening To: Rock Around the Clock Weather: Hot and humid With some extra coding, [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Source: <a title="http://codex.wordpress.org/Using_Custom_Fields" href="http://codex.wordpress.org/Using_Custom_Fields" target="_blank">http://codex.wordpress.org/Using_Custom_Fields</a></p>
<p>&#160;</p>
<p>WordPress has the ability to allow post authors to assign custom fields to a post. This arbitrary extra information is known as <b>meta-data</b>. This <b>meta-data</b> can include bits of information such as: </p>
<ul>
<li><b>Mood: Happy</b></li>
<li><b>Currently Reading: Cinderella</b></li>
<li><b>Listening To: Rock Around the Clock</b></li>
<li><b>Weather: Hot and humid</b></li>
</ul>
<p>With some extra coding, it is possible to achieve more complex actions, such as using the <b>metadata</b> to store an expiration date for a post. </p>
<p>Meta-data is handled with <b>key/value</b> pairs. The <b>key</b> is the name of the meta-data element. The <b>value</b> is the information that will appear in the meta-data list on each individual post that the information is associated with. </p>
<p><b>Keys</b> can be used more than once per post. For example, if you were reading two different books (perhaps a technical book at work and a fiction at home), you could create a &quot;reading&quot; key and use it twice on the same post, once for each book. </p>
<p>Here is an example of what this information might look like on your post: </p>
<p><b>Currently Reading</b>: <i>Calvin and Hobbes</i></p>
<p><b>Today&#8217;s Mood</b>: <i>Jolly and Happy</i></p>
<p><a name="Usage"></a></p>
<h4>Usage</h4>
<p>Based upon our example above, let&#8217;s put this into action. We&#8217;ll add two custom fields, one called &quot;Currently Reading&quot; and the other &quot;Today&#8217;s Mood&quot;. The following instructions will demonstrate how to add this information to a post using Custom Fields. </p>
<ol>
<li>After you have written your post, scroll down to the area titled <b>Custom Fields</b>. </li>
<li>To create a new <b>Custom Field</b> called &quot;Currently Reading&quot;, enter the text &quot;Currently Reading&quot; (without the quotes) in the text entry field titled <b>Key</b>. </li>
<li>The newly created <b>Key</b> should now be assigned a <b>Value</b>, which in our case is the name of the book currently being read, &quot;Calvin and Hobbes&quot;. Type &quot;Calvin and Hobbes&quot; in the <i>Value</i> field, again without the quotes. </li>
<li>Click <b>Add Custom Field</b> button to save this custom information for that post. </li>
</ol>
<p>To add your &quot;Today&#8217;s Mood&quot;, repeat the process and add &quot;Today&#8217;s Mood&quot; to the <b>key</b> and a description of your mood in the <b>value</b> text boxes and click <b>SAVE</b> to save this information with the post. </p>
<p>On your next post, you can add a new book and mood to your meta-data. In the <b>Custom Fields</b> section, the <b>Key</b> will now feature a pull down list with the previously entered Custom Fields. Choose &quot;Currently Reading&quot; and then enter the new book you are reading in the <b>value</b>. Click <b>Add Custom Field</b> and then repeat the process to add &quot;Today&#8217;s Mood&quot;. </p>
<p>You only need to create a new &quot;KEY&quot; <b>once</b>, after which you can assign a value to that key for every post, if you so desire. You can also assign more than one <i>Value</i> to a key, for a post. This will come in handy for people who read more than one book at a time. </p>
<p><a name="Displaying_Custom_Fields"></a></p>
<h4>Displaying Custom Fields</h4>
<p>With a Custom Field added to the post, it&#8217;s time to display your books and mood to the world. To display the Custom Fields for each post, use the <tt><a href="http://codex.wordpress.org/Template_Tags/the_meta">the_meta()</a></tt> template tag. The tag must be put within <a href="http://codex.wordpress.org/The_Loop">The Loop</a> in order to work. Many people add <tt>the_meta()</tt> template tag to the end of their post or in their <a href="http://codex.wordpress.org/Post_Meta_Data_Section">Post Meta Data Section</a>. Here is a basic example of using the tag: </p>
<pre>&lt;?php the_meta(); ?&gt;</pre>
<p>It might look like this in the source code: </p>
<pre>&lt;ul class='post-meta'&gt;
&lt;li&gt;&lt;span class='post-meta-key'&gt;Curently Reading:&lt;/span&gt; Calvin and Hobbes&lt;/li&gt;
&lt;li&gt;&lt;span class='post-meta-key'&gt;Today's Mood:&lt;/span&gt; Jolly and Happy&lt;/li&gt;
&lt;/ul&gt;</pre>
<p>The template tag automatically puts the entire meta-data into a CSS style called <tt>post-meta</tt>. The <b>key</b> is in a <tt>span</tt> called <tt>post-meta-key</tt> so you can style it in your style sheet. All of this is showcased in an unordered list. </p>
<p>To customize the look of the post-meta list, change the characteristics in your style sheet. For instance, let&#8217;s add some style to our example from the top. The style sheet elements would look like this: </p>
<pre>.post-meta {font-variant: small-caps; color: maroon; }
.post-meta-key {color: green; font-weight: bold; font-size: 110%; }</pre>
<ul>
<li>Currently Reading: Calvin and Hobbes</li>
<li>Today&#8217;s Mood: Jolly and Happy</li>
</ul>
<p>There are also many WordPress Plugins in the <a href="http://wordpress.org/extend/plugins/">Official WordPress Plugin Directory</a> that add some nice features to the job of displaying meta tags. A search for <a href="http://www.google.com/search?hl=en&amp;q=custom+fields+plugin+wordpress&amp;btnG=Google+Search">Custom Field plugins at Google</a> should help you find even more. </p>
<p><a name="Advanced_Techniques_for_Custom_Fields"></a></p>
<h4>Advanced Techniques for Custom Fields</h4>
<p>The following are more advanced techniques for getting and customizing meta-data and custom fields. </p>
<p><a name="Getting_Custom_Fields"></a></p>
<h5>Getting Custom Fields</h5>
<p>To fetch meta values use the <tt><a href="http://codex.wordpress.org/Function_Reference/get_post_meta">get_post_meta()</a></tt> function: </p>
<pre> get_post_meta($post_id, $key, $single);</pre>
<ul>
<li><tt>$post_id</tt> is the ID of the post you want the meta values for. Use <tt>$post-&gt;ID</tt> to get a post&#8217;s ID. </li>
<li><tt>$key</tt> is a string containing the name of the meta value you want. </li>
<li><tt>$single</tt> can either be <tt>true</tt> or <tt>false</tt>. If set to true then the function will return a single result, as a <b>string</b>. If false, or not set, then the function returns an <b>array</b> of the custom fields. </li>
</ul>
<p><a name="Implementation_Details"></a></p>
<h6>Implementation Details</h6>
<p>The PostMeta information is stored in a new table, <tt>$wpdb-&gt;postmeta</tt>. This table has four fields: </p>
<dl>
<dd><tt>meta_id</tt>: A unique id for each entry</dd>
<dd><tt>post_id</tt>: The ID of the post for this metadata</dd>
<dd><tt>meta_key</tt>: The name of the &#8216;key&#8217;</dd>
<dd><tt>meta_value</tt>: The value associated with the key</dd>
</dl>
<p>The values from this table are pulled into a structured multi-dimensional array called <tt>$post_meta_cache</tt>, just after the <tt>$posts</tt> array is fetched in <tt>wp-blog-header.php</tt>. This variable will only contain values for the list of posts fetched for the current page build. The structure of the array will look something like this: </p>
<pre> [
   postid1 =&gt; [
     [
       key1 =&gt; [val1, val2, ...],
       key2 =&gt; [val1, val2, ...],
       ...
     ],
   postid2 =&gt; [ ... ],
   ...
 ]</pre>
<p>So, if you wanted to fetch the &quot;reading&quot; values from post number 256, you use this PHP code: </p>
<pre> // Fetch an array of values for what I'm reading:
 $readinglist = $post_meta_cache[256]['reading'];</pre>
<dl>
<dd>Don&#8217;t forget that <tt>$readinglist</tt> will be an array, not a single value. </dd>
<dd>As of WordPress 2.1, $post_meta_cache isn&#8217;t populated anymore. Get the meta values through the functions mentioned below </dd>
</dl>
<p><a name="PostMeta_Functions"></a></p>
<h5>PostMeta Functions</h5>
<p><a name="Internal_Functions"></a></p>
<h6>Internal Functions</h6>
<p>These functions are intended for use inside <a href="http://codex.wordpress.org/The_Loop">The Loop</a>, and all return arrays. </p>
<dl>
<dt><tt><a href="http://codex.wordpress.org/Function_Reference/get_post_custom">get_post_custom()</a></tt></dt>
<dd>Get all key/value data for the current post. </dd>
<dt><tt><a href="http://codex.wordpress.org/Function_Reference/get_post_custom_keys">get_post_custom_keys()</a></tt></dt>
<dd>Get a list of all key names for the current post. </dd>
<dt><tt><a href="http://codex.wordpress.org/Function_Reference/get_post_custom_values">get_post_custom_values($key)</a></tt></dt>
<dd>Get the list of values for a particular key on the current post. </dd>
<dt><tt>get_post_meta($post_id, $key, $single = false)</tt></dt>
<dd>In WP 1.5 and beyond, this function returns the meta information without cache problems. The function requires the post id, the key, and if <tt>$single</tt> is set to TRUE, it returns only the first result (NOT as an array) for PHP use. </dd>
</dl>
<pre>This will output the resulting meta value (notice the addition of &quot;echo&quot;):
&lt;?php $key=&quot;mykey&quot;; echo get_post_meta($post-&gt;ID, $key, true); ?&gt;</pre>
<p><a name="Template_Functions"></a></p>
<h6>Template Functions</h6>
<p>At the time of this writing, there is only one template function. </p>
<dl>
<dt><tt><a href="http://codex.wordpress.org/Template_Tags/the_meta">the_meta()</a></tt></dt>
<dd>Echoes an unordered list containing the current post&#8217;s meta-data with a class for the UL as <i>post-meta</i> and the LI as <i>post-meta-key</i>. </dd>
</dl>
<p>We expect that independent developers will come up with many interesting uses for post meta-data in the form of plugins. The <tt>the_meta()</tt> template function is just an extremely basic example. </p>
<p>At this time, you can only add and delete entries. The ability to modify existing entries will be implemented later. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.server.ruservers.com/2009/03/using-custom-fields-in-worpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to post to Joomla 1.5.3 using Windows Live Writer</title>
		<link>http://blog.server.ruservers.com/2009/03/how-to-post-to-joomla-153-using-windows-live-writer/</link>
		<comments>http://blog.server.ruservers.com/2009/03/how-to-post-to-joomla-153-using-windows-live-writer/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 01:27:55 +0000</pubDate>
		<dc:creator>Ru Servers</dc:creator>
				<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://blog.server.ruservers.com/2009/03/how-to-post-to-joomla-153-using-windows-live-writer/</guid>
		<description><![CDATA[&#160; Source: http://carolinaregion.com/2008/07/23/how-to-post-to-joomla-153-using-windows-live-writer/ &#160; What you need to make WLW post to Joomla: There are a few requirements to make this work. Of course you’ll need Joomla running on your server and WLW running on your PC. I’m assuming you know that much already. Here’s the rest: MetaWeblog API plugin for Joomla It’s available from: [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Source: </p>
<p><a title="http://carolinaregion.com/2008/07/23/how-to-post-to-joomla-153-using-windows-live-writer/" href="http://carolinaregion.com/2008/07/23/how-to-post-to-joomla-153-using-windows-live-writer/" target="_blank">http://carolinaregion.com/2008/07/23/how-to-post-to-joomla-153-using-windows-live-writer/</a></p>
<p>&#160;</p>
<h5>What you need to make WLW post to Joomla:</h5>
<p>There are a few requirements to make this work. Of course you’ll need Joomla running on your server and WLW running on your PC. I’m assuming you know that much already. Here’s the rest:</p>
<ol>
<li>MetaWeblog API plugin for Joomla      <br />It’s available from: <a href="http://joomlacode.org/gf/project/metaweblogapi/frs/">http://joomlacode.org/gf/project/metaweblogapi/frs/</a>       <br /><a href="http://blog.server.ruservers.com/wp-content/uploads/2009/03/metaweblogapipluginthumb.png" target="_blank" rel="lightbox[168]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="metaweblogapiplugin-thumb" border="0" alt="metaweblogapiplugin-thumb" src="http://blog.server.ruservers.com/wp-content/uploads/2009/03/metaweblogapipluginthumb-thumb.png" width="504" height="79" /></a>       <br />Right click on metaweblog.zip and download the zip file to your PC. </li>
<li>RealSimpleDiscovery Plugin for Joomla (RSD)      <br />It’s available from: <a href="http://joomlacode.org/gf/project/rsd/frs/">http://joomlacode.org/gf/project/rsd/frs/</a>       <br /><a href="http://blog.server.ruservers.com/wp-content/uploads/2009/03/realsimplediscoverythumb.png" target="_blank" rel="lightbox[168]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="realsimplediscovery-thumb" border="0" alt="realsimplediscovery-thumb" src="http://blog.server.ruservers.com/wp-content/uploads/2009/03/realsimplediscoverythumb-thumb.png" width="504" height="72" /></a>       <br />Right click on rsd.jpb and download the zip file to your PC. </li>
</ol>
<h5>Instructions for Installing the Plugins in your back-end Admin.</h5>
<p>Log into your Joomla Admin panel and go to&#160; Extensions –&gt; Install/Uninstall.</p>
<p><a href="http://blog.server.ruservers.com/wp-content/uploads/2009/03/adminmenuthumb.png" target="_blank" rel="lightbox[168]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="adminmenu-thumb" border="0" alt="adminmenu-thumb" src="http://blog.server.ruservers.com/wp-content/uploads/2009/03/adminmenuthumb-thumb.png" width="504" height="169" /></a> </p>
<p>Click “Browse” and then choose the zip files you just uploaded. It doesn’t matter which order you upload them in. You need to upload the MetaWeblog module and the RSD module.</p>
<p><a href="http://blog.server.ruservers.com/wp-content/uploads/2009/03/installscreenthumb.png" target="_blank" rel="lightbox[168]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="installscreen-thumb" border="0" alt="installscreen-thumb" src="http://blog.server.ruservers.com/wp-content/uploads/2009/03/installscreenthumb-thumb.png" width="504" height="312" /></a> </p>
<p>Go to your Plugin Manager and<strong> enable</strong> the MetaWeblog Plugin and <strong>disable</strong> the Blogger API that came with your Joomla installation. (Extensions –&gt; Plugin Manager)</p>
<p><a href="http://blog.server.ruservers.com/wp-content/uploads/2009/03/meta1thumb.png" target="_blank" rel="lightbox[168]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="meta1-thumb" border="0" alt="meta1-thumb" src="http://blog.server.ruservers.com/wp-content/uploads/2009/03/meta1thumb-thumb.png" width="504" height="106" /></a> </p>
<p>While you’re there, also enable the RSD plugin. (If it’s hard to find, that’s because it’s called System – Real Simple Discovery (RSD). </p>
<p><a href="http://blog.server.ruservers.com/wp-content/uploads/2009/03/meta2thumb.png" target="_blank" rel="lightbox[168]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="meta2-thumb" border="0" alt="meta2-thumb" src="http://blog.server.ruservers.com/wp-content/uploads/2009/03/meta2thumb-thumb.png" width="504" height="104" /></a> </p>
<h5>Enable Web Services</h5>
<p>Go to your Global Configuration and choose “yes” to the “Enable Web Services option, which is defaulted to “no.”</p>
<p>This is located under Global Configuration –&gt; System –&gt;System Settings</p>
<p><a href="http://blog.server.ruservers.com/wp-content/uploads/2009/03/enablewebthumb.png" target="_blank" rel="lightbox[168]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="enableweb-thumb" border="0" alt="enableweb-thumb" src="http://blog.server.ruservers.com/wp-content/uploads/2009/03/enablewebthumb-thumb.png" width="504" height="252" /></a> </p>
<p>Now, you’ve finished the Joomla end of the instructions. Now go open Windows Live Writer and let’s create a new Weblog.</p>
<h5>Setting up Windows Live Writer to Talk to Joomla</h5>
<ol>
<li>Open WLW and create a new blog account. </li>
<li>Choose “Another Weblog Service” and press next. </li>
<li>Enter your joomla web site address, your username, and your password. </li>
</ol>
<p>That’s it!</p>
<p>Now, maybe your auto-configuration didn’t work and you need to enter the variables manually. It’s ok, no problem. On the next screen, under type of blog, <strong>be sure you choose MetaWeblog API</strong>, then enter your XML-RPC url, which will be http://yoursite.com/xmlrpc/index.php.</p>
<p>Now it should work.</p>
<h5>Things you should know</h5>
<ul>
<li>You MUST be an admin to post on the site automatically. If you are only a Registered User, Editor, or Publisher, the article will still be posted but will await approval by a moderator before being published publicly. If you ‘re not getting any errors, but aren’t seeing your posts, this might be why. </li>
<li>You must choose the category for your post, or else Joomla will assign is as “uncategorized” which means it gets treated as a static page. Choose the category from the lower left side of the WLW screen.      <br /><a href="http://blog.server.ruservers.com/wp-content/uploads/2009/03/setthumb.png" target="_blank" rel="lightbox[168]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="set-thumb" border="0" alt="set-thumb" src="http://blog.server.ruservers.com/wp-content/uploads/2009/03/setthumb-thumb.png" width="221" height="77" /></a> </li>
<li>If you can’t publish, check to make sure your plugins are enabled properly. If they ARE, and you type http://yoursite.com/xmlrpc/index.php into your browser, you should see something similar to this screen:      <br /><a href="http://blog.server.ruservers.com/wp-content/uploads/2009/03/shouldseethumb.png" target="_blank" rel="lightbox[168]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="shouldsee-thumb" border="0" alt="shouldsee-thumb" src="http://blog.server.ruservers.com/wp-content/uploads/2009/03/shouldseethumb-thumb.png" width="504" height="400" /></a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.server.ruservers.com/2009/03/how-to-post-to-joomla-153-using-windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7.1</title>
		<link>http://blog.server.ruservers.com/2009/02/%d9%86%d8%b3%d8%ae%d9%87-%db%8c-71-2-%d9%88%d8%b1%d8%af%d9%be%d8%b1%d8%b3/</link>
		<comments>http://blog.server.ruservers.com/2009/02/%d9%86%d8%b3%d8%ae%d9%87-%db%8c-71-2-%d9%88%d8%b1%d8%af%d9%be%d8%b1%d8%b3/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 18:16:35 +0000</pubDate>
		<dc:creator>Ru Servers</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://blog.server.ruservers.com/2009/02/%d9%86%d8%b3%d8%ae%d9%87-%db%8c-71-2-%d9%88%d8%b1%d8%af%d9%be%d8%b1%d8%b3/</guid>
		<description><![CDATA[&#160; WordPress 2.7.1, the first 2.7 maintenance release, is now available.&#160; 2.7.1 fixes 68 tickets.&#160; You can automatically upgrade from 2.7 to 2.7.1 via the Tools-&#62;Upgrade menu, or you can visit this page or direct download the package and upgrade manually. Consult the list of fixed tickets and the&#160; full set of changes between 2.7 [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><a href="http://www.wordpress.org" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="wordpress-logo[2]" border="0" alt="wordpress-logo[2]" src="http://blog.server.ruservers.com/wp-content/uploads/2009/02/wordpresslogo2.jpg" width="131" height="46" /></a></p>
<p>WordPress 2.7.1, the first 2.7 maintenance release, is now available.&#160; 2.7.1 fixes <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.7.1&amp;resolution=fixed&amp;order=priority" target="_blank">68 tickets</a>.&#160; You can automatically upgrade from 2.7 to 2.7.1 via the Tools-&gt;Upgrade menu, or you can visit <a href="http://wordpress.org/download/" target="_blank">this page</a> or <a href="http://wordpress.org/latest.zip" target="_blank">direct download the package</a> and upgrade manually.</p>
<p>Consult the <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.7.1&amp;resolution=fixed&amp;order=priority" target="_blank">list of fixed tickets</a> and the&#160; <a href="http://core.trac.wordpress.org/changeset?old_path=tags/2.7&amp;old=10539&amp;new_path=tags/2.7.1&amp;new=10539" target="_blank">full set of changes between 2.7 and 2.7.1</a> for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.server.ruservers.com/2009/02/%d9%86%d8%b3%d8%ae%d9%87-%db%8c-71-2-%d9%88%d8%b1%d8%af%d9%be%d8%b1%d8%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing the Read More in WordPress</title>
		<link>http://blog.server.ruservers.com/2009/01/customizing-the-read-more/</link>
		<comments>http://blog.server.ruservers.com/2009/01/customizing-the-read-more/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 19:36:28 +0000</pubDate>
		<dc:creator>Ru Servers</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.server.ruservers.com/2009/01/customizing-the-read-more/</guid>
		<description><![CDATA[&#160; Source: http://codex.wordpress.org/Customizing_the_Read_More &#160; If you have set your WordPress site to display post excerpts on the front or home page, you will want visitors to click on the title or a link to encourage them to continue reading your post or article, right? WordPress makes this technique easy, and customizable. Contents [hide] 1 The [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Source: <a title="http://codex.wordpress.org/Customizing_the_Read_More" href="http://codex.wordpress.org/Customizing_the_Read_More" target="_blank">http://codex.wordpress.org/Customizing_the_Read_More</a></p>
<p>&#160;</p>
<p>If you have set your WordPress site to display post excerpts on the front or home page, you will want visitors to click on the title or a link to encourage them to continue reading your post or article, right? WordPress makes this technique easy, and customizable. </p>
<h4>Contents</h4>
<p> [<a href="http://codex.wordpress.org/">hide</a>]
<ul>
<li><a href="http://codex.wordpress.org/Customizing_the_Read_More#The_Excerpt_Basics">1 The Excerpt Basics</a></li>
<li><a href="http://codex.wordpress.org/Customizing_the_Read_More#Read_More_Techniques">2 Read More Techniques</a>
<ul>
<li><a href="http://codex.wordpress.org/Customizing_the_Read_More#Link_Jumps_to_More_or_Top_of_Page">2.1 Link Jumps to More or Top of Page</a></li>
</ul>
</li>
<li><a href="http://codex.wordpress.org/Customizing_the_Read_More#Designing_the_More_Tag">3 Designing the More Tag</a>
<ul>
<li><a href="http://codex.wordpress.org/Customizing_the_Read_More#Having_a_custom_text_for_each_post">3.1 Having a custom text for each post</a></li>
<li><a href="http://codex.wordpress.org/Customizing_the_Read_More#Adding_An_Image">3.2 Adding An Image</a></li>
<li><a href="http://codex.wordpress.org/Customizing_the_Read_More#Read_More_is_ignored_on_front_.28home.29_page">3.3 Read More is ignored on front (home) page</a></li>
</ul>
</li>
</ul>
<p><a name="The_Excerpt_Basics"></a></p>
<h4>The Excerpt Basics</h4>
<p>Excerpts show up on WordPress through two methods. One, by replacing the template tag <tt><a href="http://codex.wordpress.org/Template_Tags/the_content">the_content()</a></tt> with <tt><a href="http://codex.wordpress.org/Template_Tags/the_excerpt">the_excerpt()</a></tt>. Then the explicit <a href="http://codex.wordpress.org/Administration_Panels#Write_Post">excerpt</a> you have entered in the <a href="http://codex.wordpress.org/Administration_Panels">Administration</a> &gt; <a href="http://codex.wordpress.org/Administration_Panels#Write_-_Make_some_content">Write</a> &gt; <a href="http://codex.wordpress.org/Administration_Panels#Posts">Post</a> SubPanel will appear, or the first 55 words of the post&#8217;s content. Users can then click on the title to continue reading more as you have enticed them with your summary introduction. </p>
<p>The most commonly used method is to keep <tt>the_content()</tt> template tag and insert a quicktag called <b>more</b> into your post at your desired &quot;cut-off&quot; point. </p>
<p>The <a href="http://codex.wordpress.org/Write_Post_SubPanel#Quicktags">quicktags</a> are the little buttons found above the editing window in your <a href="http://codex.wordpress.org/Administration_Panels">Administration</a> &gt; <a href="http://codex.wordpress.org/Administration_Panels#Write_-_Make_some_content">Write</a> &gt; <a href="http://codex.wordpress.org/Administration_Panels#Posts">Post</a> SubPanel. They include <b>bold</b>, <i>italic</i>, links, and others, and the famous <b>more</b>. Put your cursor where you want to end the excerpted content of your post and click the <b>more</b> quicktag button. It will insert a code at that point that looks like this: </p>
<pre>and I told him that he should get moving or I'd be
on him like a limpet.  He looked at me with shock on
his face and said

&lt;!--more--&gt;</pre>
<p>The rest of the post continues, but when viewed on the non-single/non-permalink web page such as archives, categories, front page, and searches, the post is shown as an excerpt to the <b>more</b> point. </p>
<p><a name="Read_More_Techniques"></a></p>
<h4>Read More Techniques</h4>
<p>The parameters within the template tag <a href="http://codex.wordpress.org/Template_Tags/the_content">the_content()</a> are as follows: </p>
<pre>&lt;?php the_content('more_link_text', strip_teaser, 'more_file'); ?&gt; </pre>
<p>The <b>more_link_text</b> sets the link text like &quot;Read More&quot;. The second one, <b>strip_teaser</b>, sets whether or not the &quot;more&quot; link should be hidden (TRUE) or displayed (FALSE). The default is FALSE, which shows the link text. The last one, <b>more_file</b>, sets the link to the file that the &quot;Read More&quot; should link to, if you want it to be different. By default, it links to the current post file. </p>
<p>To remove the teaser: </p>
<ul>
<li>Change <tt>the_content();</tt> in your <tt>index.php</tt> to (i.e., the second parameter controls this): </li>
</ul>
<pre>the_content('',FALSE,'');&gt;</pre>
<ul>
<li>Include <tt>&lt;!--noteaser--&gt;</tt> in the post text, immediately after the <tt>&lt;!--more--&gt;.</tt></li>
</ul>
<p><a name="Link_Jumps_to_More_or_Top_of_Page"></a></p>
<h5>Link Jumps to More or Top of Page</h5>
<p>By default, when you click on the <b>Read More</b> link, the web page loads and then &quot;jumps&quot; to the spot where the <tt>&lt;--more--&gt;</tt> tag is set in the post. If you do not want that &quot;jump&quot;, you can change the default function of how this works by editing the following line in <tt>wp-includes/template-functions-post.php</tt></p>
<p>(<b>NOTE:</b> In WP 2.1 and later, the code is found in <tt>wp-includes/post-template.php</tt> ). </p>
<p>(<b>NOTE:</b> When you upgrade WordPress, this file will be replaced so make a note of the change so you can change it again after upgrading.): </p>
<pre>$output .= ' &lt;a href=&quot;'. get_permalink()
. &quot;#more-$id\&quot;&gt;$more_link_text&lt;/a&gt;&quot;;</pre>
<p>to </p>
<pre>$output .= ' &lt;a href=&quot;'. get_permalink()
.&quot;\&quot;&gt;$more_link_text&lt;/a&gt;&quot;;</pre>
<p>or </p>
<pre>$output .= ' &lt;a href=&quot;'. get_permalink()
.'&quot;&gt;$more_link_text&lt;/a&gt;';</pre>
<p><a name="Designing_the_More_Tag"></a></p>
<h4>Designing the More Tag</h4>
<p>Seeing that you know how it works, now look at how we can make this little invitation to continue reading your post be more inviting. </p>
<p>By design, <tt><a href="http://codex.wordpress.org/Template_Tags/the_content">the_content()</a></tt> tag includes a parameter for formatting the <tt>&lt;!--more--&gt;</tt> content and look, which creates a link to &quot;continue reading&quot; the full post. </p>
<p>By default, it looks like this: </p>
<p>and I told him that he should get moving or I&#8217;d be on him like a limpet. He looked at me with shock on his face and said <a href="http://codex.wordpress.org/Customizing_the_Read_More#Designing_the_More_Tag">more&#8230;</a></p>
<p>If you want to change the words from <i>more&#8230;.</i> to something else, just type in the new words into the tag: </p>
<pre>&lt;?php the_content('Read on...'); ?&gt;</pre>
<p>Or get more sophisticated and make it fun: </p>
<pre>&lt;?php the_content('...on the edge of your seat? Click
here to solve the mystery.'); ?&gt;</pre>
<p>You can style the text in the tag, too. </p>
<pre>&lt;?php the_content('&lt;span class=&quot;moretext&quot;&gt;...on the edge of
your seat? Click here to solve the mystery.&lt;/span&gt;'); ?&gt;</pre>
<p>Then set the <tt>moretext</tt> class in your <tt>style.css</tt> style sheet to whatever you want. Here is an example of the style which features bold, italic text that is slightly smaller than the default text and uses the <tt>font-variant: small-caps</tt> to force the text into small capital letters. : </p>
<p>and I told him that he should get moving or I&#8217;d be on him like a limpet. He looked at me with shock on his face and said <a href="http://codex.wordpress.org/Customizing_the_Read_More#Designing_the_More_Tag">&#8230;On the Edge of Your Seat? Click Here to Solve the Mystery.</a></p>
<p>Some people do not want the text and prefer to use an extended character or <a href="http://codex.wordpress.org/Fun_Character_Entities">HTML character entity</a> to move the reader on to the full post. </p>
<pre>&lt;?php the_content('&amp;raquo; &amp;raquo; &amp;raquo; &amp;raquo;'); ?&gt;</pre>
<p>Would look like this: </p>
<p>and I told him that he should get moving or I&#8217;d be on him like a limpet. He looked at me with shock on his face and said <a href="http://codex.wordpress.org/Customizing_the_Read_More#Designing_the_More_Tag">» » » »</a></p>
<p>There is another parameter in <tt>the_content()</tt> template tag which will include the title of the post in the <b>more</b> text. Through the use of <tt><a href="http://codex.wordpress.org/Template_Tags/the_title">the_title()</a></tt> tag, the title of the article is included: </p>
<pre>&lt;?php the_content(&quot;...continue reading the story
called &quot; . get_the_title('', '', false)); ?&gt;</pre>
<p>and I told him that he should get moving or I&#8217;d be on him like a limpet. He looked at me with shock on his face and said <a href="http://codex.wordpress.org/Customizing_the_Read_More#Designing_the_More_Tag">&#8230;continue reading the story called A Tale That Must Be Told</a></p>
<p><a name="Having_a_custom_text_for_each_post"></a></p>
<h5>Having a custom text for each post</h5>
<p>Although <tt>the_content()</tt> is usually called from the template with a standard text as described above, it is possible to have an individual text for certain posts. In the visual editor, simply write <tt>&lt;!--more Your custom text --&gt;</tt>. </p>
<p>So, you may have something like this: </p>
<p><tt>&lt;!--more But wait, there's more! --&gt;</tt></p>
<p><a name="Adding_An_Image"></a></p>
<h5>Adding An Image</h5>
<p>The design possibilities with CSS are practically unlimited, and WordPress allows you to use images in many of their <a href="http://codex.wordpress.org/Template_Tags">Template Tags</a>, including the <tt>more</tt> tag. To add an image, there are two ways to do it. Begin with the most simple &#8212; listing it in <tt>the_content()</tt> template tag. </p>
<p>This examples features the image of a leaf after the &quot;Read More&quot; text. </p>
<pre>&lt;?php the_content('Read more...&lt;img src=&quot;/images/leaf.gif&quot;
alt=&quot;read more&quot; title=&quot;Read more...&quot; /&gt;'); ?&gt;</pre>
<p>Notice that the code uses an <tt>ALT</tt> and <tt>TITLE</tt> in the image tag. This is in compliance with accessibility and web standards, since the image is both an image and a link. Here is what it might look like. </p>
<p>and I told him that he should get moving or I&#8217;d be on him like a limpet. He looked at me with shock on his face and said <u>Read More&#8230;</u> <a href="http://blog.server.ruservers.com/wp-content/uploads/2009/01/leaf.gif" target="_blank" rel="lightbox[110]"><img title="leaf" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="46" alt="leaf" src="http://blog.server.ruservers.com/wp-content/uploads/2009/01/leaf-thumb.gif" width="37" border="0" /></a> </p>
<p>You could even add a style to the image and <tt>more</tt> tag, as mentioned above, to style it even more. To use the image without the &quot;Read More&quot; text, just delete the text. </p>
<p>The second example uses the CSS background image. We have described how to use style classes in the above examples. This is a little tricker. The container&#8217;s style must be set to allow the background image to show out from behind the text. If you were to use the above example as a background image, the <tt>style.css</tt> style sheet for this might look like this: </p>
<pre>.moretext {
   width: 100px;
   height: 45px;
   background:url(/images/leaf.gif) no-repeat right middle;
   padding: 10px 50px 15px 5px}</pre>
<p>The 50px padding against the right margin should make sure the text is pushed over away from the image as to not overlap it. The height ensures that the container will expand wide enough so the image is visible within the container, since a background image isn&#8217;t &quot;really there&quot; and can not push against the container&#8217;s borders. You may have to experiment with this to fit the size and shape of your own image. </p>
<p>You have gotten the basics. From here, it is up to your imagination. </p>
<p><a name="Read_More_is_ignored_on_front_.28home.29_page"></a></p>
<h5>Read More is ignored on front (home) page</h5>
<p>Please remember that on the home page (<code> is_home() == TRUE </code>), the <code>&lt;!--More--&gt; </code>tag is ignored unless you turn on it again using the following code: </p>
<pre>global $more;
$more = 0;</pre>
<p>See <a href="http://wordpress.org/support/topic/168032">More tag ignored on home page</a> forum topic. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.server.ruservers.com/2009/01/customizing-the-read-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
