ivancamilov
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress failed in HP Fortify Scanj4m35bond, I’m having the same issue… did you get your project approved?
Forum: Plugins
In reply to: [JSON API] Access-Control-Allow-OriginI believe this has to be in your .htaccess. Take a look at https://enable-cors.org/server_apache.html
Hi Jenny
Custom post types are pretty useful in a lot of ways; perhaps you have a site about lifestyle where recipes are part of it, and you would like to handle “Food” and “Drink” as custom post types, so you could have additional custom fields or taxonomies applied to them.
In that case, you’d definitely want to share your recipes on social sites to get more traffic to your site. As a matter of fact, by using stuff like Facebook’s Open Graph you could have your users share stuff like “Camilo prepared a Vodka Martini on jennysplace.com” on your user’s timeline.
Cheers!
Forum: Fixing WordPress
In reply to: pushpress not workingI’m commenting a little late, but perhaps you have some caching issues with your feed… have you tried looking at your RSS feed (https://YOURBLOGURL.com/feed) as you publish to see if it updates correctly?
Forum: Plugins
In reply to: [Term Menu Order] Doesn't work in WP 3.2tried it, works great. Thanks for the update! ??
Forum: Plugins
In reply to: [Term Menu Order] Doesn't work in WP 3.2I’ll try this version and let you know :).
I’d be happy to translate it to spanish, you can send me your POT file to ivan [at] platafor.ma ??
Minify doesn’t seem to work with a moved content folder yet (I’m using
WP_CONTENT_DIR
). Any way around this?Forum: Plugins
In reply to: [W3 Total Cache] Support WP_CONTENT_URLBump! I’d really like this too!
Forum: Plugins
In reply to: [Term Menu Order] Doesn't work in WP 3.2I ended up using your plugin, although slightly modified. I’m using the term_group field (which isn’t being used for anything else, AFAIK) instead of the menu_order field. Perhaps you could update your plugin to do this? you wouldn’t need a new column to do it ??
BTW, if you’d like a translation to Spanish, send me your .po file.
It does support them. You should check if the posts have the comments enabled (there’s a check in the post edit form) and if the custom post type supports comments, ie:
'supports' => array( 'title', 'editor', 'thumbnail', 'excerpt', 'trackbacks', 'revisions', 'comments', 'custom-fields' ),