daisyhead
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category pages only showing first 3 entriesThanks Moshu! I’ll try one of the above plugins.
Forum: Fixing WordPress
In reply to: Category pages only showing first 3 entriesIt just doesn’t make sense to me. I figured the # of posts option would be for the index page only and the category pages would list EVERY post in a category. I know I have done this other CMS’s so I figured there would be a way to do this with WordPress.
There has to be a different way to then to set the # of posts to a different number. If what you’re saying is true, then I would have to set that number to infinity to show EVERY single post in a category. I’m sure there is a better way to do this.
Anyone else?
Forum: Fixing WordPress
In reply to: Cannot get categories to sort alphabeticallyI guess I should have looked a little longer. I just found my answer in this thread.
Forum: Everything else WordPress
In reply to: What Track Links’ Update Times option do?The answer to this thread can be found HERE. Basically you need to go into your database and change the symbol there. Hth!
Forum: Plugins
In reply to: Update Links Plugin.Redbox, from what I understand, the current version of WP (1.5 and above) does not utilize the links-update-cache.xml file. That is from an older version.
What is used now is wp-admin/update-links.php. I am not even using the plugin now. I have just setup a cron job that runs the wp-admin/update-links.php file every hour or so to update my links.
I hope this helps!
Forum: Fixing WordPress
In reply to: Recently updated links not showingAh! Never mind! Just got it! Thanks so much for the help Beel!
Forum: Fixing WordPress
In reply to: Recently updated links not showingOkay, I’m still learning to work with my WP database. I’m currently in wp-options but not sure where to go now Beel. Can you offer some more assistance? I would really appreciate it!
Forum: Fixing WordPress
In reply to: Recently updated links not showingI have scoured my link options. I see no where to change what shows up when your linkroll reads are updated.
Forum: Plugins
In reply to: Update Links Plugin.Eh, I just created a cron job to run update-links.php. Thanks anyway!
Forum: Everything else WordPress
In reply to: What Track Links’ Update Times option do?I finally got my linkroll to update by setting up a cron job, but I would like to change the symbols that show up when a blog is updated. I don’t like the >> and << it uses. Any idea where or how I can change that???
Forum: Fixing WordPress
In reply to: Recently updated links not showingI finally did just do a cron job. It seems the plugin I was using to update my linkroll doesn’t work with V1.5. Thanks Beel!
What I would like to do now is change the symbols that show up on my recently updated blogs. Any idea how to do that??
Forum: Everything else WordPress
In reply to: What Track Links’ Update Times option do?I still haven’t figured this out. Can anyone help???????
Forum: Plugins
In reply to: Update Links Plugin.I have tried everything mentioned in this thread as well as another one and still can’t get my links to update. I’m not getting any information in my links-update-xml.php file. Nothing.
Is anyone willing to troubleshoot with me?
Forum: Fixing WordPress
In reply to: Recently updated links not showingWhere do you insert the:
include_once(ABSPATH.WPINC.’/links-update-xml.php’);
Thanks!
Forum: Fixing WordPress
In reply to: Permalink Postname Not WorkingAnnoying when no one answers your questions isn’t it?
I’m having the same problem with my permalinks. My archives work fine, but I can’t get my individual entry permalinks to work unless I use the following:
/%year%/%monthnum%/%postname%/
I wanted mine to read like this:
http://daisyhead.org/archives/%year%/%monthnum%/%category%/%postname%/
But I when I try it like that, I also get the “Sorry! No posts matched your criteria!” error message.