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 |
✓ ✓ ✓ ✓ – – – – – – – |
✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ |
Theme Options
Choose the theme color, upload logo, add scripts code, add custom CSS, enable breadcrumb navigation, enable excerpt post, enable post thumbnail, enable related posts, and edit built-in contact form.
Custom Widgets
OctoPink Premium version comes with 6 (six) custom widgets: flickr gallery, social media buttons, Twitter update, author description, popular post and tabs.
7 comments on Octopink Theme
12 Pingbacks & Trackbacks on Octopink Theme
-
[...] OctoPink Theme Live preview | Download [...]
-
[...] Octopink [ Demo ] [ Download ] [...]



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.