maniacsoftwaremaniacsorg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using blog-rollsAh… Found an explanation here: http://blogged.btvillarin.com/2005/02/15/update-links/
Manually calling ‘update-links.php’ helped. Then all my questions transform to another two 🙂
– where to start investigating why it isn’t working automatically? Special file permissions? User rights accessing cron? What’s the best way to do it without cron (I think executing it on index page request is a bit too frequent)
– Last updated times show up only in ‘title’, not anywhere near links (checkbox ‘Show updates’ checked). Why that?
Forum: Fixing WordPress
In reply to: `<!–more–>` doesn’t workAh! That was it. I’ve added second post (though already deleted) and ‘Read More’ links have magically appeared :-). Now I’ll just wait for blog to grow beyond its start.
Thank you for keep sying me about ‘single page’ issue. But isn’t it a bug actually?
Forum: Fixing WordPress
In reply to: `<!–more–>` doesn’t workAmm… Well :-). I understand that single post may look confusing. But, yes, I can’t get it working on the index page. And with default template (Kubrick) too.
Forum: Fixing WordPress
In reply to: `<!–more–>` doesn’t workActually I have 10 posts per page in the config. Or do you mean it won’t work with only one post in whole database?
And on archive page it breaks not in the place where I put
<!--more-->. Strange %-)Forum: Fixing WordPress
In reply to: `<!–more–>` doesn’t workTried on a separate line. Same reaction, just the empty links is now in its own paragraph.
Yes, I’ve read Codex about Read More before posting here… As far as I understand simple
<!--more-->without customisation should work. But doesn’t…