morisp...@gmail.com
unread,Nov 19, 2007, 9:49:56 PM11/19/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LLBB Small Creations
Hi,
I've been trying to make your plugin Cite this in my word press blog,
but can't make it work. I guess the problem may be in the index.php of
my default theme (Talian 1.0). I can't find where to insert the
<?php
if (function_exists('GetCitationsBlockStaticHTML'))
echo GetCitationsBlockStaticHTML($post, null);
?>
My index.php looks as follows:
<?php get_header(); ?>
<div id="content_talia">
<div class="right-content-talia">
<div id="left-post">
<div id="put-image-here"></div>
<div id="post-entry">
<?php if(have_posts()) : ?>
<?php while(have_posts()) : the_post(); ?>
<div class="post-meta" id="post-<?php the_ID(); ?>">
<h1><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?
>"><?php the_title(); ?></a></h1>
<div class="posted-aut-cat">Posted in <?php the_time('F jS, Y') ?> <?
php edit_post_link('Edit', '| ', ''); ?></div>
<div class="posted-aut-cat">by <?php the_author_posts_link(); ?> in <?
php the_category(', ') ?></div>
<div class="post-content"><?php the_content('Continue reading this
post...') ;?></div>
<div class="post-commented">
<div class="post-box"><?php comments_popup_link('No Comments', '1
Comment', '% Comments'); ?></div>
</div>
</div>
<div class="post-fixed"></div>
<?php endwhile; ?>
<?php comments_template(); ?>
<div class="post-fixed"></div>
<div class="post-navs">
<?php if(function_exists('wp_pagenavi')): ?> <?php wp_pagenavi(); ?><?
php else : ?><?php posts_nav_link(); ?><?php endif; ?>
</div>
<div class="post-fixed"></div>
<?php else: ?>
<h3>Sorry The Post Have Been Removed</h3>
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_leftbar(); ?>
<?php get_footer(); ?>
Can you please tell me where to insert code for citations?
Thank you,
Moris Polanco