Title: mickwarnes's Replies | WordPress.org

---

# mickwarnes

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Fields formatting](https://wordpress.org/support/topic/custom-fields-formatting/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-fields-formatting/#post-5044335)
 * Thanks vtxyzzy
    That has worked perfectly. I was almost there using floats and
   hadn’t thought about using tables. Cheers Mick
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Fields formatting](https://wordpress.org/support/topic/custom-fields-formatting/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-fields-formatting/#post-5044325)
 * The URL for where I currently am is [http://hwww.hertsvolleyball.co.uk/hva/teams/local-teams/harriers-st-albans/](http://hwww.hertsvolleyball.co.uk/hva/teams/local-teams/harriers-st-albans/)
   
   I have changed the meta to replace the unordered list for a <span> in post-template.
   php
 *     ```
       function the_meta() {
       	global $id;
   
       	if ( $keys = get_post_custom_keys() ) {
       		echo "<span class='post-meta'>n";
       		foreach ( $keys as $key ) {
       			$keyt = trim($key);
       			if ( '_' == $keyt{0} )
       				continue;
       			$values = array_map('trim', get_post_custom_values($key));
       			$value = implode($values,', ');
       			echo "<span class='post-meta-key'>$key:</span> <span class='post-meta-value'>$value</span></br>n";
       		}
       		echo "n";
       	}
       }
       ```
   
 * in style.css I currently have the following to format the custom fields, which
   I know isn’t right, but I have run out of ideas.
 *     ```
       .post-meta-value {color: blue; left:400px; width:400px;}
       .post-meta-key {font-weight: bold; font-size: 110%;  width:200px;}
       ```
   
 * I have been experimenting with absolute and relative positioning and just can’t
   seem to get it right.
    Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] Sidebar /Content print on different pages](https://wordpress.org/support/topic/sidebar-content-print-on-different-pages/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/sidebar-content-print-on-different-pages/#post-3243966)
 * Yes. For example, on the first page I get the header, navigation, sidebar and
   breadcrumbs in the positions they should be. Then page stops there. The second
   page shows the content in it’s right position. I could just remove the sidebar
   from the CSS-print, but wondered why it doesn’t all print altogether.
    BTW – 
   the home page prints with all the elements in the correct place. Thanks Mick
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Server result code shows 404 error, but page displays](https://wordpress.org/support/topic/server-result-code-shows-404-error-but-page-displays/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/server-result-code-shows-404-error-but-page-displays/#post-2109729)
 * Soultion to my problem was here [http://www.adrogen.com/blog/wordpress-wp-blog-headerphp-causes-404-in-ie/ ](http://www.adrogen.com/blog/wordpress-wp-blog-headerphp-causes-404-in-ie/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show archives from one category](https://wordpress.org/support/topic/show-archives-from-one-category/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/show-archives-from-one-category/#post-2053061)
 * I have found the right plugin for this.
    [WordPress Category Archive Widget](http://www.prdream.com/wordpress/wordpress-category-archive-widget-plugin/)
   A bit obvious really 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Extra in entry-summary on last post in archive](https://wordpress.org/support/topic/extra-in-entry-summary-on-last-post-in-archive/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/extra-in-entry-summary-on-last-post-in-archive/#post-2085659)
 * I must apologise to WordPress for doubting their coding. This was operator error,
   I had checked everything before posting this, except the post itself as I had
   copied legacy posts from the HTML of the old website and inadvertantly costed
   the <div> tags.
    Sorry
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add category name to next and previous links in Twentyten](https://wordpress.org/support/topic/add-category-name-to-next-and-previous-links-in-twentyten/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [15 years ago](https://wordpress.org/support/topic/add-category-name-to-next-and-previous-links-in-twentyten/#post-2078719)
 * Thanks Chip
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add category name to next and previous links in Twentyten](https://wordpress.org/support/topic/add-category-name-to-next-and-previous-links-in-twentyten/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [15 years ago](https://wordpress.org/support/topic/add-category-name-to-next-and-previous-links-in-twentyten/#post-2078381)
 * Sorry, just worked out that the structure of next_posts_link is very different
   to next_post_link and have worked it out.
 * <?php next_posts_link( $label , $max_pages ); ?>
 * But I still wouldn’t mind knowing what ‘twentyten’ does?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show archives from one category](https://wordpress.org/support/topic/show-archives-from-one-category/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [15 years ago](https://wordpress.org/support/topic/show-archives-from-one-category/#post-2052870)
 * I see where you are coming from on this dgwyer, and I have tried it, but I do
   still want everything archived. I just want it to distinguish what category the
   post is from and only show the archive for that category without having to create
   another template.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Showing posts in existing website](https://wordpress.org/support/topic/showing-posts-in-existing-website/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [15 years ago](https://wordpress.org/support/topic/showing-posts-in-existing-website/#post-2043781)
 * Thanks Esmi
    I am a bit new to this and unsure of it’s limits, but now i can 
   explore a different approach. Mick
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Showing posts in existing website](https://wordpress.org/support/topic/showing-posts-in-existing-website/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [15 years ago](https://wordpress.org/support/topic/showing-posts-in-existing-website/#post-2043531)
 * Thank you for patience. I have been huffing and puffing at this for hours, so
   I’m not sure if I don’t get it or whether I am explaining it badly.
    So, I have
   a WP installation in a folder on the root of the existing website with some posts
   on it. I have included code used in Integrating_Wordpress_with_Your_Website to
   show excerpts of the posts on the original websites home page. When I click on
   the read more hyperlink the full post comes up, but in a WP template. but I want
   it to appear on an existing php on the website. A) can this be done and B) how
   do you do it? Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Showing posts in existing website](https://wordpress.org/support/topic/showing-posts-in-existing-website/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [15 years ago](https://wordpress.org/support/topic/showing-posts-in-existing-website/#post-2043440)
 * Can I change it to an existing php page on my website?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Showing posts in existing website](https://wordpress.org/support/topic/showing-posts-in-existing-website/)
 *  Thread Starter [mickwarnes](https://wordpress.org/support/users/mickwarnes/)
 * (@mickwarnes)
 * [15 years ago](https://wordpress.org/support/topic/showing-posts-in-existing-website/#post-2043436)
 * Thanks Esmi, I used this to create the excerpts in the home page, but when I 
   click on read more it picks up a template I created (when I thought I would convert
   the whole site). Where is the setting to change what template the hyperlink goes
   to?

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