Chris K. Thomas
Chris K. Thomas
> I am using this nice Tool at the moment - hopefully just as a workaround until we get the widget in the plugin: https://github.com/mwt/apfollow Me too! I just use...
I think that the functions.php line that you are looking for is: ```php function remove_wp_block_library_css(){ wp_dequeue_style( 'activitypub-followers-style' ); wp_dequeue_style( 'activitypub-follow-me-style' ); } add_action( 'wp_print_styles', 'remove_wp_block_library_css', 100 ); ```
Not a full solution, but you can preview the themes that are in [chriskthomas/linkfree-themes](https://github.com/chriskthomas/linkfree-themes) here: https://chriskthomas.github.io/linkfree-themes/
@Adedoyin-Emmanuel that would be appreciated. You can make a `netlify.md` file in the docs folder.
Good idea. This is possible with output buffers and the ziparchive library in php: * https://www.php.net/manual/en/book.outcontrol.php * https://www.php.net/manual/en/ziparchive.addfromstring.php * https://www.php.net/manual/en/function.tmpfile.php As an alternative to ziparchive and tmpfile, I could use...
> @chriskthomas can you assign the task to me Sure! I think you'll want to: - Refactor the code in `api.php` so that it always writes to an output buffer...
@Adedoyin-Emmanuel are you still interested in doing this? Let me know if you need any help.
> sana yardım etmek isterim You can submit a PR with your theme!
Likely depends on #4 as the import option could just set the `localStorage` keys and refresh.