papercite icon indicating copy to clipboard operation
papercite copied to clipboard

Pages for individual entries

Open petero-dk opened this issue 5 years ago • 3 comments

We have created an addon plugin for papercite that adds the capability to create individual pages for papercite entries.

https://github.com/zealofzebras/wordpress-papercite-pages

Would it be of interest to put this functionality into papercite directly or would you prefer to have something like this as an external plugin?

A sample site is running here: https://zeal.global/publications

petero-dk avatar Feb 05 '20 13:02 petero-dk

Hi. This is a good ideia. I'd tried to reproduce the effect of the sample site, unfortunately it gave me an error:

call_user_func_array() expects parameter 1 to be a valid callback, function 'papercite_pages_redirect' not found or invalid function name in wp-includes/class-wp-hook.php:286 | Core

Perhaps it happens because I'm running with the development version of papercite. I'l look in adding this functionality into the main code.

Cheers!

--

digfish avatar Feb 07 '20 18:02 digfish

I have developed this in the current official version from Wordpress Plugin installation. So it might be something like that.

petero-dk avatar Feb 08 '20 11:02 petero-dk

Sorry for the delay in getting back to this. I just realized that this was a bug in my code, but maybe wordpress caches action hooks? Because it has been working just fine here. It now should work.

petero-dk avatar May 29 '20 07:05 petero-dk