Title: Philljc's Replies | WordPress.org

---

# Philljc

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] How can I use this plugin in a theme?](https://wordpress.org/support/topic/how-can-i-use-this-plugin-in-a-theme/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [13 years ago](https://wordpress.org/support/topic/how-can-i-use-this-plugin-in-a-theme/#post-3713924)
 * That did it, thanks!
 * May I ask why you’re using widths for the players, and why there isn’t a 100%
   width? If there is I apologise, I wasn’t able to find it.
 * When I used the following (in conjunction with a container), it worked perfectly
   in my responsive layout for desktop/iPad/iPhone:
 * .fourthree .lyte, .lyte {
    position: inherit !important; }
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] How can I use this plugin in a theme?](https://wordpress.org/support/topic/how-can-i-use-this-plugin-in-a-theme/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [13 years ago](https://wordpress.org/support/topic/how-can-i-use-this-plugin-in-a-theme/#post-3713916)
 * If I use:
 * <?php if(function_exists(‘lyte_parse’)) { echo lyte_parse($videoId); } ?>
 * It just shows the video ID on the page 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [is_front_page problem](https://wordpress.org/support/topic/is_front_page-problem/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/is_front_page-problem/#post-3644571)
 * Can you elaborate on why that wont work?
 * As I said, if I use either piece of code on its own, it’s fine, why would it 
   break in a conditional statement?
 * _[Bump deleted]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Author name outside of loop?](https://wordpress.org/support/topic/author-name-outside-of-loop/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/author-name-outside-of-loop/#post-1955487)
 * Nevermind, figured it out by myself, thanks!
 *     ```
       <?php get_header(); ?>
       <div id="contentwrap">
       <div id="content">
       <div class="posts">
   
       <?php the_post(); ?>
       <div class="post">
       <div class="postcontent">
       <div class="story">	
   
       <h2><?php echo get_the_author_link(); ?></h2>
   
       <?php rewind_posts(); ?>
       <?php while ( have_posts() ) : the_post(); ?>
   
       <h3 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( __('Permalink to %s', 'shape'), the_title_attribute('echo=0') ); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
       <?php the_excerpt(); ?>
   
       <?php endwhile; ?>
   
       </div>
       </div>
       <div class="clear"></div>
       </div>
       <!--Post ends -->
       <?php if(function_exists('wp_paginate')) { wp_paginate(); } ?>
       </div>
       <?php get_sidebar(); ?>
       <?php get_footer(); ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Author name outside of loop?](https://wordpress.org/support/topic/author-name-outside-of-loop/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/author-name-outside-of-loop/#post-1955486)
 * Actually, using the contents of that entire file from TwentyTen doesn’t even 
   return any results, I tried already to combine the two in a way and I got the
   same result, nothing
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Widget breaks search](https://wordpress.org/support/topic/widget-breaks-search/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/widget-breaks-search/#post-1950693)
 * That fixes the search and kind of defeats the purpose of having it as a custom
   widget, and there are other PHP widgets I need to use
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tags for the following?](https://wordpress.org/support/topic/tags-for-the-following/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/tags-for-the-following/#post-1870221)
 * All good, a restart of XAMPP fixed it for some reason, thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tags for the following?](https://wordpress.org/support/topic/tags-for-the-following/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/tags-for-the-following/#post-1869962)
 * Works brilliantly 🙂
 * The only thing is the thumbnail doesn’t seem to show. I’ve activated get_post_thumbnail
   and I can choose the image, it just doesn’t show up.
 * I am putting all of this in a blank sidebar, does it need to be encapsulated 
   in anything to work?
 * Thanks again
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Including text in search box](https://wordpress.org/support/topic/including-text-in-search-box/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/including-text-in-search-box/#post-1869945)
 * Perfect! Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category image](https://wordpress.org/support/topic/category-image-2/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/category-image-2/#post-1865222)
 * All good, I did it with jQuery.
 * $(“.category:contains(‘Review’)”).css({backgroundImage: ‘url(“/wp-content/themes/
   shape/images/catreview.jpg”)’});
 * $(“.category:contains(‘News’)”).css({backgroundImage: ‘url(“/wp-content/themes/
   shape/images/catnews.jpg”)’});
 * $(“.category:contains(‘Article’)”).css({backgroundImage: ‘url(“/wp-content/themes/
   shape/images/catarticle.jpg”)’});
 * etc, with a backup JPG as a default if they have JS off.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [jQuery in WordPress](https://wordpress.org/support/topic/jquery-in-wordpress-1/)
 *  Thread Starter [Philljc](https://wordpress.org/support/users/philljc/)
 * (@philljc)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/jquery-in-wordpress-1/#post-1618550)
 * Yay! That fixed it, awesome!
 * Thank you!

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