Title: tomystein's Replies | WordPress.org

---

# tomystein

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 70 total)

1 [2](https://wordpress.org/support/users/tomystein/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/tomystein/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/tomystein/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/tomystein/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/tomystein/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSSO Core - Complete Schema Markup and Meta Tags] Sharing a link on Whatsapp won’t show up with its thumbnail](https://wordpress.org/support/topic/sharing-a-link-on-whatsapp-wont-show-up-with-its-thumbnail/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/sharing-a-link-on-whatsapp-wont-show-up-with-its-thumbnail/#post-11561889)
 * whatsapp is not taking any thumbnail of any page on the site.. only on whatsapp..
   
   disabled the caching didn’t help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Which community translations options do you recommend?](https://wordpress.org/support/topic/which-community-translations-options-do-you-recommend/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/which-community-translations-options-do-you-recommend/#post-7578754)
 * ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mandatory Field] Any updates on redevelopment?](https://wordpress.org/support/topic/any-updates-on-redevelopment/)
 *  [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/any-updates-on-redevelopment/#post-7470577)
 * Same question..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Molongui Authorship – Author Boxes, Guest Authors & Co-Authors for WordPress] Displaying all authors in one page](https://wordpress.org/support/topic/displaying-all-authors-in-one-page/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/displaying-all-authors-in-one-page/#post-7479211)
 * Can you give me some clues, instructions on how to do it.
    I guess there is a
   very simple shortcode or request that can be done, with what you already achieved
   and have.
 * Then, I’ll make it.
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contributer - Guest Posting] Facebook Login Error](https://wordpress.org/support/topic/facebook-login-error-2/)
 *  [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [10 years ago](https://wordpress.org/support/topic/facebook-login-error-2/#post-6770124)
 * Now I see that I opened a topic for the same issue.
    What was the solution? Please
   help! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Metrics Tracker] How do I display top shared widget?](https://wordpress.org/support/topic/how-do-i-display-top-shared-widget/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-display-top-shared-widget/#post-7261519)
 * Is it possible to display exactly as it shows on the backend?
    Just with a shortcode
   or a pre-ready widget? I think it will be really popular and obvious to have.
   Maybe I would just omit the comments part for the widget, since it is less a 
   priority and less common to see many results as shares and views..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Metrics Tracker] How do I display top shared widget?](https://wordpress.org/support/topic/how-do-i-display-top-shared-widget/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-display-top-shared-widget/#post-7261468)
 * Can you tell me how do I make this code a “shortcode”? In order to display on
   a text widget..
 * And how do I limit that to 5 posts only?
 *     ```
       // Do a meta query
       $args = array(
           'order'         => 'DESC',
           'orderby'       => 'meta_value_num',
           'meta_key'      => 'socialcount_TOTAL',
           'post_status'   => 'publish',
           'post_type'     => 'post'
       );
   
       $wp_query = new WP_Query( $args );
   
       // The Loop
       if ($wp_query->have_posts()) : while ($wp_query->have_posts()) : 
   
           $wp_query->the_post(); 
   
           // DISPLAY POST HERE
   
       endwhile;
       endif;
       Status API Training Shop Blog About
       ```
   
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Metrics Tracker] How do I display top shared widget?](https://wordpress.org/support/topic/how-do-i-display-top-shared-widget/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-display-top-shared-widget/#post-7261409)
 * Can you please write a simple code for a 5 top shared posts widget? please…. 
   🙂
    I am sure that it will increase a lot the use of your plugin since it is 
   something people use, and of course it will help me and I will be really thankful!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [contact-form-7 404 "Not Found"] on multisite](https://wordpress.org/support/topic/contact-form-7-404-not-found-on-multisite/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/contact-form-7-404-not-found-on-multisite/#post-4392256)
 * Or at least try to provide a shortcut solution if not the full one.
 * Maybe a way to create one global contact form outside the system or creating 
   a template for it, i don’t know..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [contact-form-7 404 "Not Found"] on multisite](https://wordpress.org/support/topic/contact-form-7-404-not-found-on-multisite/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/contact-form-7-404-not-found-on-multisite/#post-4392255)
 * Hi,
 * Of course I am using the correct code.
 * This is what you page says and it’s not related to the problem:
 * > The code [contact-form-7 404 “Not Found”] is a sign that the contact form specified
   > by the shortcode (described in the previous answer) couldn’t be found. Make
   > sure you are using the correct shortcode.
 * Please try to check that since I saw at least 10 different posts about it, related
   to multisite.
 * I don’t want to open and configure the plugin in 110 websites on my multisite
   installation – it doesn’t make sense.
 * Instead, it should support multisite and be able to setup cf7 once and post the
   shortcode everywhere without problems..
 * So this is not the solution or related to the it anyway.
    I hope we will find
   a solution for that. Can’t you make it support Multisite, to recognize that the
   code is coming from one of the sites but still run it successfully?
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [weird 302 redirect from all pages to homepage](https://wordpress.org/support/topic/weird-302-redirect-from-all-pages-to-homepage/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/weird-302-redirect-from-all-pages-to-homepage/#post-4349468)
 * Do you think it’s a problem with my htaccess, plugins or my hosting provider?
   
   I am struggling with it some time..
 * _[Moderator Note: [No bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping).
   If it’s that urgent, consider [hiring someone](http://directory.codepoet.com/).]_
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to change the default theme to existing sites on Multisite?](https://wordpress.org/support/topic/how-to-change-the-default-theme-to-existing-sites-on-multisite/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-change-the-default-theme-to-existing-sites-on-multisite/#post-3430235)
 * this worked for me.
 * `UPDATE wp_options SET option_value='test' WHERE option_name='template' OR option_name
   ='stylesheet';`
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to change the default theme to existing sites on Multisite?](https://wordpress.org/support/topic/how-to-change-the-default-theme-to-existing-sites-on-multisite/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-change-the-default-theme-to-existing-sites-on-multisite/#post-3430234)
 * When I try this,
 *     ```
       UPDATE wp_3_options SET template = 'templatedir';
       ```
   
 * It gives me an error:
    #1054 – Unknown column ‘template’ in ‘field list’
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to change the default theme to existing sites on Multisite?](https://wordpress.org/support/topic/how-to-change-the-default-theme-to-existing-sites-on-multisite/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-change-the-default-theme-to-existing-sites-on-multisite/#post-3430233)
 * Do I need to update current_theme as well?
 * You mentioned template and stylesheet only.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [How to change the default theme to existing sites on Multisite?](https://wordpress.org/support/topic/how-to-change-the-default-theme-to-existing-sites-on-multisite/)
 *  Thread Starter [tomystein](https://wordpress.org/support/users/tomystein/)
 * (@tomystein)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-change-the-default-theme-to-existing-sites-on-multisite/#post-3430231)
 * I think I will use Excel to create all the wp_options and then use the command
   you recommended, which I was thinking about as well 🙂
 * Thanks.

Viewing 15 replies - 1 through 15 (of 70 total)

1 [2](https://wordpress.org/support/users/tomystein/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/tomystein/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/tomystein/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/tomystein/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/tomystein/replies/page/2/?output_format=md)