Title: watermelon's Replies | WordPress.org

---

# watermelon

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Moesia] Change (side) Scrollbar to default](https://wordpress.org/support/topic/change-side-scrollbar-to-default/)
 *  Thread Starter [watermelon](https://wordpress.org/support/users/watermelon/)
 * (@watermelon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-side-scrollbar-to-default/#post-5492422)
 * Ah!
    Got it.
 * Thank you!
 * And big thanks for the quick response!
    🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pretty Pinterest Pins] [Plugin: Pretty Pinterest Pins] Opening plugin in a new window](https://wordpress.org/support/topic/plugin-pretty-pinterest-pins-opening-plugin-in-a-new-window/)
 *  [watermelon](https://wordpress.org/support/users/watermelon/)
 * (@watermelon)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-pretty-pinterest-pins-opening-plugin-in-a-new-window/#post-2699885)
 * Ah…
 * Figured it out:
 * Look for this section of code:
 * <li class=”pretty-pinterest-pin”>
    <div class=”pretty-pinterest-image”> get_permalink());?
   >” title=”<?php echo ‘Posted ‘.$item->get_date(‘j F Y | g:i a’); ?>”><?php echo
   $pin_image[0];?>
 * -Paste:
    target=”_blank” as in the example below (before title=”…:
 * <li class=”pretty-pinterest-pin”>
    <div class=”pretty-pinterest-image”> get_permalink());?
   >” **target=”_blank”** title=”<?php echo ‘Posted ‘.$item->get_date(‘j F Y | g:
   i a’); ?>”><?php echo $pin_image[0];?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pretty Pinterest Pins] [Plugin: Pretty Pinterest Pins] Opening plugin in a new window](https://wordpress.org/support/topic/plugin-pretty-pinterest-pins-opening-plugin-in-a-new-window/)
 *  [watermelon](https://wordpress.org/support/users/watermelon/)
 * (@watermelon)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-pretty-pinterest-pins-opening-plugin-in-a-new-window/#post-2699884)
 * Hi
 * Great plugin!
 * But I have the same question…
 * Any way to open pins in a new tab/window?
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't Set Featured Image, Can't Add Media](https://wordpress.org/support/topic/cant-set-featured-image-cant-add-media/)
 *  Thread Starter [watermelon](https://wordpress.org/support/users/watermelon/)
 * (@watermelon)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/cant-set-featured-image-cant-add-media/#post-3512966)
 * I’ve installed Automatic Featured Image Posts
    [http://www.plugpress.com/plugin/automatic-featured-image-posts](http://www.plugpress.com/plugin/automatic-featured-image-posts)
 * And this, thankfully, provides a work-around so I can now add a featured image
   to posts.
 * However, the original problem persists.
 * Strange.
 * I love ya WordPress – you’re amazing! but this issue has been the most frustrating
   thing I’ve ever encountered with WordPress.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Retina] changing the "read more" text](https://wordpress.org/support/topic/changing-the-read-more-text/)
 *  [watermelon](https://wordpress.org/support/users/watermelon/)
 * (@watermelon)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/changing-the-read-more-text/#post-3488497)
 * Try editing functions.php
    Lines 372 and 376 – you’ll find “Read More” – you 
   can change it there. Be sure to save a copy of this (functions.php) before you
   edit it in case you make a mistake, etc, and you can get back to the original.
 * In functions.php from line 371 on, it’ll look like this
 *  if( is_home() && ‘content_display’ == $options[ ‘blog_display_type’ ] ) {
    the_content(‘
   Read More’ ); } else { the_excerpt(); echo ‘[‘.__( ‘Read More’, ‘cleanretina’ ).’](https://wordpress.org/support/users/watermelon/replies/' . get_permalink() . '?output_format=md)‘;
 * _[please mark any posted code to keep it uncorrupted – [http://codex.wordpress.org/Forum\_Welcome#Posting\_Code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving Blog to a new URL and host – Where’d the content go?](https://wordpress.org/support/topic/moving-blog-to-a-new-url-and-host-whered-the-content-go/)
 *  Thread Starter [watermelon](https://wordpress.org/support/users/watermelon/)
 * (@watermelon)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/moving-blog-to-a-new-url-and-host-whered-the-content-go/#post-790658)
 * I really jumbled things up… started all over, didn’t have much, so no big deal.
 * I think this process needs to be simplified somehow
 * maybe its me but is there a gap in this explaination:
 * Download your database once again (but keep the old one). **Upload this database**
   to your new server.
 * Upload this where and how?
 * hehe, seems like the most important part is the vaguest here…
 * ??
 * anyway, thanks for your help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving Blog to a new URL and host – Where’d the content go?](https://wordpress.org/support/topic/moving-blog-to-a-new-url-and-host-whered-the-content-go/)
 *  Thread Starter [watermelon](https://wordpress.org/support/users/watermelon/)
 * (@watermelon)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/moving-blog-to-a-new-url-and-host-whered-the-content-go/#post-790639)
 * Ill give it a try and let ya know…
 * many thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving Blog to a new URL and host – Where’d the content go?](https://wordpress.org/support/topic/moving-blog-to-a-new-url-and-host-whered-the-content-go/)
 *  Thread Starter [watermelon](https://wordpress.org/support/users/watermelon/)
 * (@watermelon)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/moving-blog-to-a-new-url-and-host-whered-the-content-go/#post-790632)
 * I still have access to the old host and everything is available – what do I need
   to do copy the old database and upload to the new site?
 * I looked at a few tutorials, and dug into the Database, but when it came down
   to it I wasnt sure exactly what to copy and how to ‘paste’ it into the new directory.
 * I hope that doesnt sound too vague
 * any suggestions?

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