henryz
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Removing the closing php tag didn’t work. I have narrowed the problem down slightly. The problem existed after installing the ‘Page Links To’ plugin. I have removed the plugin and can’t see any tables it may have created. It is still somehow conflicting with my functions.php file.
<?php add_theme_support( 'post-thumbnails', array( 'post' ) ); // Add it for posts set_post_thumbnail_size( 174, 135, true ); // 50 pixels wide by 50 pixels tall, hard crop mode ?>Even if I add something as simple as this, it breaks.
Forum: Fixing WordPress
In reply to: Lower post count to 5 per page and all dissaperes :SAnyone?
Forum: Fixing WordPress
In reply to: How to: exclude categories wp_get_archivesThanks so much
Forum: Fixing WordPress
In reply to: IE7, Content appears, then dissaperes? :S Link insideThe problem was IE dodgey box model I think. I had to remove a div and replace with an absolute. I spent until past 4 in the morning to fix this 🙁 so annoying.
Thanks for the help (y)
Forum: Fixing WordPress
In reply to: IE7, Content appears, then dissaperes? :S Link insideI’ll try that in the morning and let you know, IE7 rocks 😛
Forum: Fixing WordPress
In reply to: How can I list categories without the titleThat’s the trick, can anyone tell me how that makes the title dissapere? Thanks very much!
Forum: Fixing WordPress
In reply to: Edit Php include pages with wordpress ‘edit page function’Anyone?
Forum: Fixing WordPress
In reply to: Change search submit button into an image?This is on the default theme by the way 🙂
Viewing 9 replies - 1 through 9 (of 9 total)