Marcus Anthony Cyganiak
Forum Replies Created
-
Excellent, thank you!
A very fast response – thanks James, and I appreciate that you will follow-up here!
- This reply was modified 1 year, 1 month ago by Marcus Anthony Cyganiak.
Forum: Reviews
In reply to: [Co-Authors Plus] Cannot trust developersAgreed. There’s been a breakdown in the workability of this plugin. When selecting an author on our sites, the front-end does not display the chosen author. Instead, it shows the admin user. Same problem with co-authors chosen.
Forum: Reviews
In reply to: [IndexNow Plugin] Your blog will disappear from Bing indexThat is a separate issue that many have been experiencing, including myself, for one of the websites I manage. No indexing issues now, as I contacted several people who work at Bing, on Twitter, and they fixed the situation for me in a matter of days.
Forum: Plugins
In reply to: [Post Views Counter] Post Views Counter for Author pagesI haven’t received any reply.
Forum: Plugins
In reply to: [Co-Authors Plus] Get position index of authorFor what you’re trying to accomplish, this plugin might be of use for you: https://searchandfilter.com
Forum: Plugins
In reply to: [Co-Authors Plus] Option for “with” instead of “and”?In template-tags.php, find this line:
$default_between_last = ( defined( 'COAUTHORS_DEFAULT_BETWEEN_LAST' ) ) ? COAUTHORS_DEFAULT_BETWEEN_LAST : __( ' and ', 'co-authors-plus' );
Change it to this:
$default_between_last = ( defined( 'COAUTHORS_DEFAULT_BETWEEN_LAST' ) ) ? COAUTHORS_DEFAULT_BETWEEN_LAST : __( ' with ', 'co-authors-plus' );
- This reply was modified 4 years, 8 months ago by Marcus Anthony Cyganiak.
In template-tags.php, find this line:
$default_between_last = ( defined( 'COAUTHORS_DEFAULT_BETWEEN_LAST' ) ) ? COAUTHORS_DEFAULT_BETWEEN_LAST : __( ' and ', 'co-authors-plus' );
Simply change “and” to what is necessary for your default language, such as “et” pour le fran?ais.
- This reply was modified 4 years, 8 months ago by Marcus Anthony Cyganiak.
You’re welcome!
Forum: Plugins
In reply to: [Tiled Gallery Carousel Without JetPack] Question about Gutenberg editorWe’ve also been using this plugin for several years. Having a version ready for Gutenberg (WordPress 5.0) would be greatly appreciated.
Merci!
I wrote my own plugin to successfully solve this problem, but I tested the one @joseph Fusco shared and that works too.