Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • nevermind solved

    can 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: Page
    Thread Starter junkie06

    (@junkie06)

    Did 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: Page
    Thread Starter junkie06

    (@junkie06)

    its giving me a line 23 error. line 23 is <?php get_footer(); ?>
    im not sure why

    ps. cool website buddah

    Forum: Fixing WordPress
    In reply to: Page
    Thread Starter junkie06

    (@junkie06)

    Im 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: Page
    Thread Starter junkie06

    (@junkie06)

    i 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: Page
    Thread Starter junkie06

    (@junkie06)

    thanks so much

    anyone?

    Where exact in the stylesheet do i place this code div.wpcf7 input {border: 1px solid black;}

    Thread Starter junkie06

    (@junkie06)

    Actually 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

Viewing 10 replies - 1 through 10 (of 10 total)