violetviolet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sidebars not showing in dashboardthanks esmi. I will try upgrading my version of wordpress.
Forum: Fixing WordPress
In reply to: sidebars not showing in dashboardI’m getting 3 error messages.
1 for widgets.php
‘Warning: array_keys () [function.array-keys]: The first argument should be an array…’
and the other 2 for text_widget.php in the theme
‘Warning: array_keys () [function.array-keys]: The first argument should be an array…’
&
‘Invalid argument foreach() in…’Forum: Fixing WordPress
In reply to: sidebars not showing in dashboardI don’t think it’s the theme. I can’t access sidebars in dashboard on the default themes either.
Forum: Fixing WordPress
In reply to: sidebars not showing in dashboardWell, actually, I don’t think that it’s theme specific as the sidebars showing up when changing to other themes don’t show my sidebar content.
Forum: Fixing WordPress
In reply to: sidebars not showing in dashboardThanks
Plug-ins do not seem to be the cause of problem, but it does appear to be theme specific.
I didn’t follow the directions in Moving WP because various mix ups on the old server meant that I couldn’t. Since moving, I’ve adjusted info in the database & relevant pages and everything else is working ok – that is, except for the sidebars
Forum: Fixing WordPress
In reply to: Server structure – separate blog folder within main blog folderthanks for the warning!
Forum: Fixing WordPress
In reply to: Posts – only 5 showing on pagehey that’s so great – it worked – thank you very much!
Forum: Fixing WordPress
In reply to: Posts – only 5 showing on pageseems some code didn’t make it into the paste…but you can see the loop.
Forum: Fixing WordPress
In reply to: Posts – only 5 showing on pagehi,
This is the code on the page template:
<div id="column2"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> <?php endwhile; ?> <?php $category = get_post_meta($post->ID, "symposium2004", true); ?> <?php $child_posts = get_posts('category_name='. $category ); ?> <ul id="child-pages" class="lay-3-col"> <?php if (!empty($child_posts)) {foreach ($child_posts as $post) : ?> <li class="portfolio-home"> <?php $thumb = get_post_meta($post->ID, "thumb", true); if (!empty($thumb)) { ?> <div class="thumbImage"> <a>"><img src="<?php echo '/wp/wp-content/uploads/'. $thumb ?>" alt="<?php the_title(); ?>" /></a> </div> <?php } ?> <div class="title"><a>" href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div> <div class="excerpt"><?php echo the_excerpt(); ?></div> <?php endforeach; } ?> <?php else : get_component("not_found.php"); endif; ?> </div>Forum: Fixing WordPress
In reply to: change the number of excerpts which are displayedmy admin > settings > reading > blog pages is set to 10
Forum: Fixing WordPress
In reply to: display spec category excerpts on pagebelated thanks!
this displays the entire post, how can I display an specific category excerpt only?Forum: Fixing WordPress
In reply to: 'Add new category', etc has stopped working in Adminsolved – replaced wp-includes folder