Title: janleeks's Replies | WordPress.org

---

# janleeks

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form DB] data showing in plugin dashboard](https://wordpress.org/support/topic/data-showing-in-plugin-dashboard/)
 *  Thread Starter [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [7 years ago](https://wordpress.org/support/topic/data-showing-in-plugin-dashboard/#post-11766613)
 * Hello again – reaching out again as I could really do with a steer on this. Site
   is all up and working, form is working and saving entries to the database – its
   just not displaying the database in the plugin dashboard…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] specific sizes](https://wordpress.org/support/topic/specific-sizes/)
 *  Thread Starter [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/specific-sizes/#post-4332887)
 * Yeah I guessed as much. Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] WordPress 3.3.1 and WPCF7](https://wordpress.org/support/topic/plugin-contact-form-7-wordpress-331-and-wpcf7/)
 *  [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-wordpress-331-and-wpcf7/#post-2488495)
 * Did work for me, just had an issue with custom fields, rectified. So it all seems
   to work fine now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] WordPress 3.3.1 and WPCF7](https://wordpress.org/support/topic/plugin-contact-form-7-wordpress-331-and-wpcf7/)
 *  [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-wordpress-331-and-wpcf7/#post-2488493)
 * It’s not working for me… Can you help me with the line to change in controller.
   php? I can’t find it. Regards Jan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Custom Field Template] content input once on two different pages](https://wordpress.org/support/topic/plugin-custom-field-template-content-input-once-on-two-different-pages/)
 *  Thread Starter [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-content-input-once-on-two-different-pages/#post-1936413)
 *     ```
       <?php
       // Retrieve custom meta values from post if they're present
       $aboutreferences = (get_post_meta($post->ID=2, "aboutreferences", true));
       ?>
       ```
   
 * I was having a mental block, simply referencing the id, der..!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Custom field template – content once on two different templates](https://wordpress.org/support/topic/custom-field-template-content-once-on-two-different-templates/)
 *  Thread Starter [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/custom-field-template-content-once-on-two-different-templates/#post-1935841)
 * please ignore I have re-posted with better description. ta Jan
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t get the number of comments to show on the front page…](https://wordpress.org/support/topic/cant-get-the-number-of-comments-to-show-on-the-front-page/)
 *  [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [16 years ago](https://wordpress.org/support/topic/cant-get-the-number-of-comments-to-show-on-the-front-page/#post-1240368)
 * Exactly what I needed -ta
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[plugin : WP-Paginate] works on my index.php but not on category specific page](https://wordpress.org/support/topic/plugin-wp-paginate-works-on-my-indexphp-but-not-on-category-specific-page/)
 *  Thread Starter [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-paginate-works-on-my-indexphp-but-not-on-category-specific-page/#post-1506535)
 * fixed it with
 *     ```
       <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("category_name=clients&orderby=title&order=asc&posts_per_page=10&paged=$paged"); ?>
               <?php while (have_posts()) : the_post(); ?>
       ```
   
 * so happy!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [ordering in a tag.php page](https://wordpress.org/support/topic/ordering-in-a-tagphp-page/)
 *  Thread Starter [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/ordering-in-a-tagphp-page/#post-1506532)
 * I managed to fix this…
 * i added
 *     ```
       <?php $posts=query_posts($query_string . '&orderby=title&order=asc');
       if (have_posts()) : while (have_posts()) : the_post(); ?>
       ```
   
 * where I previously had
 * `<?php while (have_posts()) : the_post(); ?>`
 * and removed at the top of my page where I once had
 *     ```
       <?php
   
         get_header();
   
         if (have_posts()): ?>
       ```
   
 * i just have
 *     ```
       <?php
   
         get_header();
        ?>
       ```
   
 * Easy when you know how, I hope this helps someone…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [ordering in a tag.php page](https://wordpress.org/support/topic/ordering-in-a-tagphp-page/)
 *  Thread Starter [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/ordering-in-a-tagphp-page/#post-1506430)
 * When I add that to the tag.php template, anywhere at all, the page doesnt work(
   I get a blank page). The full page for the tag.php is
 *     ```
       <?php
         get_header();
         if (have_posts()): ?>
        <?php include (TEMPLATEPATH . '/nav2.php'); ?>
             <div id="maincontent">
             <div id="intro">
       			        <h1>CLIENTS</h1>
       					<p class="introcopy">Luxury hotels, resorts, villas & restaurants; glamorous
       					  spas, health retreats & beauty products; specialist travel companies;
       				    family holidays; yoga, golf & ski.</p>
       					<p class="bottomheader">&nbsp;</p>
   
       				</div>
   
                        <div id="secondaryContent">
               <?php include (TEMPLATEPATH . '/testsidebar.php'); ?>
             </div>
   
         <ul id="destinations">
   
         <li class="header first"><?php wp_title(); ?></li>
   
         <?php while (have_posts()) : the_post(); ?>
   
          <li id="post-<?php the_ID(); ?>">
   
            <div class="imagehold2">
       	 <?php the_content(__('(more...)')); ?></div>
   
             <span class="desheader"><?php the_title(); ?></span>
   
              <?php the_excerpt(); ?> 
   
        </li>
           <?php endwhile; ?>
         </ul>
       <?php else: ?>
         <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
       <?php
         endif;
         ?>
          <div id="pagination" class="noline">
   
            <?php if(function_exists('wp_paginate')) {
           wp_paginate();
       } ?>
   
          <div class="top"><a href="#">back to top</a></div>
           </div>
   
         <?php
         get_footer();
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Custom Field Template – new to this and struggling getting text to format](https://wordpress.org/support/topic/custom-field-template-new-to-this-and-struggling-getting-text-to-format/)
 *  Thread Starter [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/custom-field-template-new-to-this-and-struggling-getting-text-to-format/#post-1017766)
 * Im still having issues, the <p> tags just dont appear after edits… any ideas??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Custom Field Template – new to this and struggling getting text to format](https://wordpress.org/support/topic/custom-field-template-new-to-this-and-struggling-getting-text-to-format/)
 *  Thread Starter [janleeks](https://wordpress.org/support/users/janleeks/)
 * (@janleeks)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/custom-field-template-new-to-this-and-struggling-getting-text-to-format/#post-1017432)
 * Fiddling around (and guessing) I have got it working I think, still any help 
   would be useful…
 * I’ve changed the top code to:
 *     ```
       <?php
       // Retrieve custom meta values from post if they're present
       $extracontent = (get_post_meta($post->ID, "extracontent", true));
       ?>
       ```
   
 * and the second bit to:
 *  ` <?php
    if ($extracontent != “”) { echo ‘<p>’ . $extracontent . ‘</p>’; }` ?
   >
 * My formatting seems to be coming in now, if anyone can tell me if I am doing 
   this right or wrong, please let me know.
 * Regards
 * Jan

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