OctoPink Theme
A two columns pink WordPress theme, releases in conjunction with breast cancer awareness month. Available in 3 different background design (PRO version).
- Released on Oct 3, 2011
- GPL License
- Compatible with WordPress 3.0 or higher
- Tested in IE 7/8/9, Firefox, Safari, Opera, Chrome
| Features | Free | Premium |
|
Widget-Ready Threaded comment & Gravatar Cross Browser compatibility WordPress 3.0 Menu Responsive layout Color/Background options Custom widgets Theme options Shortcodes Page templates PSD file |
✓ ✓ ✓ ✓ – – – – – – – |
✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ |
7 comments on Octopink Theme
14 Pingbacks & Trackbacks on Octopink Theme
-
[...] Download Tweet Tags: Free Themes, [...]
-
[...] OctoPink is a pink two-column theme, released in conjunction with Breast Cancer Awareness Month. Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic. (No Ratings Yet) Loading … Tags: themes, WordPress, wordpress themes [...]
-
[...] OctoPink is a pink two-column theme, released in conjunction with Breast Cancer Awareness Month. [...]
-
[...] descargar el tema en forma gratuita, aunque hay una versión premium con algunas características extra por [...]
-
[...] To find out more about the theme, you can visit the theme page here. [...]
-
[...] Demo Download [...]
-
[...] Octopink??? | ??? [...]
-
[...] Octopink [...]
-
[...] Octopink [ Demo ] [ Download ] [...]
-
[...] Octopink [ Demo ] [ Télécharger ] [...]


Patrick
November 24, 2011 at 2:04 am
Thanks a lot for this Great theme!
There’s a bug in header.php that affects non-english blogs. To correct:
replace:
<input type="text" name="s" class="header-text" size="15" title="” />
with:
<input type="text" name="s" class="header-text" size="15" title="…” />
Patrick
November 24, 2011 at 2:06 am
didn’t work
in the title attribute: php _e(‘Search…’);
should be php _e(‘Search’);
the triple dot should be outside the php code.
Andrew
November 25, 2011 at 1:23 pm
If you are using free version, you’ll need to add the translation support. It should be _e(‘Search’, YOUR-ATTRIBUTE);
StaubTeufel
November 28, 2011 at 12:15 am
sorry, i try translation, now it works!
Andrew
November 28, 2011 at 12:58 am
Glad to know that. Let us know if you need any help.
andrew
December 7, 2011 at 4:14 pm
I bought the premium version of this theme but how do you change the font size of the content to be bigger?
Andrew
December 7, 2011 at 5:22 pm
Hi there, you can add “Custom CSS” to increase the font size. Go to “Appearance” -> “Theme Options”, look for “Extra Inputs” button. Add in:
body {font-size:0.9em;}
Should do the trick. The default if 0.8em. You can edit the number to suit your need. 1em, 1.1em and etc.