Title: phishyman2's Replies | WordPress.org

---

# phishyman2

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Weird Media Library image preview problem](https://wordpress.org/support/topic/weird-media-library-image-preview-problem/)
 *  Thread Starter [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/weird-media-library-image-preview-problem/#post-8241946)
 * It does. I have other WordPress sites on the server that work fine
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Weird Media Library image preview problem](https://wordpress.org/support/topic/weird-media-library-image-preview-problem/)
 *  Thread Starter [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/weird-media-library-image-preview-problem/#post-8241701)
 * Not sure why my images did not show up.
 * > [View post on imgur.com](https://imgur.com/7qA9UM4)
 * > [View post on imgur.com](https://imgur.com/kcW5Ctd)
 * > [View post on imgur.com](https://imgur.com/7EGNLtN)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Form Builder] Export problem](https://wordpress.org/support/topic/export-problem-6/)
 *  [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/export-problem-6/#post-7230614)
 * Which table is the data for custom fields stored in?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [/?v=c8200850b728 added to the end of every permalink](https://wordpress.org/support/topic/vc8200850b728-added-to-the-end-of-every-permalink/)
 *  Thread Starter [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/vc8200850b728-added-to-the-end-of-every-permalink/#post-7011750)
 * Awesome. Thanks a ton for that. Worked great.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search results keep displaying in sidebar](https://wordpress.org/support/topic/search-results-keep-displaying-in-sidebar/)
 *  Thread Starter [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/search-results-keep-displaying-in-sidebar/#post-4086866)
 * That is awesome. Gives me something to start with. Thanks for your time.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search results keep displaying in sidebar](https://wordpress.org/support/topic/search-results-keep-displaying-in-sidebar/)
 *  Thread Starter [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/search-results-keep-displaying-in-sidebar/#post-4086793)
 * You are correct.
 * I have since copied the search.php file from Twenty Thirteen and modified it 
   to my template. I can make it display “Search results for” and give me the number
   of articles but nothing displays below that.
 * The loop is not working. Here is the code for search.php:
 *     ```
       <?php get_header(); ?>
   
       <div id="content">
       <div id="content_left"><?php
        // Custom widget Area Start
        if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidemenu') ) : ?>
       <?php endif;
       // Custom widget Area End
       ?>
       </div><!--Close content_left-->
   
       <div id="content_right">
       	<div id="primary" class="content-area">
       		<div id="content" class="site-content" role="main">
   
       		<?php if ( have_posts() ) : ?>
       			<header class="page-header">
       				<h2 class="pagetitle">Search Result for <?php /* Search Count */ $allsearch = &new WP_Query("s=$s&showposts=-1"); $key = wp_specialchars($s, 1); $count = $allsearch->post_count; _e(''); _e('<span class="search-terms">'); echo $key; _e('</span>'); _e(' &mdash; '); echo $count . ' '; _e('articles'); wp_reset_query(); ?></h2>
       			</header>
   
       			<?php /* The loop */ ?>
       			<?php while ( have_posts() ) : the_post(); ?>
       				<?php get_template_part( 'content', get_post_format() ); ?>
       			<?php endwhile; ?>
   
       		<?php else : ?>
       			<?php get_template_part( 'content', 'none' ); ?>
       		<?php endif; ?>
   
       		</div><!-- #content -->
       	</div><!-- #primary -->
   
       </div><!--Close content_right-->
       </div><!--Close content-->
       <?php get_footer(); ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress – Adobe Edge – iFrames – Trouble](https://wordpress.org/support/topic/wordpress-adobe-edge-iframes-trouble/)
 *  Thread Starter [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/wordpress-adobe-edge-iframes-trouble/#post-2646037)
 * I have solved my own problem. Instead of placing the folder in the template folder,
   I stuck it in the root folder (public_html)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [SEO and Categories Question](https://wordpress.org/support/topic/seo-and-categories-question/)
 *  [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/seo-and-categories-question/#post-2645947)
 * No expert here but the more pages you create the better off you are SEO wise.
   You create more opportunity for your site to be found.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can't get bullets to show up on list](https://wordpress.org/support/topic/cant-get-bullets-to-show-up-on-list/)
 *  Thread Starter [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/cant-get-bullets-to-show-up-on-list/#post-2336379)
 * I did _[deleted]_. If this was a straight HTML site I wouldn’t be having this
   problem. If you don’t have something productive to say than go away.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Gallery Showing vertically and not opening images](https://wordpress.org/support/topic/plugin-nextgen-gallery-gallery-showing-vertically-and-not-opening-images/)
 *  [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-gallery-showing-vertically-and-not-opening-images/#post-1913008)
 * That is the version I had the whole time. Still doesn’t work for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Gallery Showing vertically and not opening images](https://wordpress.org/support/topic/plugin-nextgen-gallery-gallery-showing-vertically-and-not-opening-images/)
 *  [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-gallery-showing-vertically-and-not-opening-images/#post-1913003)
 * If that works, where can I find an older version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [NextGEN Gallery] Images posted vertically on CUSTOM theme.](https://wordpress.org/support/topic/nextgen-gallery-images-posted-vertically-on-custom-theme/)
 *  [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/nextgen-gallery-images-posted-vertically-on-custom-theme/#post-1919399)
 * I am having the same problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Gallery Showing vertically and not opening images](https://wordpress.org/support/topic/plugin-nextgen-gallery-gallery-showing-vertically-and-not-opening-images/)
 *  [phishyman2](https://wordpress.org/support/users/phishyman2/)
 * (@phishyman2)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-gallery-showing-vertically-and-not-opening-images/#post-1913001)
 * I am having the same problem. I have tried creating an album and going in that
   direction but still no help.

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