cataua
Forum Replies Created
-
Forum: Plugins
In reply to: [Timeline Express] Error 500 when update pluginHi, @codeparrots! Unfortunatly, no! They just give the normal message from the server.
Forum: Fixing WordPress
In reply to: WP_Query and post__inYes, I already did this and give the same return :/ Funny I made a short code for the next sections and works well the post__in and WP_Query….. :/
Forum: Fixing WordPress
In reply to: WP_Query and post__inThe $include give me a array with the Ids, like this
Array ( [0] => 418 [1] => 1 [2] => 922 ), and yes the $include array give only the three Id’s there I get from the DB.Forum: Reviews
In reply to: [W3 Total Cache] Great!Sure, Frederick….I’d really like the plugin, helps me a lot, the only thing for me it’s I’m feeling a little lost in there.
Forum: Hacks
In reply to: Custom Post Type; Admin Can't Publish or DeleteI have this same problem, but in my case I create 3 CPTs and all just show to publish as draft, but just only save like draft, the others two publish normal.
Forum: Plugins
In reply to: Podpress Vs Custom Post TypeI’m looking for the same. I get the podpress.php on the plugin directory and add the line add_meta_box with my custom post type, but I think when the plugin will update i’ll lost this modifciation.