Adding a CC mark to a WordPress blog

From Creative Commons
Revision as of 13:25, 9 November 2009 by Chriswaterguy (talk | contribs) (Method #1: Use a Widget: clarify)
Jump to: navigation, search

Adding a Creative Commons mark (marking) allows people to easily see how your work is licensed, and allows search engines to index your page by license.

Method #1: Use a Widget

  • Step 1: In your dashboard, go to the menu item "Widgets", under "Appearance".
  • Step 2: Find the widget labeled "Text", and drag it to your sidebar or footer. Location is entirely up to you. (yeah, that too!)
  • Step 3: Paste the code provided by the license generator in the widget's text box, and click "Save".

This should now display the CC mark. You may style the blog as you wish. If on WordPress.com, you have to use inline styles, unless you have a paid subscription and can change all the CSS of your theme.

This works if your blog is on your own domain, (Does it work on Wordpress.com, or only with paid subscriptions?)

Method #2 (more difficult)

Edit the theme's footer.php or sidebar.php file. Get your license button HTML from http://creativecommons.org/license and paste it into your footer.php (or sidebar.php or wherever you want it to appear).

This works if your blog is on your own domain, (Does it work on Wordpress.com, or only with paid subscriptions?)

Method #3: Plugin

Use a plugin. This might be the easiest way, but has some potential for problems if the plugin breaks when you upgrade, or it clashes with another plugin. The widget above is usually a better option.

To do this, use the Creative Commons license widget. (That page says it's only tested up to WordPress 2.5, but it seems to be working on our version 2.71 blog without problems. --Chriswaterguy 04:02, 16 May 2009 (UTC)) Note: it's easier to install from the admin interface (click Plugins, then Install) rather than downloading from the link given here.

This works if your blog is on your own domain, (or on Wordpress.com, or only with paid subscriptions?)


TO-DO: Visual Guide of "marking a Wordpress.com blog with CC licenses"


See also