Difference between revisions of "Publish/Text/WordPress"

From Creative Commons
Jump to: navigation, search
(Created page with "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. == Наслов ==...")
 
Line 1: Line 1:
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.
+
==How to publish on WordPress==  
 
+
=== Text Widget (easy) ===
 
 
== Наслов ==
 
== Text Widget (easy) ==
 
  
 
'''This works on Wordpress.com as well as self-hosted WordPress installations.'''
 
'''This works on Wordpress.com as well as self-hosted WordPress installations.'''
Line 17: Line 14:
 
''TO-DO: visual guide for this method.''
 
''TO-DO: visual guide for this method.''
  
== Theme PHP files (more difficult) ==
+
=== Theme PHP files (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).
 
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).
  
== Plugin ==
+
=== 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.
 
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.

Revision as of 22:58, 16 December 2010

How to publish on WordPress

Text Widget (easy)

This works on Wordpress.com as well as self-hosted WordPress installations.

  • 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 CC license chooser 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.

Use this method unless you strongly prefer editing source files or installing plugins and have good reason to do so!

TO-DO: visual guide for this method.

Theme PHP files (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).

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.


See also