Thuliumy WordPress theme is a clean and powerful business / portfolio WordPress theme.
The flexible jQuery slider, custom front page widgets, and crisp typography transform your basic blog into a fully functional business or portfolio site where you can showcase your works and services.
Thuliumy WP theme comes with a clean and well-structured code for easy customization for your special needs and a .pot file which you can easily translate in your preferred languages with ease.
Like our previous theme release, Thuliumy is also tried and tested to work in a multisite environment. Thuliumy is WordPress MU compatible theme.
Thuliumy is easy to customize with a powerful admin backend. This freemium WordPress theme is packed with a better framework and a robust admin options panel to accommodate the General Settings, Accordion Settings, Page Tracker, Social Networking, Page Navigation and Custom Ads Settings.
Thuliumy WP theme is an awesome WordPress theme which is great for any blogger who wants to impress their readers with their contents and a premium quality design blog at no cost!
Check out the other theme features:
- Business / Portfolio theme
- Intro Section
- jQuery Slider
- Custom Front Page
- WordPress MU Compatible
- Custom Font Integration
- Facebook Like Box
- Twitter Status Integration
- Popular Posts
- Spread the articles via Social bookmarks (TweetMeme, Delicious, Digg, Newsvine, RSS, Stumbleupon, Technorati, Twitter)
- Separation of Comments and Trackbacks
- SEO optimized
- Automatic Thumbnail Resizer (without using a custom field)
- Compatible with WordPress version 3.0+
- RSS and Twitter subscription
- Google Analytics code integration
- Built-in Page Navigation
- Advertisement Blocks Ready
- Gravatar Enabled

Thuliumy | Demo | Download Thuliumy (5146)
Installation:
- Install thuliumy folder at /wp-content/themes/
- Activate Thuliumy Theme 1.0 by Padd Solutions (Note: Don’t worry if it might look disoriented at first, you need to activate the required plugins to fully utilize the theme.)
Activate the Required Plugins
Customizing Thuliumy Options:
- Go to Appearance > Thuliumy Options
- General Settings
- Accordion Settings
- Page Tracker Settings
- Social Networking Settings
- Page Navigation Settings
- Custom Ads Settings
- Then Save Settings.
Additional Customization:
- Setting the Accordion jQuery Images:
- Go to the post
- At the bottom right part of the post page (below “Post Tags”) set the “Featured Image” (with at least width: 491px and height: 292px)
- Save or Update Post.
- Setting the DropDown Menus:
- Go to Appearance > Menus.
- Drag and drop the menus you want to appear in header navigation menu at the “Main Menu” Box and hit “Save Menu” button.
- At the Theme Locations box, choose “Main Menu” from the dropdown choices and hit “Save”.
- Setting the Front Page:
- Go to Appearance > Thuliumy Options.
- Set the appropriate pages from the drop down menu at First Column Page, Second Column Page and Third Column Page.
- Save Settings.
- Adding a Welcome Message (the text below the slider):
- Go to Appearance > Thuliumy Options.
- From the General Options, make a short welcome message in the home page in one paragraph at the “Welcome Message” box.
- Save Settings.
Requirements:
- WordPress 3.0+
- Host server with PHP5+
Thank you:
Thanks to Viper007Bond and Héctor for the useful plugins.



Hi, I had an error in my instalation.
First i install this theme in /themes and actived it, but error :
Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\press\wp-content\themes\thuliumy\includes\class-twitter.php on line 316
How to fix it? thanx..
You need to install CURL extension in PHP.
Is it possible to show the latest articles on the front page?
It’s not possible for this theme. Not without a lot of code changes anyway…
Great themes. Thanks for free .
I’m working front page of this site and am using the Thalliumity Theme. Have been able to figure out how to add the images and text for the front page images. But … I’m struggling with where I edit the ‘read more’ link (the blue button on each slide. They don’t appear to go anywhere right now and I can’t seem to find where to provide a link.
Overall the theme is nice – clean, works well with a range of plugins and very professional. Thanks!
Hi Karen,
The “read more” buttons of the slideshow on the Thuliumy theme link to the actual post. The button and the title actually have the same link (as in the demo, whether you click on the title or the “read more” button in the slideshow, it would open the actual post). The code for the slideshow is on the functions.php (Appearance > Editor, then click on Theme Functions (functions.php). Scroll down until you would be able to see the part where it says :
/** Renders the featured posts in home page.
*/
The succeeding function (padd_theme_post_featured_posts) is the function that makes the slideshow. The part of the code for the “read more” button is:
<
p class="read-more"><a href="<?php the_permalink(); ?>” title=”Permanent Link to <?php the_title_attribute(); ?>”>Read More</a></p>If you’d be changing the file before uploading it, the file (functions.php) is in the “includes” folder of the Thuliumy directory. And function padd_theme_post_featured_posts() starts in line 407. The code for “read more” is in line 434.
Cheers,
Randy