View Single Post
Old 04-24-2008, 03:53 PM   #109 (permalink)
X-Digg
X-Digg.com Support Staff
 
X-Digg's Avatar
 
Join Date: Dec 2007
Location: Quebec, Canada
Posts: 172
Points: 660
x0pa -

If I remember correctly in your WordPress Theme you will need to look for
PHP Code:
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
you will want to place:

Code:
<script type="text/javascript">submit_url = '<?php the_permalink() ?>';</script>
<script type="text/javascript" src="http://www.x-digg.com/evb/button.php"></script>
after that and before:

PHP Code:
<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?>
Of course you may need to make a CSS class to get your layout correct.

I have not worked on WP in a while, so someone else may have a better way to do it. Let me know how you make out!

Jerry Martine - Support Staff
X-DIGG.COM ENTERPRISES INC.
__________________
X-Digg is online now   Reply With Quote Send a private message to X-Digg