RachaelButts
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [The Events Calendar] Events not posting to Blog PageHi,
I am just bumping this post.
Thanks!
Forum: Themes and Templates
In reply to: [Adventure Journal] Error page.php on line 36Thanks! That is odd I never touched that page.
Resolved, thanks for the quick response ??
Forum: Themes and Templates
In reply to: [Adventure Journal] Error page.php on line 36<?php /** * @package WordPress * @subpackage Adventure_Journal */ global $multipage; get_header(); ?> <div class="content" <?php ctx_aj_getlayout(); ?>> <div id="col-main" style="<?php echo ctx_aj_customwidth('content'); ?>"> <div id="main-content" <?php //ctx_aj_crinkled_paper(); ?>> <!-- BEGIN Main Content--> <?php //Start the Loop if (have_posts()) : while (have_posts()) : the_post(); ?> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <?php echo sprintf('<h1 class="storytitle">%s</h1>',get_the_title());?> <?php if(!function_exists('is_admin_bar_showing')){ edit_post_link(__('Edit Page', 'adventurejournal')); } else if ( !is_admin_bar_showing() ){ edit_post_link(__('Edit Page', 'adventurejournal')); } ?> <div class="storycontent"> <?php the_content(__('(more...)')); ?> </div> <?php get_sidebar(); ?> <div class="clear"></div> </div> <?php get_footer(); ?>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin. As it stands, your posted code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Adventure Journal] Error page.php on line 36lol, I am the developer.
Forum: Themes and Templates
In reply to: [Adventure Journal] Error page.php on line 36this is my exact error:
Parse error: syntax error, unexpected $end in /home/ropetek/public_html/wp-content/themes/adventure-journal/page.php on line 36
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] category-sitemap.xml missing- By going to “posts”>”categories” >
- Click edit under the category you have created
- Once on the category edit page Click the drop down box that says “Include in sitemap?:”
- and change to “always include”.
- Then click save.
May need to do this to all of your categories.
I did what the people above said to do but I thought these were a little better directions
Viewing 6 replies - 1 through 6 (of 6 total)