mschmidt2
Forum Replies Created
-
With version 1.5.6 of the plugin, that problem has been solved!
Forum: Fixing WordPress
In reply to: TinyMCE removes base64 image from textarea!Hey fpdecuzzi,
Since I could not solve the problem, I fixed the problem with the solution from this blog article: http://rschu.me/convert-and-replace-embedded-base64-images-in-wordpress/
cheers
Forum: Fixing WordPress
In reply to: Custom Post URLsNope, blog referenced with /blog/%postname%/ to the regular post-type that came with the wordpress installation and blog-2, blog-3… (names are for example only!) are registered custom_post_types. I refresh the permalink structure unsuccessfully more than once after registering the custom_post_types in my functions.php.
How many post types are you registering?
I do not know yet but if it works only with one custom_post_types, i can rule the world with thousands of separate blogs 😉cheers
Forum: Fixing WordPress
In reply to: Custom Post URLsHey Evan,
Your solution i tried this afternoon. Unfortunately it works only with ONE blog. If i use more than one blog (register_post_type) I get in trouble!
I tested the “Enhanced Custom Permalinks” Plugin and register a custom_post_type. WordPress set the global permalink structure as root and set up a permalink structure like this: /blog/blog-2/. If i changed the structure directly in my database tables to /blog-2/, nothing works anymore and i get a 404 error no matter which link i visit.