Marcomail
Forum Replies Created
-
Forum: Plugins
In reply to: Dropdownmenu for categories ?i use “Drop Down Categories” and it works very good
Forum: Plugins
In reply to: two different navigation menubump
Forum: Fixing WordPress
In reply to: wordpress pages in supplemental resultthe content is unique
Forum: Plugins
In reply to: Contact for with Attachment option?with cform is possible send the entry directly in a wordpress draft and not in my e-mail ?
Forum: Plugins
In reply to: New Plugin: WP Open Adsis possible show a banner after X posts on the main index ?
Forum: Plugins
In reply to: an image for new post in a categoryI think is not diffisult for a php coder…just check for every category if in the last 48 hours there is a post..if yes add the “new post” image
Forum: Plugins
In reply to: an image for new post in a categoryI think is not diffisult for a php coder…just check for every category if in the last 48 hours there is a post..if yes add the “new post” image
Forum: Plugins
In reply to: “New” Icon for Category Listi’m interested to the same plugin 🙂
Forum: Fixing WordPress
In reply to: updated 8 hours ago [technorati]Yes, but i think here could help me…i could set my option with +8 hours ?
Forum: Plugins
In reply to: WP Plugin – Attach Links 1.0I have a javascript error when i try to click on an external link, i use IE6
Forum: Fixing WordPress
In reply to: show the latest updated categorybump
Forum: Fixing WordPress
In reply to: xmlrpc_publish_post🙁
Forum: Fixing WordPress
In reply to: xmlrpc_publish_postWhy doesn’t work ?
$post_content = sanitize_title($_POST['post_title']); $generatedtags = $utw->generateKeywords($post_content); $tags = $wpdb->escape($generatedtags); $tags = explode(',',$tags); $utw->SaveTags($postID, $tags);this script works with the action publish_post but not with xmlrpc_publish_post
Forum: Plugins
In reply to: feedwordpress delete target=”_blank” from my feedbump
Forum: Fixing WordPress
In reply to: xmlrpc_publish_postOtto i love you eheheh is possible include this action on wp 2.0.5 ?