dassaffe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: insert Media breaks codeI will give it a shot, thank you 🙂
Forum: Fixing WordPress
In reply to: Generic sitesokay, here is my attempt:
if I edit the “single.php”, i could check:
If (url has params) (if param = pc) ... show content of that parambut since this site doesn’t exist as a page in the DB, WP throws an 404. But there MUST be a way to tell WP, that it should handle such requests / links and make us of the existing params in the url.
Forum: Fixing WordPress
In reply to: Generic sitesmaybe now someone? :/
Forum: Fixing WordPress
In reply to: Generic sitesAre there maybe plugins for that case?
Sigh, thats so weird. I really like WP, hope there is a way to add generic sites :]Forum: Fixing WordPress
In reply to: Generic sitesWell, okay.
Of course it is possible, since it is based on PHP.
From that point, of course i can somehow quick and dirty try to manipulate the url-manager, extend the core with hacks etc.As you already mentioned: A single author uses facilities, but i don’t want anyone to do something in that case. Everything shoudl be “automagic”.
But you are right… so, does WP give me enough of the facilities?