harry-mitchell
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Accesing wp-admin not working anymoreHey,
ClaytonJames wow that was quick, and I’ve done it back up and working! Thank you very much for your time and expertise 😀
Forum: Fixing WordPress
In reply to: Help : Thumbnails in Pages and Homepage helpThanks 😀
Forum: Fixing WordPress
In reply to: Help : Thumbnails in Pages and Homepage helpThank you very much, I have one more quistion if you do not mind 😀
When posting infomation on a page how do I create the line break like this : http://i43.tinypic.com/k06061.jpg
Thanks alot for your help guys really appreciate it !
Forum: Fixing WordPress
In reply to: Help : Thumbnails in Pages and Homepage helpStill need help with the thumbnail problem on pages
Forum: Fixing WordPress
In reply to: Help : Thumbnails in Pages and Homepage helpWow thank you soo much you solved my problem to do with the homepages 😀
I am trying to change the code so I can post thumbnails in pages as well as posts but I cant find it anywhere maybe you could have a look ? Here is the Index.php code I cant find it anywhere 🙁<?php get_header(); ?> <?php global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?> <div id="container"> <div id="left-div"> <div id="left-inside"> <?php if (get_option('artsee_format') == 'Blog Style') { ?> <?php include(TEMPLATEPATH . '/includes/blogstyle.php'); ?> <?php } else { include(TEMPLATEPATH . '/includes/default.php'); } ?> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?> </body> </html>Thanks so much for your time,
Harry Mitchell
Forum: Fixing WordPress
In reply to: Help : Thumbnails in Pages and Homepage helpAnyone 🙁
Viewing 6 replies - 1 through 6 (of 6 total)