lonelychina
Forum Replies Created
-
Forum: Plugins
In reply to: phpGiggle 1.3.0 ReleasedI have tried both “phpGiggle” and ” “sh-autolink” and found there is something I do not like it.
For seo or other reason certain words may be repeated in the post, but if link should be apprear on all the words the post looks very ugly.
Is there any way to limit the links for the same word in each post to apprear only once?
Thanks!Forum: Plugins
In reply to: Using wordpress to make a huge music site with band artist profilesThe only way of understanding the wordpress is installing it on your site as a test and play with it for a while untill you find a way to do what you want to do.
word press is very powerful and simple but you have to read and test alot to dig its potentials.As fresh installing is easy, why do not you just do it again since you have implied there is not searious things in your database?
Forum: Plugins
In reply to: Plugin for advanced date posting?Garbonzo!
There is a plugin which will prevent the problem you are thinking.Ihave not tested yet but the comments are quite positive.Wp-Cron With Future Pings
http://weblogtoolscollection.com/pluginblog/2005/05/21/wp-cron-update-1/Forum: Plugins
In reply to: My WP Plugins Update Mar 06This is eactly what I am looking for my travel blog.
Forum: Themes and Templates
In reply to: How to restore the defult header?You can reupload the header.php file again so it will replace the new file and your defult header will be restored.
Forum: Fixing WordPress
In reply to: Creating a Page to Display One CategoryI am using a code which can do the job.
Create a php page and use following code anyware you want.Remember to set ID number of the category from which you want to drag the posts in your pages.
<?php c2c_get_recent_posts ($num_posts = 5,
$format = ”- %post_URL%
“,
$categories = ‘3’, // space separated list of category IDs — leave empty to get all
$orderby = ‘date’,
$order = ‘DESC’, // either ‘ASC’ (ascending) or ‘DESC’ (descending)
$offset = 0, // number of posts to skip
$date_format = ‘m/d/Y’, // Date format, php-style, if different from blog’s date-format setting
$authors = ”, // space separated list of author IDs — leave empty to get all
$include_passworded_posts = false) ;?>Forum: Themes and Templates
In reply to: Conditional Tag for calling SidebarI am also looking fro the same solution. Somebody help!
Forum: Fixing WordPress
In reply to: Conditional tagspcmt, the code you have posted seems to the one I was looking for. But, I am a newbie can you put the code little detailed?
Thanks.Forum: Installing WordPress
In reply to: Sidebar slided down the pageI think the problem still lies within the style sheet.