mic79
Forum Replies Created
-
Forum: Plugins
In reply to: [Pagely MultiEdit] [Plugin: Page.ly MultiEdit] Video inside Multiedit sectionPeople in this thread seemed to have found a solution, but it doesn’t seem to work for me.
Activated the shortcodes option, tried using the youtube shortcode with no success (just displays as text) and tried the embed code from youtube, which seems to include the script, but the block on the website stays white (no javascript?).
Can anyone help with this please?
Forum: Plugins
In reply to: [Media Tags] Media-tags slug sanitizing not working on special charactersPerfect! Tested and 100% ok!
Many thanks!
Forum: Plugins
In reply to: [Media Tags] Media-tags slug sanitizing not working on special charactersThanks for taking the time to look into this! I tested creating a new category in a post with special characters and the category slug got sanitized correctly.
Defining a new Media-tag in the Edit Media window leads to a non-sanitized Media-tag slug.
Forum: Plugins
In reply to: [Media Tags] Use a variable in the tag selection (i.e. media_tags=$tagname)@jamieisboss: You probably figured it out by now, but just for the record, like this it should work:
$media_items = get_attachments_by_media_tags('media_tags='.$thistag);Forum: Plugins
In reply to: [Bogo] How to get the posts of languages other than the defaultThat worked perfectly, thanks!
example:
query_posts('posts_per_page=-1&orderby=menu_order&order=ASC&lang=en_US');