josephb1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Setting up static front pageGreat, thanks. Only trouble is, I’m not sure what the end/default loop is in this? (Sorry for being so rubbish!)
get_header(); ?> <?php do_action( 'cyberchimps_before_container'); ?> <?php do_action( 'cyberchimps_page_content' ); ?> <?php do_action( 'cyberchimps_after_container'); ?> <?php get_footer(); function cyberchimps_page_display(){ } ?>Forum: Fixing WordPress
In reply to: Setting up static front pageAhh right I see. I misunderstood how it is meant to work.
So how do I create a page template so I can have the blog showing below the static content?
Thanks for you help and patience!
Forum: Fixing WordPress
In reply to: Setting up static front pageErm.. not really sure what you mean. I tried adding a new post after setting up the static page to see if that would show up in the new blog but nope..
I can only think I must have messed up the code of a file I wasn’t meant to somewhere or something?
Forum: Fixing WordPress
In reply to: Setting up static front pageReally at a loss as to what the problem could be… I’m sure I’m doing everything right. Maybe it’s a problem with the theme or a plug in or something? I’m using the Cyberchimps theme.
Or could it be possible my code is just messed up somewhere?
Forum: Fixing WordPress
In reply to: Moving WordPress blog from host to hostThanks for the help guys. Although I ended up giving up and just remaking the blog as there was hardly anything on it yet anyway. Thanks anyway!
Forum: Fixing WordPress
In reply to: Moving WordPress blog from host to hostThanks. So basically do I upload all the old files from Byethost to my new host, but keep the wp-config.php file the same? As my new host has already created one of those for itself with the new details.