Title: comparebest's Replies | WordPress.org

---

# comparebest

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Add company name to page template](https://wordpress.org/support/topic/add-company-name-to-page-template/)
 *  Thread Starter [comparebest](https://wordpress.org/support/users/comparebest/)
 * (@comparebest)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/add-company-name-to-page-template/#post-4098963)
 * Woot, get_the_ID() totally worked, thanks so much Travis!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Add company name and url to page template](https://wordpress.org/support/topic/add-company-name-and-url-to-page-template/)
 *  [comparebest](https://wordpress.org/support/users/comparebest/)
 * (@comparebest)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/add-company-name-and-url-to-page-template/#post-3318246)
 * Ok I’ve started a new thread about this since this one is already marked as resolved
   and can be overlooked 🙂
 * New thread is [here](http://wordpress.org/support/topic/add-company-name-to-page-template).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Add company name and url to page template](https://wordpress.org/support/topic/add-company-name-and-url-to-page-template/)
 *  [comparebest](https://wordpress.org/support/users/comparebest/)
 * (@comparebest)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/add-company-name-and-url-to-page-template/#post-3318245)
 * I am having the same problem, here is my code from testimonial.php:
 *     ```
       <?php
       /**
        * The Template for displaying a single Testimonial.
        *
        * @package WordPress
        * @subpackage Twenty_Ten
        * @since Twenty Ten 1.0
        */
   
       get_header(); ?>
       <?php get_sidebar('left'); ?>
       		<div id="container">
       			<div id="content" role="main">
       <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
   
       				<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
       					<?php
       			if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
        			 the_post_thumbnail(article_large);
       			}
       			?>
       					<h1 class="entry-title"><?php the_title(); ?></h1>
   
       					<div class="entry-content">
       						<?php the_content(__( 'Read More', 'twentyten' ) ); ?>
       						<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
       					</div><!-- .entry-content -->
   
       			</div><!-- #post-## -->
   
       <?php echo '<p>' . get_post_meta($post->ID, 'tbtestimonial_company', true) . '</p>'; ?>
       <?php endwhile; // end of the loop. ?>
       <div style="width:100%; text-align:center;"><a href="#bttop">Back to top &uarr;</a></div>
       			</div><!-- #content -->
       		</div><!-- #container -->
   
       <?php get_sidebar(); ?>
       <?php get_footer(); ?>
       ```
   
 * and the part that is not showing:
 * `<?php echo '<p>' . get_post_meta($post->ID, 'tbtestimonial_company', true) .'
   </p>'; ?>`
 * How do I make it work? 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Manually edit image urls?](https://wordpress.org/support/topic/manually-edit-image-urls/)
 *  Thread Starter [comparebest](https://wordpress.org/support/users/comparebest/)
 * (@comparebest)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/manually-edit-image-urls/#post-4065641)
 * Ok thanks, I’ll look it up
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Manually edit image urls?](https://wordpress.org/support/topic/manually-edit-image-urls/)
 *  Thread Starter [comparebest](https://wordpress.org/support/users/comparebest/)
 * (@comparebest)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/manually-edit-image-urls/#post-4065639)
 * Is it possible or not?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Taxonomies missing under Manage Taxonomies in Admin](https://wordpress.org/support/topic/taxonomies-missing-under-manage-taxonomies-in-admin/)
 *  Thread Starter [comparebest](https://wordpress.org/support/users/comparebest/)
 * (@comparebest)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/taxonomies-missing-under-manage-taxonomies-in-admin/#post-4041263)
 * Ok got it. Now that you mentioned, I noticed that all the Custom Post Types are
   below the table on Manage screen. I gues the previous developer was using CPT
   UI for refference purpose.
 * Thanks for your quick reply and for a great plugin!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Table background in Arclite](https://wordpress.org/support/topic/table-background-in-arclite/)
 *  [comparebest](https://wordpress.org/support/users/comparebest/)
 * (@comparebest)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/table-background-in-arclite/#post-1559530)
 * fixed it, in order to get read of table stiles go to your theme folder on your
   server and edit main theme CSS file, find tables section and wipe it off completely
   😉 enjoy
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tables Problem](https://wordpress.org/support/topic/tables-problem/)
 *  [comparebest](https://wordpress.org/support/users/comparebest/)
 * (@comparebest)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/tables-problem/#post-1648633)
 * yes I’d like to know how to get read off css messing up these tables in arclite
   as well
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Table background in Arclite](https://wordpress.org/support/topic/table-background-in-arclite/)
 *  [comparebest](https://wordpress.org/support/users/comparebest/)
 * (@comparebest)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/table-background-in-arclite/#post-1559529)
 * what if you need to use different backgrounds with different tables

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