junkie06
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: jcarousel not workingnevermind solved
Forum: Fixing WordPress
In reply to: jcarousel not workingcan someone tell me what this means below: I uploaded the zip file and then got this error
Warning: include_once(/home/behealthy/rawunfiltered.com/wp-content/plugins/jcarousel/) [function.include-once]: failed to open stream: Success in /home/behealthy/rawunfiltered.com/wp-settings.php on line 473
Warning: include_once() [function.include]: Failed opening ‘/home/behealthy/rawunfiltered.com/wp-content/plugins/jcarousel/’ for inclusion (include_path=’.:/usr/local/php5/lib/php:/usr/local/lib/php’) in /home/behealthy/rawunfiltered.com/wp-settings.php on line 473
Forum: Fixing WordPress
In reply to: PageDid the above changes and checked the code I pasted….not sure why it keeps mentioning the last line error….
I guess I’ll have to keep fiddling around till i get it…but thanks for your help ??Forum: Fixing WordPress
In reply to: Pageits giving me a line 23 error. line 23 is <?php get_footer(); ?>
im not sure whyps. cool website buddah
Forum: Fixing WordPress
In reply to: PageIm not sure what you mean…i a newbie…
i did some changing and still get the error:
Parse error: syntax error, unexpected $end in /home/behealthy/rawunfiltered.com/wp-content/themes/arthemia-premium/Blog.php on line 29<?php
/*
Template Name: blog
*/
?><?php get_header(); ?>
<div id=”content” class=”archive”>
<?php if(have_posts()) : ?>
<?php
if (is_page()) {
query_posts(‘cat=35’);
}
?><span id=”map”>/”>Home » <?php the_title(); ?></span>
<h2 class=”title”><?php the_title(); ?></h2>
<div class=”entry” style=”padding-top:15px;”>
<?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?><?php wp_link_pages(array(‘before’ => ‘<p>Pages: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Pagei get this error message
Parse error: syntax error, unexpected $end in /home/behealthy/rawunfiltered.com/wp-content/themes/arthemia-premium/Blog.php on line 43
this is the template i made
<?php
/*
Template Name: blog
*/
?><?php get_header(); ?>
<div id=”content” class=”archive”>
<?php if(have_posts()) : ?>
<?php
if (is_page()) {
query_posts(‘cat=35’);
}
?><?php while(have_posts()) : the_post(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post_<?php the_ID(); ?>”>
<span id=”map”>/”>Home » <?php the_title(); ?></span>
<h2 class=”title”><?php the_title(); ?></h2>
<div class=”entry” style=”padding-top:15px;”>
<?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?><?php wp_link_pages(array(‘before’ => ‘<p>Pages: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
</div>
</div>
<?php endwhile; endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Pagethanks so much
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] No Input boxes appearanyone?
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] No Input boxes appearWhere exact in the stylesheet do i place this code div.wpcf7 input {border: 1px solid black;}
Forum: Fixing WordPress
In reply to: Some assistance with Post and PagesActually this isnt want I want to happen. I just want a Blog page, just to blog, my main page has other post and categories not related to my blog