• I temporarly satisfied with this code at my sidebar

    <!-- Start 10 last posts -->
    <h2>Svet turizma</h2>
    <?php query_posts('category_name=asides&showposts=10&orderby=id&order=desc'); ?>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div id="nesto"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></div>
    <?php the_content(__('(more...)')); ?>
    <div class="meta"><?php edit_post_link(__('Edit This')); ?></div>
    <?php endwhile; else: ?>
    <p><?php _e('There are no posts.'); ?></p>
    <?php endif; ?>
    <!-- End 10 last posts -->

    But, when I click on (more) option, that paticular NEWS ITEM opens up at SIDEBAR (?!) as well where it should be like every other post!!!

    U can see an example at https://www.putasestvije.com

    I had already tryed AWSOM News ver. 1.4.1 but It’s TITLE doesn’t shows?!

    Any more solutions…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tanematic

    (@tanematic)

    Still not solved…?!

    Hi, I’m not sure I understand your problem when using AWSOM News (I’m the developer of it), though I will attempt to answer what I think you mean. What title isn’t showing? If you mean the title you assign to it in the admin area–>that title is actually not a display title but is the title for you so that you know which news post is which when administering them in the admin area. The News area itself does not have a separate title field, you can do that your self by using the Visual editor and formatting the News post the way you want it to look. I didn’t want to force people to have a title field because not all implementations of the news section on sites warrants a title area.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Addins news pluigin…?!’ is closed to new replies.