Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page display #43

Open
prem1987se opened this issue Apr 29, 2014 · 1 comment
Open

page display #43

prem1987se opened this issue Apr 29, 2014 · 1 comment

Comments

@prem1987se
Copy link

  1. Place in your "single.php", it will generate a normal digg button in your single post page.
  2. It's always recommended to rewrite above code with function_exists() checking : by using this method... i can able to display in post but i can't able to display in any of the page
@nlopin
Copy link

nlopin commented Jul 16, 2014

Confirm that this bug is exists. I get the error:
Warning: Missing argument 1 for BaseDD::BaseDD(), called in /wordpress/wp-content/plugins/digg-digg/include/dd-manual.php on line 123 and defined in /wordpress/wp-content/plugins/digg-digg/include/dd-class.php on line 97

That's because of empty constructor for DD_Digg class in this function.
And this DD_Digg class looks like this:

class DD_Digg extends BaseDD{

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants