Bold: A CV/Resume Template for Smart Professionals
Hey guys, today I’m proud to announce that through my design studio – QBKL Media – I’ve released Bold, a smart, minimal and clean CV / resume template packed with nice features.
Bold is a minimal and clean one-page CV / resume template featuring print-ready and mobile-ready versions, downloadable PDF version generated on-the-fly, working Ajax contact form, jQuery lightbox gallery and social media section. It is also very easily editable and configurable.
You might wonder how Bold could help you, the blogger? Well, behind every blogger is a professional and truth is, no matter how much information you add to your resume and how much expertise you have, presentation is a key element.
The setup and configuration of the template is easy and straight forward and basically the time between the moment you finish downloading and the moment you have your full CV online is just a matter of how fast you type!
The Bold CV/resume HTML & PHP template is available for sale through the ThemeForest marketplace at the low price of $10 ($8 for the registered users with cash deposits).
It’s time to look good, be that online professional that everybody talks about!
Blog SEO Tips – SEO Friendly Titles (H1, H2, H3)
Another quiet Sunday in the blogosphere, as usual. This morning I thought about writing another link share post or a WordPress theme recommendation, but later I’ve decided to break the pattern (since it’s all so quiet) and make Sundays the host of a blog SEO tips series. In this first post I’m going to talk about the importance of using SEO friendly titles (H1, H2, H3) and the right way to do so.
Usual Coding Patterns in WordPress Themes
If you’re even a bit familiar with the WordPress themes, by now you’ve probably took a look at your theme’s files. Blog pages are rendered through an association of a few PHP files with standard names (index.php, archive.php, single.php) with different templates of the theme, based on the content type.
The index.php file usually stands for your home page, also being capable of replacing any other template that hasn’t been already defined. So, if you don’t have a template for search results (search.php), the index file will take over and render your search results page.
Each of these templates includes smaller pieces of code to build up the final result. The most used are header.php, sidebar.php and footer.php.
For now, we’ll limit our attention to the following files in your theme’s folder:
- header.php
- index.php
- single.php
- page.php (not every theme has it)
- archive.php, search.php (not every theme has them)
Optimizing the Header File
Having your primary keyword present at the top of you page it’s very important.
Considering the fact that most themes come with text based logos instead of graphics, we’ll be looking for the <h1> tag in the header.php file.
Click here to read the full blog post!

