graemep
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: User Levels: Allowed to Edit?There seems to have been a hack for this, but from the date its obviously pre WP 1.5. Described here:
http://comox.textdrive.com/pipermail/hackers/2004-June/000369.html
Presumeably something similar could be done (or has been??) for 1.5, I would certainly find if useful.
Forum: Everything else WordPress
In reply to: Link to own Post creates a Comment, Duh!Thanks, Kafkaesqui, that helps.
If there is any way to stop pingback in the former case I would prefer it.
Forum: Everything else WordPress
In reply to: Link to own Post creates a Comment, Duh!I have the same problem of self-pingbacks, and turning off “Attempt to notify any Weblogs linked to from the article” does not stop it.
This seems to be a fairly long standing problem as it is discussed here:
http://wordpress.org/support/topic.php?id=3468
although I assume that applies to an earlier version so I am not attempting the solution given there.
Forum: Fixing WordPress
In reply to: Maximum number of categoriesI did not think of the archive pages, but that should be OK. If anyone knows of any other potential problems please tell me now rather than find out the hard way!
What I want to do is use WP as a CMS because the largest and most frequently updated part of the site should work well as a blog . That section currently consists of regularly updated pages, the idea is to replace this with a category so that contains posts. One (desirable) consequence that older stuff remains available after updating but the newest stuff appears first. So the page currently at:
mysite.com/yyy/xxx.html
will be replaced by a category at
mysite.com/yyy/xxx/
Thats just one of the problems of course……
Forum: Your WordPress
In reply to: WP as CMS: A Case StudyHow easy was the import of the static HTML pages?
I am considering moving a somewhat smaller site (< 500 pages) to WP.
I would need to import the contents of one directory as posts and of the others as WP static pages. The HTML is fairly consistently structured so I basically need to import the contents of the <title> tag as the page title and the contents of the first <div> as the page contents. On problem is that it is not XHTML.
How hard does it sound?