| View previous topic :: View next topic |
| Author |
Message |
thetshirtblog Level 1

Joined: 23 Jan 2008 Posts: 6
|
Posted: Wed Jan 23, 2008 12:58 am Post subject: DiggThis Question |
|
|
I read the instructions, but it appears that my theme doesn't have a single.php file. It is called vistered-little. What can I do to get the plugin up and runnings?
Thanks so much. |
|
| Back to top |
|
 |
Aviran Site Admin


Joined: 03 Sep 2004 Posts: 416
|
Posted: Wed Jan 23, 2008 1:36 am Post subject: Re: DiggThis Question |
|
|
| I don't know your theme, but you can simply find the place in your theme where you want to put the digg button (usually before or after the content), and put it there. |
|
| Back to top |
|
 |
thetshirtblog Level 1

Joined: 23 Jan 2008 Posts: 6
|
Posted: Wed Jan 23, 2008 1:38 am Post subject: Re: DiggThis Question |
|
|
| I'll try to play around with it... |
|
| Back to top |
|
 |
thetshirtblog Level 1

Joined: 23 Jan 2008 Posts: 6
|
|
| Back to top |
|
 |
coredatarecovery Level 1

Joined: 23 Nov 2008 Posts: 2
|
Posted: Sun Nov 23, 2008 1:49 am Post subject: Re: DiggThis Question |
|
|
I cannot get this thing to work with this version of wordpress,
Has anyone else got it installed and working with the latest wordpress version (2.6.3)?
I've included a snippet of my single.php below:
<div class="BlockContent">
<div class="BlockContent-body">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
[b]<?php digg_this_button(); ?>[/b]
<div class="navigation">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
</div>
<div class="post" id="post-<?php the_ID(); ?>"> |
|
| Back to top |
|
 |
coredatarecovery Level 1

Joined: 23 Nov 2008 Posts: 2
|
Posted: Sun Nov 23, 2008 3:03 am Post subject: Re: DiggThis Question |
|
|
If I'm logged in, I can see the button on the one post that has been submitted to digg, I cannot see the digg this button unless I am logged into digg.
Also, there is not a digg this button in any of the other posts that have not been submitted to digg, how do I get that?
(I'd prefer not to digg my own stuff.) |
|
| Back to top |
|
 |
Aviran Site Admin


Joined: 03 Sep 2004 Posts: 416
|
Posted: Tue Nov 25, 2008 4:20 am Post subject: Re: DiggThis Question |
|
|
The whole purpose of the digg this button is to only show on posts that have been dugg. It will not show on posts that where not submitted to digg.
If you need a button that submits to digg you can use [url=http://yoast.com/wordpress/sociable/]this [/url]plugin |
|
| Back to top |
|
 |
ankushsharma Level 1

Joined: 20 Feb 2012 Posts: 9 Location: india
|
Posted: Mon Feb 20, 2012 5:07 am Post subject: Re: DiggThis Question |
|
|
| Thanks for sharing nice information ...... |
|
| Back to top |
|
 |
|