jkoon
Forum Replies Created
-
Forum: Plugins
In reply to: [Instant Articles for WP] Include custom fields in feedThanks jamestylerpatton, let me know if you find a way to get the video above the content.
Forum: Fixing WordPress
In reply to: Confirm that publish_future_post hook does not work?I was trying to use global $post in the function which turns out to not be correct. Try using this code:
function test_action ( $post_id ) { update_post_meta( $post_id, 'hook_fired', 'true' ); }Here is a link to my closed bug report for more information: http://core.trac.ww.wp.xz.cn/ticket/23700#comment:1
Forum: Plugins
In reply to: [Safe Report Comments] Fix for different Site & WP URLsour common practice is to have the site at http://myurl.com but have the wordpress install at something like http://myurl.com/wordpress/ or maybe http://myurl.com/website/
this allows us to develop in relative secrecy then move & edit index.php (as well as the wp settings) in order to launch the site.
just to give our exact example we have a news site at http://wvmetronews.com and the wp install is at http://wvmetronews.com/wordpress/
Forum: Hacks
In reply to: Is publish_future_post hook still present & working?hm, very strange. I think I have found a workaround (although it is far less elegant).
thanks for the help.
Forum: Hacks
In reply to: Is publish_future_post hook still present & working?Hi barakuda28, did you ever find a resolution to this? I am having the same issue.
Forum: Fixing WordPress
In reply to: [Plugin: Co-Authors] compatibility with WP 6 ?i would like to use this plugin with wp 2.6, any chance of an update/bugfix for this issue?
thanks!
Forum: Plugins
In reply to: Pages & Subpages – Please helpi have created sites that use the exact code that syncbox provided in the past. i am working on creating a new site for a client using this method as well and it is not working in wp2.5. can anyone confirm that this does/does not work in wp2.5 and perhaps give some suggestions on a workaround?
thanks!