Sorry for the confusion. I don't have code for the sidebar (other
than the custom html for the custom theme) - The problem is that I
don't know what code to insert in my sidebar.php to create an
additional flutter write panel area for another posting box.
here's the "news" <?php if (have_posts()) : while (have_posts()) :
the_post(); ?>
<div <?php post_class() ?> id="post-<?php
the_ID(); ?>">
<h3 class="h3"><a href="<?php the_permalink() ?>"
rel="bookmark"><?php the_title(); ?></a></h3>
<?php the_content(__('(more...)')); ?>
How do I have an additional posting area via Flutter's write panel in
the sidebar (a custom theme - no widgets) on the same page? Do I
somehow modify the code above? In other words, how I do create two
posting areas / panels on the same page with separate write panels?
As I said, I'm new to php. . .
K
On Sep 18, 5:49 pm, doc4 <
doc4des...@gmail.com> wrote:
> kbast,
>
> This is a little confusing, can you post the code from the sidebar
> that you are having trouble with?
>
> Thanks,
>
> Doc4
http://www.doc4design.com