Title: Theme Drawer's Replies | WordPress.org

---

# Theme Drawer

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [There doesn't seem to be a wp-config.php file – But there is!](https://wordpress.org/support/topic/there-doesnt-seem-to-be-a-wp-configphp-file-but-there-is/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/there-doesnt-seem-to-be-a-wp-configphp-file-but-there-is/#post-4127480)
 * This may be a silly question but have you created a database?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [3.6.1 Update wrecked the admin side](https://wordpress.org/support/topic/361-update-wrecked-the-admin-side/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/361-update-wrecked-the-admin-side/#post-4134873)
 * Screenshots not working…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help with Genesis and Child Theme](https://wordpress.org/support/topic/help-with-genesis-and-child-theme/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/help-with-genesis-and-child-theme/#post-4134872)
 * This is not a StudioPress theme, this looks to be a theme by [http://www.web-savvy-marketing.com/](http://www.web-savvy-marketing.com/).
   Most of the time when you buy a theme you should be getting documentation along
   with it. I would check with them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AgentPress Listings] Is Listings Limited To Agencypress Theme](https://wordpress.org/support/topic/is-listings-limited-to-agencypress-theme/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/is-listings-limited-to-agencypress-theme/#post-4085215)
 * The Agentpress Listings plugin should work with any Genesis theme just fine. 
   All it basically does is add a new custom post type much like pages or posts 
   that have custom fields for the listing information.
 * There should be no issues getting this to work. As far as the sidebar is concerned
   the widgets are included when the plugin is installed.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] how di get rid of the menu at the top of the home page](https://wordpress.org/support/topic/how-di-get-rid-of-the-menu-at-the-top-of-the-home-page/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-di-get-rid-of-the-menu-at-the-top-of-the-home-page/#post-4084709)
 * It depends on what theme you are using but this is the basic code.
 * Add this to your functions.php file
 *     ```
       <?php
       if ( is_home() ) {
           // If it is the home page do this...
           echo '
               <style>
                 #access {display: none;}
               </style>
           ';
       } else {
           // If it is not the home page do nothing
       }
       ?>
       ```
   
 * You would need to substitute #access with the id or class that your menu is in.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I transfer the contents from main domain to a blog?](https://wordpress.org/support/topic/how-do-i-transfer-the-contents-from-main-domain-to-a-blog/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-transfer-the-contents-from-main-domain-to-a-blog/#post-4015088)
 * Have you taken a look at the built in export and import options in WordPress?
 * In the WordPress Dashboard go to Tools > Export and Tools > Import to see the
   options.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Is there a plugin for this](https://wordpress.org/support/topic/is-there-a-plugin-for-this-please-help/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/is-there-a-plugin-for-this-please-help/#post-4009350)
 * There is something like this built into Jetpack.
 * [http://wordpress.org/plugins/jetpack/](http://wordpress.org/plugins/jetpack/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Migrating a blogger blog to wordpress](https://wordpress.org/support/topic/migrating-a-blogger-blog-to-wordpress/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/migrating-a-blogger-blog-to-wordpress/#post-4032473)
 * There are built in import settings in WordPress to help make the process as painless
   as possible. WordPress in my opinion is a much better platform.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [How to link a button to author's posts page](https://wordpress.org/support/topic/how-to-link-a-button-to-authors-posts-page/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-link-a-button-to-authors-posts-page/#post-4040915)
 * I would give this a shot
 * `<a href="<?php echo home_url() . '/author/' . get_the_author_meta( 'user_login',
   wp_get_current_user()->ID ); ?>" >My personal page</a>`
 * Placement of this code depends on the theme you are using but would need to go
   into your template somewhere.
 * If you aren’t familiar with editing themes and would rather not change any files
   the other option is to add this into a sidebar using a widget.
 * You can achieve that by installing this widget [here](http://wordpress.org/plugins/php-code-widget/).
   Then adding it to the sidebar widget area you wish to have it show up and add
   the above code.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Redirect From Mobile Site To Desktop?](https://wordpress.org/support/topic/redirect-from-mobile-site-to-desktop/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/redirect-from-mobile-site-to-desktop/#post-4052276)
 * Here is a post that may get you pointed in the right direction. [http://www.malphursinteractive.com/view-full-site-mobile-redirect-script/](http://www.malphursinteractive.com/view-full-site-mobile-redirect-script/)
 * This info would need to be inserted somewhere into the head of your site.
 * The other and more popular option is to grab a mobile responsive WordPress theme.
 * I would recommend taking a look at this as an option. This way if you have content
   on your mobile site that is the same as your desktop you only have to write it
   once.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [What about blog subscriptions?](https://wordpress.org/support/topic/what-about-blog-subscriptions/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/what-about-blog-subscriptions/#post-4050726)
 * I personally have never used the Jetpack subscriptions.
 * I have always stuck to [Mailchimp](http://mailchimp.com/). There are many plugins
   and tutorials that can walk you though setting this up. A quick Google search
   should get you started.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Importing blog from tumblr](https://wordpress.org/support/topic/importing-blog-from-tumblr/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/importing-blog-from-tumblr/#post-4062448)
 * I’m not very familiar with Tumblr. Using the built in WordPress import feature
   is definitely the right way to do this but it won’t import everything.
 * The themes for Tumblr and WordPress are different so you would need to either
   find a theme that is similar to the one they are using now or build a custom 
   theme.
 * As far as the Followers this seems to be a Tumblr specific feature that is used
   internally in their site only.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Database backup upload](https://wordpress.org/support/topic/database-backup-upload/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/database-backup-upload/#post-4066106)
 * There are quite a few things that need to be changed in the database when switching
   hosts. There are options other than moving a site manually.
 * When moving sites between servers for either myself or clients I always use [BackupBuddy](http://ithemes.com/purchase/backupbuddy/)(
   This is a payed plugin though). This allows you to backup the entire site including
   the database and move it without the need to ever go into the database and make
   manual changes. I highly recommend this.
 * If looking to do it manually you would need need to open up your wp-config.php
   file in the root directory of your WordPress install and replace the database
   name, database password and host name.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [WordPress staff](https://wordpress.org/support/topic/wordpress-staff/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/wordpress-staff/#post-4067004)
 * Feel free to ask and I can do my best to help you out with whatever I can. _[
   email redacted ]_
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Subscription](https://wordpress.org/support/topic/subscription-4/)
 *  [Theme Drawer](https://wordpress.org/support/users/crossreftech/)
 * (@crossreftech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/subscription-4/#post-4067431)
 * I personally use Mailchimp to set up all my list as well as clients lists. Even
   though it has a limit it allows you to upgrade if you ever need to.
 * There are a couple ways you can add the subscription form/link to your site.
 * Here is a post that walks you through doing this without a plugin:
    [http://kb.mailchimp.com/article/how-to-add-a-mailchimp-signup-form-to-your-wordpress-blog](http://kb.mailchimp.com/article/how-to-add-a-mailchimp-signup-form-to-your-wordpress-blog)
 * Mailchimp also has a blog post with a list of compatible WordPress Plugins:
    
   [http://blog.mailchimp.com/wordpress-plugins-for-mailchimp/](http://blog.mailchimp.com/wordpress-plugins-for-mailchimp/)

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

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