phishyman2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Weird Media Library image preview problemIt does. I have other WordPress sites on the server that work fine
Forum: Fixing WordPress
In reply to: Weird Media Library image preview problemNot sure why my images did not show up.
Forum: Plugins
In reply to: [Visual Form Builder] Export problemWhich table is the data for custom fields stored in?
Forum: Fixing WordPress
In reply to: /?v=c8200850b728 added to the end of every permalinkAwesome. Thanks a ton for that. Worked great.
Forum: Fixing WordPress
In reply to: Search results keep displaying in sidebarThat is awesome. Gives me something to start with. Thanks for your time.
Forum: Fixing WordPress
In reply to: Search results keep displaying in sidebarYou 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(' — '); 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
In reply to: WordPress – Adobe Edge – iFrames – TroubleI 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
In reply to: SEO and Categories QuestionNo 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
In reply to: Can't get bullets to show up on listI 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.
That is the version I had the whole time. Still doesn’t work for me.
If that works, where can I find an older version?
I am having the same problem.
I am having the same problem. I have tried creating an album and going in that direction but still no help.