chnm / anthologize

Anthologize is a free, open-source, WordPress-based platform for publishing. Grab posts from your WordPress blog, pull in feeds from external sites, or create new content directly in Anthologize. Then outline, order, and edit your work, crafting it into a coherent volume for export in several formats, including PDF, EPUB, and TEI.
http://anthologize.org
GNU General Public License v3.0
174 stars 29 forks source link

Preview template path issue #72

Closed cazzerson closed 10 years ago

cazzerson commented 10 years ago

"Preview Project" link fails for me in WP 3.6. I believe it's related to the following line:

https://github.com/chnm/anthologize/blob/0.7.x/includes/class-admin-main.php#L364

This builds a template path under the includes directory, rather than the plugin root. Verified only in WP 3.6.

boonebgorges commented 10 years ago

Good catch. Thanks, @cazzerson.

On 08/04/2013 04:33 PM, Jason Casden wrote:

"Preview Project" link fails for me in WP 3.6. I believe it's related to the following line:

https://github.com/chnm/anthologize/blob/0.7.x/includes/class-admin-main.php#L364

This builds a template path under the includes directory, rather than the plugin root. Verified only in WP 3.6.

— Reply to this email directly or view it on GitHub https://github.com/chnm/anthologize/issues/72.