
Pinksy comments are now hosted by Disqus. This means you can now leave a comment in 3 different ways:
- Like before, by not logging into anything - just enter a username and email address (which will not be disclosed);
- By logging in to your Facebook account (see below);
- By logging into your Disqus account, if you have one.
To leave a comment as your Facebook user, just select the Facebook Connect option, and click to sign in.
Here’s how to code your own “Most commented” widget for your self-hosted Wordpress site, without the need for a single plugin. See my left sidebar for an example (”Popular Posts”).
First, find the .php files that are part of your template. They are normally in wp-content\themes\<your theme>, whatever <your theme> might be. You’ll probably want to put the widget in your sidebar, so a lot of themes probably have a sidebar.php file. Open it up in your preferred text editor.
I’ll explain the MySQL query first. Then I’ll add a bit of PHP around it, and wrap it all together at the end.

















