Michael Lenhart
Forum Replies Created
-
Forum: Plugins
In reply to: [Broadcast] Checkbox- Always on- ConfigurationHello Edward,
thx for your answer.
I have written my little Plug-In which change the always on option by using jquery,
but it’s not the best solution and I think you should earn some money for your great work 😉
so we are going to buy the User & Blogs Settings Addon.Cheerz Michael
Forum: Fixing WordPress
In reply to: Custom Taxonomy archiv page->wp_query not working with numbersThe problem was resolved. The issue was the slug by creating a faculty.
I changed the slug by faculty 01 to faculty-01 and then the wp_query was not able to find the post because it was looking for the term 01 and not faculty-01. So I changed the slug to 01 and it works like a charm.@timocouckuyt
Thx a lot, that was exactly what I was looking for.
Great Job.
In combination with this Code from Richard Gabriel http://illuminatikarate.com/blog/wordpress-only-show-authors-their-own-posts-and-media-in-the-admin-area/#comment-17545
it works great.Greetz Michael
Thx chronoshift, that’s it. I didn’t know that there was this easy function do_shortcode() with that you can execute the shortcodes.
Now it works like a charm.
Greetz Michael
I’m getting the same error… someone who can helps out?