comparebest
Forum Replies Created
-
Forum: Plugins
In reply to: [TBTestimonials] Add company name to page templateWoot, get_the_ID() totally worked, thanks so much Travis!
Forum: Plugins
In reply to: [TBTestimonials] Add company name and url to page templateOk I’ve started a new thread about this since this one is already marked as resolved and can be overlooked ??
New thread is here.
Forum: Plugins
In reply to: [TBTestimonials] Add company name and url to page templateI 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 ↑</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? ??
Ok thanks, I’ll look it up
Is it possible or not?
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomies missing under Manage Taxonomies in AdminOk 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
In reply to: Table background in Arclitefixed 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
In reply to: Tables Problemyes I’d like to know how to get read off css messing up these tables in arclite as well
Forum: Themes and Templates
In reply to: Table background in Arclitewhat if you need to use different backgrounds with different tables