Crayton2012
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: the_search_query(); not working for meYes, the search works. I was just trying to figured out why the text won’t display. Some suggested I try
<h2>Search results for: <?php echo the_search_query(); ?></h2>but that doesn’t work either.No, I’m not using any plugins
Forum: Fixing WordPress
In reply to: the_search_query(); not working for mesearch.php
<?php
get_header();
if (have_posts() ) : ?>
<h2>Search results for: <?php the_search_query(); ?></h2>
<?php
while ( have_posts() ) : the_post();
get_template_part(‘content’);
endwhile;
else :
echo ‘<p>No content found</p>’;
endif;
get_footer();
?>I’m building from scratch…I’ve been following this tutorial: tut
Forum: Fixing WordPress
In reply to: Why is the media link showing up in my posts?Ok, I just realized that this trick works on the main blog page but not on the post page. https://www.dropbox.com/s/a7hrhnz9dado7l8/Screenshot%202014-01-20%2009.56.48.png
Forum: Fixing WordPress
In reply to: Why is the media link showing up in my posts?Forum: Fixing WordPress
In reply to: Why is the media link showing up in my posts?1. I’m not using a plugin for embedding the code. I’m just using the “add media” feature within WordPress. It seems to work correctly on my other site http://www.RTFRTC.com
2. Theme: Photo
3. It is not visible when you click the specific post. It’s only visible on the page.Thanks
Forum: Fixing WordPress
In reply to: Changing link textThat was EXACTLY what I was looking for…THANK YOU!
Forum: Fixing WordPress
In reply to: Changing link textIt’s turned off now
Forum: Fixing WordPress
In reply to: Changing link textThank you…the theme is Meeta 1.0.3 and this link is just one example: http://www.rtfrtc.com/life-wisdom-star-wars-20-quotes/