This blog will explain how WordPress supports display of selected posts. Specifically, how to create a link to a page of posts that:
a) are posted by an individual user
b) are in a particular activity
c) include a particular set of tags
d) contain particular words*
* http://lis4351.blogs.ci.fsu.edu/?p=140
Finding an individual user:
To link to a post made by an individual user, after the URL, you must enter the following: ?author-name=”enter username here“.
** The username is the name that posts are published under **
Sample: Here is a link to all of the posts I have made to the LIS4351 Interaction Design blog.
http://lis4351.blogs.ci.fsu.edu/?author_name=apr07
Finding a particular activity:
To find a particular activity within the blogs you must use the Category ID Number. To get to it you must add the following information after the URL: ?cat=”enter Category ID here“.
Sample: Here is a link to all the posts in the ”Activities Category.”
http://lis4351.blogs.ci.fsu.edu/?cat=9
Linking with a particular set of tags:
To link to posts with a particular set of tags, you simply add the following after the URL: ?tag=”enter tag here“.
You can even add multiple tags to your search by adding a “+” (for and) between the tags you wish to search by. ** This will only display posts that are tagged with BOTH terms. **
Sample: Here is a link to all the posts with the tag “kindle.”
http://lis4351.blogs.ci.fsu.edu/?tag=kindle
Searching for specific terms:
You can search blogs based on the actual content in the blog. This is done by searching for terms within the post. In order to do this, like before, you must add the following after the URL: ?s=”enter term here“.
Sample: Here is a link to all of the posts that contain the term “labjan24.”
http://lis4351.blogs.ci.fsu.edu/?s=labjan24
Sphere: Related ContentPosted: February 28th, 2008 under Labs.
Comments: none