Joe Banks
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
I’m having the same issue with the same plugin and WP core versions.
Forum: Plugins
In reply to: [Public Post Preview] Preview Updates Made After Publishing?Thanks for sharing, Noahj. I’m always interested in more efficient ways in accomplishing a task, so I’d be interested in getting updates.
It’s still running pretty slow for me. I’ve resorted to using a non-reciprocal connection, but would like to use a reciprocal connection in the future if there’s a way to improve performance. I’m using the connection for spouses. Is this a known issue or is it just me?
Forum: Fixing WordPress
In reply to: CSV import issueAre you referring to the pretty permalinks? That fixed it? I’m working on a CSV Importer now and I noticed that DB writes were getting slower as more posts were saved.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Applying filters to post titlesThank you!
Forum: Fixing WordPress
In reply to: Problems inserting terms in a hierarchical taxonomyI’m having the same exact issue.
Forum: Fixing WordPress
In reply to: Issues with delete_postOops, here’s the code:
add_action('delete_post', 'jb_hp_admin_delete_photo'); function jb_hp_admin_delete_photo($postid) { $custom = get_post_custom($postid); $url = $custom["url"][0]; jb_hp_delete_photo_file($url); }
Viewing 7 replies - 1 through 7 (of 7 total)