<?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>weblines &#187; Learning WordPress</title>
	<atom:link href="http://weblines.com.au/category/learning-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblines.com.au</link>
	<description>website services for small business, organisations and individuals</description>
	<lastBuildDate>Mon, 26 Jul 2010 05:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Introduction to WordPress Basics</title>
		<link>http://weblines.com.au/learning-wordpress/introduction/</link>
		<comments>http://weblines.com.au/learning-wordpress/introduction/#comments</comments>
		<pubDate>Thu, 20 May 2010 07:25:56 +0000</pubDate>
		<dc:creator>aileen</dc:creator>
				<category><![CDATA[Learning WordPress]]></category>
		<category><![CDATA[WordPress Basics]]></category>

		<guid isPermaLink="false">http://weblines.com.au/?p=237</guid>
		<description><![CDATA[Nice, clear help pages for people who are using WordPress to add and edit blog posts or website content.]]></description>
			<content:encoded><![CDATA[<p>Starting a new series of of help items, aimed at people who want to write Posts or edit Pages in WordPress but have had little previous exposure to it.</p>
<p>This is really a series of Help pages for my own clients, people for whom I have set up a Blog or used WordPress as the content management system for their site.</p>
<p>People who have installed WordPress for themselves can probably manage by searching the internet or scouring through the WordPress documentation at <a href="http://codex.wordpress.org">http://codex.wordpress.org</a>.</p>
<p>But I want to provide nice, clear help pages for people who will be using WordPress to add and edit blog posts or website content.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblines.com.au/learning-wordpress/introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the_content v the_excerpt</title>
		<link>http://weblines.com.au/learning-wordpress/the_content-v-the_excerpt/</link>
		<comments>http://weblines.com.au/learning-wordpress/the_content-v-the_excerpt/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 04:30:14 +0000</pubDate>
		<dc:creator>aileen</dc:creator>
				<category><![CDATA[Learning WordPress]]></category>

		<guid isPermaLink="false">http://weblines.com.au/learning-wordpress/the_content-v-the_excerpt/</guid>
		<description><![CDATA[Which function is the simplest and most versatile when you want to include extracts rather than entire posts on pages?]]></description>
			<content:encoded><![CDATA[<p>If I have a group of posts, it is easier for a user to see what is available, and to choose what to read, if just an extract is shown, rather than, say, 10 posts, all listed one after another.  It seems that, for a Group page (a page which shows a group of posts), it would be a better presentational style to use extracts rather than entire posts.</p>
<p>The next question is then what function to use to achieve the extracts.  There are basically 3 options within WordPress:-</p>
<ol>
<li><strong><a target="_blank" href="http://codex.wordpress.org/Template_Tags/the_content">the_content()</a></strong> &#8211; Make a practice of starting each post with a snappy introduction, followed by the &lt;!&#8211;more&#8211;&gt; tag.  Then, on each Group page, use the_content() function when the post content is required.  The page will show just that first section of each post. The whole post only appears on its own page or in loops which are displaying only one post. A handy optional parameter of the_content (the first parameter) is the text which you want to use for the <strong>&#8220;more&#8221;</strong> link; if you leave this parameter empty, it will appear as &#8220;more&#8230;&#8221;</li>
<li><strong><a target="_blank" href="http://codex.wordpress.org/Template_Tags/the_excerpt">the_excerpt()</a></strong> &#8211; Make a practice of including a snappy summary of each post in the Optional Excerpt section on the Post edit page.  Then, on each Group page, use the_excerpt().  The page will show just that selected Excerpt, or the first 120 words of the post, if you forgot to enter an Optional Excerpt. There are no optional parameters for this function.  Use of the_content() will continue to display the whole post on any page where it is used.</li>
<li><strong><a target="_blank" href="http://guff.szub.net/2005/02/26/the-excerpt-reloaded/">the_excerpt_reloaded()</a></strong> &#8211; This plugin provides a function similar to <strong>the_excerpt()</strong> except that it supports some optional parameters, thus giving you more choice of format on pages which include extracts.  Parameters include <strong>excerpt length</strong>, <strong>&#8220;more&#8221; text</strong> and <strong>allowed tags</strong> (the_excerpt shows only text and does not action any format tags; this parameter allows you to specify any tags which you want to be formatted within the excerpt). </li>
</ol>
<p><span id="more-31"></span>Ideally, I&#8217;d like to display the same page using all 3 different options.  And maybe one day, when I have lots of categories and posts to play with I will do just that.  But I think for now I will just have to make a choice. </p>
<p>Because I want to have the flexibility to display whole posts when it suits me, I shall choose <strong>the_excerpt</strong> over <strong>the_content</strong> for now.  And because of the extra versatility it offers, I think I will have to give <strong>the_excerpt_reloaded</strong> a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblines.com.au/learning-wordpress/the_content-v-the_excerpt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extracts or Whole Posts?</title>
		<link>http://weblines.com.au/learning-wordpress/extracts-or-whole-posts/</link>
		<comments>http://weblines.com.au/learning-wordpress/extracts-or-whole-posts/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 08:29:55 +0000</pubDate>
		<dc:creator>aileen</dc:creator>
				<category><![CDATA[Learning WordPress]]></category>

		<guid isPermaLink="false">http://weblines.com.au/learning-wordpress/extracts-or-whole-posts/</guid>
		<description><![CDATA[I want to explore whether to show whole posts or selected extracts of posts.  This applies to what I shall call a Group page - any page which shows a set of posts rather than a single post (Category pages or Archive pages or the Blog index page). ]]></description>
			<content:encoded><![CDATA[<p>I want to explore whether to show whole posts or selected extracts of posts.  This applies to what I shall call a Group page - any page which shows a set of posts rather than a single post (Category pages or Archive pages or the Blog index page). </p>
<p>To explore this, I have created 2 sets of Group pages:-</p>
<ol>
<li>1 set shows the entire contents of all the selected posts</li>
<li>the second set shows just extracts of the selected posts, with links to the whole post</li>
</ol>
<p>Now I can compare these 2 sets of pages and decide which I like best.</p>
<p>There is one Blog index page <a href="http://weblines.com.au/sample-page-with-posts/">showing whole posts</a> and an alternative one <a href="http://weblines.com.au/sample-page-with-extracts/">showing excerpts only</a>.</p>
<p>There is 1 selected Category <a href="http://weblines.com.au/category/learning-wordpress/">page showing excerpts</a>, while the rest <a href="http://weblines.com.au/category/technical-notes/">show whole posts</a>.</p>
<p>I think that is enough to allow me to choose a favoured approach.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblines.com.au/learning-wordpress/extracts-or-whole-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now We&#8217;re Rolling</title>
		<link>http://weblines.com.au/learning-wordpress/now-were-rolling/</link>
		<comments>http://weblines.com.au/learning-wordpress/now-were-rolling/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 01:58:06 +0000</pubDate>
		<dc:creator>aileen</dc:creator>
				<category><![CDATA[Learning WordPress]]></category>

		<guid isPermaLink="false">http://weblines.com.au/learning-wordpress/now-were-rolling/</guid>
		<description><![CDATA[Having dug into the documentation and solved some mysteries regarding the header of the Default theme and the version of code used in the Connections theme, I've made a lot of progress with that list of early first steps.]]></description>
			<content:encoded><![CDATA[<p>Having dug into the documentation and solved some mysteries regarding the <a href="http://weblines.com.au/learning-wordpress/wordpress-default-kubrick-theme/">header of the Default theme</a> and the <a href="http://weblines.com.au/learning-wordpress/a-learning-leap/">version of code</a> used in the Connections theme, I&#8217;ve made a lot of progress with that list of early first steps.   Here&#8217;s what I&#8217;ve now done:</p>
<ol>
<li>Edited the templates &#8211; single, archive, date, category, and post templates, to make the layout more like I want.</li>
<li>Made minor changes to the style sheet, will add more as I go along. </li>
<li>Changed the header image. May have fun with header, logo etc as I go along. </li>
<li>Got the <a href="http://weblines.com.au/growing-a-website/the-home-page/">home page</a> to operate as I want.  I have set up a static home page, with some extracts from the blog as teasers and have kept a separate blog. </li>
<li>Added a little light-hearted stuff to <a href="http://weblines.com.au/about/">About</a>, could do with some more.</li>
<li><a href="http://weblines.com.au/learning-wordpress/special-layout-for-one-category/">Set up a template specifically</a> for the Growing a Website category, which shows items in date order (oldest first) rather than reverse date order (newest first).</li>
<li>Got Search working. The only problem was its use of &#8220;old&#8221; WordPress code and layout &#8211; in fact, removing the &#8220;leave this line&#8221; at the top of the search template (which must have been historical) got it working.</li>
<li>Outstanding: my attempt to create a <a target="_blank" href="http://codex.wordpress.org/Pages">Page</a> which is actually my blog&#8217;s front page (see point 4).  As Pages in WordPress are completely different beasts to post Archives (that is, any page which contains a collection of posts and therefore requires &#8220;The Loop&#8221;), I have a feeling that what I am after is not worth the effort.  It may remain outstanding for a while&#8230;.</li>
</ol>
<p>I&#8217;ve done all this using two different themes, so I can learn the workings of two different approaches and change between them when I feel like it.</p>
<p>So, what&#8217;s next?</p>
<p>I think the major drive now is to start adding sensible content posts and pages, to build up the content of my website, prior to starting work on some others (based on my recent experience). </p>
]]></content:encoded>
			<wfw:commentRss>http://weblines.com.au/learning-wordpress/now-were-rolling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Learning Leap</title>
		<link>http://weblines.com.au/learning-wordpress/a-learning-leap/</link>
		<comments>http://weblines.com.au/learning-wordpress/a-learning-leap/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 02:14:03 +0000</pubDate>
		<dc:creator>aileen</dc:creator>
				<category><![CDATA[Learning WordPress]]></category>

		<guid isPermaLink="false">http://weblines.com.au/learning-wordpress/a-learning-leap/</guid>
		<description><![CDATA[I've dug more deeply into the WordPress code and documentation and I've learned the importance of knowing which version you are reading about v which version you are using]]></description>
			<content:encoded><![CDATA[<p>Well, since last writing, I&#8217;ve dug more deeply into the WordPress code and the documentation and I&#8217;ve learned a few things&#8230;..</p>
<ul>
<li>I&#8217;m using WordPress version 2.1</li>
<li>the <a target="_blank" href="http://codex.wordpress.org/Using_Themes">Theme</a> which first took my fancy, and which I&#8217;ve been learning with, uses the functions available in WordPress 1.2</li>
<li>most of the documentation applies to version 1.5 and later</li>
</ul>
<p>That combination has cost me a few hours, to say the least.  I&#8217;ve been trying adapt my theme using guidelines described for v1.5 and above and they&#8217;ve not worked with my v1.2 theme!</p>
<p>When, in frustration, I changed back to the theme which comes as Default with WordPress 2.1 (also known as the Kubrick theme), I found that my adaptations worked well&#8230;. but then I could not change the <strong>header</strong>! </p>
<p>Well, <a href="http://weblines.com.au/learning-wordpress/wordpress-default-kubrick-theme/">the header problem is now resolved</a> and I now understand <a href="http://weblines.com.au/technical-notes/the-best-loop/">how to bring my v1.2 theme up to date</a>, so that it then implements my adaptations successfully. </p>
<p>My next question is which theme to use to move forward</p>
<ol>
<li>with my own site, and</li>
<li>as a template I am comfortable with for future development work</li>
</ol>
<p>A pleasant concern to have <img src='http://weblines.com.au/pages/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://weblines.com.au/learning-wordpress/a-learning-leap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
