daveachkar
Forum Replies Created
-
Forum: Plugins
In reply to: [Posterous Importer Advanced] Plugin crashes wordpress import pageSorry for the delay, I got around to doing this and figured out the issues:
1. the plugin “simple share buttons adder” disables the error logging we tried to do earlier
2. the plugin “wordpress importer” doesn’t play nice with Posterous Importer Advanced. Once I disabled it I was able to import my posterous data.
Thanks for you help!
DavidForum: Plugins
In reply to: [Posterous Importer Advanced] Plugin crashes wordpress import pageThank you!
I enabled debug mode as described, and played with the plugin – for some odd reason no error messages were displayed and no debug log was created in /wp-content. However, I still get the “white screen of death” when going to the tools>import page.
I am using plugin v1.0.1, WP version 3.7.1, and theme I purchased called Symbol (http://themeskult.com/themes/)
my site: david.achkar.com
Forum: Plugins
In reply to: [Post Reading Time] Showing reading time of summary rather than full postYes, it works. Thanks!
However, it seems the post reading time calculation is a bit off – my post (unchanged) now takes 9min to read instead of 7min.
I did the counting separately, and there are indeed roughly 1750 words (at 250wpm is 7min). (http://david.achkar.com/life-log-early-results/)
I did a bit of digging, and it seems the function
apply_filters('the_content', get_post_field('post_content', $post_id));
returns around 2300 words. Not sure where it’s getting that number from.Do you have an idea?
Thanks,
DavidForum: Plugins
In reply to: [Post Reading Time] Showing reading time of summary rather than full postThanks!