Title: Marcus Anthony Cyganiak's Replies | WordPress.org

---

# Marcus Anthony Cyganiak

  [  ](https://wordpress.org/support/users/marcusanthony/)

 *   [Profile](https://wordpress.org/support/users/marcusanthony/)
 *   [Topics Started](https://wordpress.org/support/users/marcusanthony/topics/)
 *   [Replies Created](https://wordpress.org/support/users/marcusanthony/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/marcusanthony/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/marcusanthony/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/marcusanthony/engagements/)
 *   [Favorites](https://wordpress.org/support/users/marcusanthony/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Years and years of WP Multisite Network Requests](https://wordpress.org/support/topic/years-and-years-of-wp-multisite-network-requests/)
 *  Thread Starter [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/years-and-years-of-wp-multisite-network-requests/#post-17407492)
 * Excellent, thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Years and years of WP Multisite Network Requests](https://wordpress.org/support/topic/years-and-years-of-wp-multisite-network-requests/)
 *  Thread Starter [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/years-and-years-of-wp-multisite-network-requests/#post-17402746)
 * A very fast response – thanks James, and I appreciate that you will follow-up
   here!
    -  This reply was modified 2 years, 6 months ago by [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Co-Authors Plus] Cannot trust developers](https://wordpress.org/support/topic/cannot-trust-developers/)
 *  [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/cannot-trust-developers/#post-15748429)
 * Agreed. 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](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[IndexNow Plugin] Your blog will disappear from Bing index](https://wordpress.org/support/topic/your-blog-will-disappear-from-bing-index-2/)
 *  [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/your-blog-will-disappear-from-bing-index-2/#post-15646989)
 * That 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Views Counter] Post Views Counter for Author pages](https://wordpress.org/support/topic/post-views-counter-for-author-pages/)
 *  Thread Starter [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/post-views-counter-for-author-pages/#post-13290273)
 * I haven’t received any reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Get position index of author](https://wordpress.org/support/topic/get-position-index-of-author/)
 *  [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [6 years ago](https://wordpress.org/support/topic/get-position-index-of-author/#post-13142692)
 * For what you’re trying to accomplish, this plugin might be of use for you: [https://searchandfilter.com](https://searchandfilter.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Option for “with” instead of “and”?](https://wordpress.org/support/topic/option-for-with-instead-of-and/)
 *  [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [6 years ago](https://wordpress.org/support/topic/option-for-with-instead-of-and/#post-13142687)
 * 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 6 years ago by [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Between two Authors it’s always used ‘and’ instead of the language default](https://wordpress.org/support/topic/between-two-authors-its-always-used-and-instead-of-the-language-default/)
 *  [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [6 years ago](https://wordpress.org/support/topic/between-two-authors-its-always-used-and-instead-of-the-language-default/#post-13142681)
 * 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 6 years ago by [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Revive Social – Social Media Auto Post and Scheduling Automation Plugin] We bought more time!](https://wordpress.org/support/topic/we-bought-more-time/)
 *  Thread Starter [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/we-bought-more-time/#post-13093829)
 * You’re welcome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiled Galleries Carousel Without Jetpack] Question about Gutenberg editor](https://wordpress.org/support/topic/question-about-gutenberg-editor/)
 *  [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [8 years ago](https://wordpress.org/support/topic/question-about-gutenberg-editor/#post-10531307)
 * We’ve also been using this plugin for several years. Having a version ready for
   Gutenberg (WordPress 5.0) would be greatly appreciated.
 * Merci!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is it possible to disable the responsive image 'srcset' on WordPress 4.4?](https://wordpress.org/support/topic/is-it-possible-to-disable-the-responsive-image-srcset-on-wordpress-44/)
 *  [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/is-it-possible-to-disable-the-responsive-image-srcset-on-wordpress-44/page/2/#post-6836680)
 * [@turmell1](https://wordpress.org/support/users/turmell1/) Use the plugin [@joseph](https://wordpress.org/support/users/joseph/)
   Fusco shared, it’ll solve the issue for you.
 * [https://wordpress.org/plugins/disable-responsive-images/](https://wordpress.org/plugins/disable-responsive-images/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is it possible to disable the responsive image 'srcset' on WordPress 4.4?](https://wordpress.org/support/topic/is-it-possible-to-disable-the-responsive-image-srcset-on-wordpress-44/)
 *  [Marcus Anthony Cyganiak](https://wordpress.org/support/users/marcusanthony/)
 * (@marcusanthony)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/is-it-possible-to-disable-the-responsive-image-srcset-on-wordpress-44/#post-6836538)
 * I wrote my own plugin to successfully solve this problem, but I tested the one
   [@joseph](https://wordpress.org/support/users/joseph/) Fusco shared and that 
   works too.

Viewing 12 replies - 1 through 12 (of 12 total)