Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-13-2012, 04:43 AM   PM User | #1
aaronhockey_09
Regular Coder

 
Join Date: Dec 2010
Posts: 411
Thanks: 21
Thanked 55 Times in 55 Posts
aaronhockey_09 is an unknown quantity at this point
Cool Wordpress Help - Creating simple static page w/o blog posts

Hey guys, so im fairly new to wordpress, im trying to create my html website to a wordpress theme.

For this page, i just need to have static text, like you can see.
but i am getting errors, and now my footer isnt showing up..

Here is the link to the page

http://www.aaron-armstrong.com/hivedirect/about

Here is what is in my index
Code:
<?php get_header(); ?>
<?php include (TEMPLATEPATH . '/sbdaytrips.php'); ?>
//begin loop
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php endwhile; endif; ?>
<?php the_content(); ?>
<?php get_footer(); ?>
What is wrong with this content here, i found it on a forum,
and what does this code do...<?php include (TEMPLATEPATH . '/sbdaytrips.php'); ?>


Thanks in advance.

Last edited by aaronhockey_09; 07-13-2012 at 07:38 AM..
aaronhockey_09 is offline   Reply With Quote
Reply

Bookmarks

Tags
page, static, template, wordpress

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:52 AM.


Advertisement
Log in to turn off these ads.