matthisco
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 2011 theme search field – background color???Thanks
Forum: Fixing WordPress
In reply to: Display snippets of pages on homepageI’m trying this code now but it doesn;t work either, nothing shows up.
<?php // retrieve one post with an ID of 5 query_posts( 'p=2' ); // set $more to 0 in order to only get the first part of the post global $more; $more = 0; // the Loop while (have_posts()) : the_post(); echo the_content( 'Read the full post ?' ); endwhile; ?>
Anyone?
Forum: Themes and Templates
In reply to: Twenty Eleven – remove margin top of page?Thanks again:
Forum: Themes and Templates
In reply to: Twenty Eleven – remove margin top of page?Many thanks for your reply.
It is a child theme, I’ve copied twenty eleven and changed the folder name.
I’ve put:
html{
margin:0;
}in style.css, but it still doesn’t fix it.
Forum: Themes and Templates
In reply to: Page left aligned in IE? How do I center it?Thanks very much for your reply.
I’ve wrapped the site in a div of width 100%, my nested div has a margin auto…..but it still left aligns in IE.
Weird as none of my other sites do this.
Any ideas?
Thanks
Forum: Themes and Templates
In reply to: Twentyten dropdown menu – how to delete it?FIXED – working now? very strange
Forum: Themes and Templates
In reply to: Twentyten dropdown menu – how to delete it?Hi Folks,
Thanks for your replies, I still cant get rid of the menu when you hover over a menu item, if you hover over ‘about us’ you will see what I mean.
Any help much appreciated.
Thanks
Forum: Themes and Templates
In reply to: Twentyten dropdown menu – how to delete it?Thanks for the reply.
I need my menu to be dynamic, and add pages add hoc etc
Can I just change the CSS or JS instead? Disable it somehow, or change the selector so it doesn’t workk?
Thanks again
Forum: Fixing WordPress
In reply to: Delete leave a reply/ commentsI’ve downloaded the theme folder, and removed all instances of the text ‘leave a reply’.
I still get the comment form on my pages.
Any ideas where its coming from?
Thanks again
Forum: Fixing WordPress
In reply to: Page in list?Forum: Fixing WordPress
In reply to: Page in list?Thanks again for your reply.
Still does not action.
Im editing index.php, I just need to change the code depending upon which page is requested.
Anymore ideas?
Thanks again.
Forum: Fixing WordPress
In reply to: Page in list?Thanks for your reply.
I’ve tried your code but it doesn’t seem to work.
<?php if( in_array($post->ID, array(1,2,3,4,5,6)) ) { ?>
The parameter would be posted like this:
https://www.mharrisweb.co.uk/?p=1
If p = 1 then do something
Can you please help?
Thanks again
[Please post code snippets between backticks or use the code button.]
Forum: Fixing WordPress
In reply to: Page of posts – twentyten themeAh brilliant!!! Thankyou
Thanks for your reply.
Can you please tell me which file jquery is referenced? I’d like to include a certain version to get mu lavalamp plugin to work.
Forum: Themes and Templates
In reply to: Twenty Ten theme – edit default menu?Many thanks!!!!
Very much appreciated