Title: WPShowCase's Replies | WordPress.org

---

# WPShowCase

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [giving wordpress its own directory](https://wordpress.org/support/topic/giving-wordpress-its-own-directory-17/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/giving-wordpress-its-own-directory-17/#post-4682715)
 * If your files are in public_html\home\blog, move the files to public_html\home
   and you also need to change the site url in the WordPress admin settings or public_html\
   home\wp-config.php.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display Posts from one category only](https://wordpress.org/support/topic/display-posts-from-one-category-only-1/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/display-posts-from-one-category-only-1/#post-4682714)
 * Perhaps WordPress does this without you having to write any php.
 * If you got to a url like example.com/category/arizona then you would see all 
   the posts in the arizona category.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem with wp_nav_menu() – hiding menu container](https://wordpress.org/support/topic/problem-with-wp_nav_menu-hiding-menu-container/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/problem-with-wp_nav_menu-hiding-menu-container/#post-4595709)
 * Perhaps you need to register the menu with register_nav_menu.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Management] Drag and Drop ReOrdering not working on front end](https://wordpress.org/support/topic/drag-and-drop-reordering-not-working-on-front-end/)
 *  Plugin Contributor [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/drag-and-drop-reordering-not-working-on-front-end/#post-4583771)
 * If you set the order of the items to be ‘menu_order’, they should be displayed
   in the order you create with this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [woocommerce plugin](https://wordpress.org/support/topic/woocommerce-plugin-7/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/woocommerce-plugin-7/#post-4462395)
 * It looks like you already have WooCommerce installed. You also need to activate
   it. To do this, go to your plugins page and activate WooCommerce.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to center and change site title font in Twenty Thirteen](https://wordpress.org/support/topic/how-to-center-and-change-site-title-font-in-twenty-thirteen/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-center-and-change-site-title-font-in-twenty-thirteen/#post-4460514)
 * Try changing `.site title` to `.site-title` in your CSS to see changes :-).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce Invalid Shipping Method On Checkout](https://wordpress.org/support/topic/woocommerce-invalid-shipping-method-on-checkout/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/woocommerce-invalid-shipping-method-on-checkout/#post-4050793)
 * > It is not totally fixed however. It works ok for products shipping within the
   > UK but gives the same error on products shipping to anywhere else. I’m looking
   > into that at the moment so will let you know as soon as I find a fix.
 * This looks like you need to set the countries on the WooCommerce > Settings >
   Shipping page.
 * The same fix will hopefully work for everyone else too :-).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to change the font size of the product title in Woocommerce](https://wordpress.org/support/topic/how-to-change-the-font-size-of-the-product-title-in-woocommerce/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-change-the-font-size-of-the-product-title-in-woocommerce/#post-4440142)
 * Hello, you can do this with CSS:
 * .product_title {
    font-size: 2.5em; }
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ['orderby'=>"post_date" not working](https://wordpress.org/support/topic/orderbypost_date-not-working/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/orderbypost_date-not-working/#post-4435932)
 * post_date is the name of a column but ‘orderby’=>”post_date” should be ‘orderby’
   =>”date”.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Shortcode test leads to blank page](https://wordpress.org/support/topic/shortcode-test-leads-to-blank-page/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/shortcode-test-leads-to-blank-page/page/2/#post-4391339)
 * Your custom theme’s functions.php is not being included.
 * Please make sure it has activated properly and see this guide for creating a 
   theme:
    [http://codex.wordpress.org/Theme_Development](http://codex.wordpress.org/Theme_Development)
 * If you follow the instructions for theme development, your theme will work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Main loop problem parameters](https://wordpress.org/support/topic/main-loop-problem-parameters/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/main-loop-problem-parameters/#post-4412703)
 * The following code works:
 *     ```
       $args = array(
       	'post_type' => 'post',
       );
       query_posts($args);
       while (have_posts())  {
         the_post();
         the_title();
       }
       wp_reset_postdata();
   
       $args = array(
         'post__in' => array(1)
       );
       query_posts($args);
       while (have_posts())  {
         the_post();
         the_title();
       }
       wp_reset_postdata();
       ```
   
 * You might need to post your code if you’d like someone to fix it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Main loop problem parameters](https://wordpress.org/support/topic/main-loop-problem-parameters/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/main-loop-problem-parameters/#post-4412671)
 * If the query is correct then the loop should work.
 * > If there are not enough posts near, then load the not near one to complete 
   > the get_option(‘post_per_page’)
 * Are you using a query like this?
 *     ```
       $args = array(
       	'post__in' => $posts,
               'geotag' => 'near'
       );
       ```
   
 * Then the two conditions `AND` together – not `OR` together. So this would return
   no posts unless the posts in `$posts` are also `near`.
 * If that’s not the problem, then posting as much code as possible would be really
   helpful.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Main loop problem parameters](https://wordpress.org/support/topic/main-loop-problem-parameters/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/main-loop-problem-parameters/#post-4412643)
 * Could you send your code to make your request easier to understand?
 * If `query_post` doesn’t work then you might need to set `global $post` to be `
   query_post` like this:
    `global $post = query_post( $args );`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error in plugin.php – Showing blank dashboard](https://wordpress.org/support/topic/error-in-pluginphp-showing-blank-dashboard/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/error-in-pluginphp-showing-blank-dashboard/#post-4412641)
 * Hi Simone,
 * You could try installing the latest version of WordPress with the instructions
   here:
    [http://codex.wordpress.org/Updating_WordPress](http://codex.wordpress.org/Updating_WordPress)
 * If that doesn’t fix it, you can disable plugins and themes by deleting them from/
   wp-content/plugins and /wp-content/themes – until you find out what’s causing
   the problem (keep backups).
 * Thanks,
    WPShowCase
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Moving widgets](https://wordpress.org/support/topic/moving-widgets-3/)
 *  [WPShowCase](https://wordpress.org/support/users/wpshowcase/)
 * (@wpshowcase)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/moving-widgets-3/#post-4412633)
 * Hi Daniel,
 * You can drag and drop widgets on the Appearance > Widgets page.
 * If this isn’t what you’re looking for, try elsewhere in the Appearance submenu.
 * If that doesn’t work, what theme are you using?
 * Thanks,
    WPShowCase

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

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