elegant themes

Tag: "comments"

How Akismet prevented my Mom from leaving her first WordPress comment, and some anti-spam alternatives

| March 15, 2013 | 12 Comments
Last week our agency launched a shiny new custom site for an academic think tank. I showed my mom the new site. “It’s so nice Miriam!” said my ever-objective Mom. She dutifully scrolled up and down the home ... View Post

Jetpack WordPress plugin – The new comments and image carousel features almost make me want to use it

| July 22, 2012 | 7 Comments

WordPress.com has limited flexibility and functionality in many ways. For example, you can't add plugins, and you have to sign up to a paid upgrade in order to use ads. Even so, many of us who use and create self-hosted WordPress sites (with WordPress.org), have some serious FOMO when it comes to some of the built-in

... View Post

Disclaimer popups before sending an email or submitting a comment using simple jQuery in WordPress

| March 28, 2012 | 3 Comments

Several of our clients requested that we add popup disclaimers before someone sends an email to the site admin or before they submit a comment. Here's a screenshot of what we're going to do:

Case 1: Add a Contact Us link to the navigation menu that triggers a ... View Post

How to Re-enable and Allow Comments in Older Posts in WordPress

| November 15, 2011 | 2 Comments

We had a client come to us and ask how to re-enable comments on older posts. I started searching around and found 2 ways of allowing comments on many posts at once.

1. Use the built-in WordPress Bulk Edit feature.

This feature was introduced back in version 2.7 but only now did I fall in

... View Post

Get to know every line of your comments.php WordPress theme file

| June 3, 2008 | 2 Comments
There is one WordPress theme file that I almost never touch when working on a theme: comments.php. I usually style WordPress comments via the CSS sheet, and that's that. Well, there's a lot you can do to customize and extend WordPress comments if you just know how. ... View Post

Using WordPress comments as a contact form

| February 4, 2008 | 3 Comments
Justin Tadlock has posted a way to use built-in WordPress comments in lieu of a contact form. Basically, you replace your theme's current comments.php file with the one that Justin offers for downloading that checks if a page is called "Contact." If it is, the ... View Post

Allow users to use OpenID to interact with your blog with OpenID WordPress plugin

| January 21, 2008 | 2 Comments
The WordPress OpenID plugin lets visitors to a Wordpress blog quickly register, login, and leave comments using their OpenID Identity. Says it's designed for WP 2.0.3 to 2.1, but may work with 2.3. Wordpress OpenID Plugin View Post

Make your WordPress comments more user friendly with a mini TinyMCE editor

| December 30, 2007 | 16 Comments
WordPress comment boxes tend to be dry, text editors. That's kind of ok for people who know HTML, but even I get frustrated when I want to add a link in someone else's comment box. Here's a really easy and pretty solution: Advanced TinyMCE Editor. This editor add a simple yet useful toolbar ... View Post

Using PHP to alternate background colors for comments or posts in WordPress

| December 26, 2007 | 21 Comments
Some blogs have alternating background colors for their comments and posts, i.e. a green background for every even comment and post, and a grey background for every odd comment and post. How do they do that? Alternating Comments Styles To alternate comments, add the following code to your comments.php template file, under where it says <?php ... View Post

Giving each comment its own link in WordPress

| November 28, 2007 | 4 Comments
Being able to link to specific comments in your WordPress blog could be very handy. Good comments can really add a lot of value to a blog, and you or others may want to refer to specific comments in your posts by linking to them. In general, comments can be linked to, but to ... View Post
Page 1 of 3123