Template Links
High quality examples of personal wordpress skins
Our Community

how make personal blog fast
Discussion:
I posted this 4 days ago. Maybe it was overlooked. I figured starting a new thread might help.
i got the ad squares to appear. I was using a plugin. now my problem is they are all lined up vertical.
is it possible to place a video in the larger ad square that is meant to be above the smaller ad squares? i think the size is 300Г—250? Is there a particular plugin you would recommend for video?
thanks for all your help. new to wordpress but almost there.
I posted this 7 days ago. Maybe it was overlooked. I figured starting a new thread might help.
i got the ad squares to appear. I was using a plugin.
is it possible to place a video in the larger ad square that is meant to be above the smaller ad squares? i think the size is 300Г—250? Is there a particular plugin you would recommend for video?
thanks for all your help. new to wordpress but almost there.
Paraportica - Clean WordPress Theme

twitter stream, left widgetized sidebar wordpress theme for free
What other people say:
is it translation reay?
do you upgrade this version for WP2 .8 ?
Playground
Discussion:
nice, very simple and super clean. love it.
Thank you. My idea was to make it lightweight 
Harmonia - Showcase and Blog Wordpress Theme

featured, slider wordpress blog theme for free
Community Comments:
awesome
Is there another blog sample of this theme I can take a look at?
FolioPort - Manage Your Portfolio and Blog

design my own portfolio blog online
Comments:
The download does not come with the PSD but if you need it to customize the theme just send me an email and I’d he happy to email it to you.
I don’t quite understand the anxiety over the .psd, unless you yourself do not have the rights to it.
The licensing on ThemeForest is extremely explicit and already protects your .psd file
It is the inclusion that gives you legal protection, unlike a web posting like ‘no reselling’.
Nobody is going to be able to cutomize this to their taste without it.
Lovely work – but slightly self destructive approach to selling.
Respectfully…
Affair

how to create photography blog
Discussion:
I just installed the theme. There seems to be a problem with the thumb.php file. I get a 403 Forbidden error and the thumbnails are broken images on the site. Any ideas?
I’ve followed the instructions on adding thumbnails like your Help.txt file says to.
I still can’t get the images to display not sure whats going on.
Web Explorer - Simple Business Wordpress Theme

Comments:
Hi, and thank you for the reply.
I appreciate you taking the time to help me. However, I think I’ve just made an enormous mistake!
In trying to instal stat counter code, I ahve just messed up my footer.php code, and now my site doesn’t have a footer! I know this was my own stupid mistake, and you should slap me for not copying it down before modifying it! But i was wondering if you could help.
I have tried to FTP the origional footer.php file, but it doesn’t replace the messed up one. What should I do?
The code I have is:
<?php bloginfo(‘description’); ?>
-
<?php wp_list_pages(“depth=1&title_li=&exclude=”.getOption(“exclude_pages_from_menu”)); ?>
Hi again Pexeto!
We are still working on it.
We have new challenges, can u help us?
We want to put into order the postCategory pages that we have just configurated, because they don’t follow the attribute page order (these do work on the menu). We have tried to change the ID’s order, but they follow the ID recent order.
How can we define a specific order of the postCategory pages?
On the other hand, we would like that Image fader settings(if fader enabled on a page) work as a slider.
We mean that some images appear like a slider with a link to a static page (not only as fader transition).
How can we change the Image fader as a slider?
Finally, how can we configure a 404 page? By default it charges a default page style
Thank you again for your info. Best regards.
Sintagma - Premium Elegant WordPress Theme

Comments:
I found one solution to my First Question above…I read a previous post you told another user:
The problem is that you haven’t inserted a title to your widget and widget titles are required by this theme. You just have to insert a title or if you don’t want to have a title you can just insert a blank space in the title field.
Hello. Great Theme.
I am having trouble using the “Links” widget in my sidebar. My site is in development and is only visible to registered users (sorry), but here is a screengrab:

The formatting is not working properly, as you can see. I have the Links Widget set to show the link image and link name.
Can you please help? I can set you up as an Admin if you need to take a closer look.
Thanks much.
Caulk

nested comments, admin panel, slider, jquery, green wordpress blog theme
Some Comments:
Is there another sample blog that used this theme that I can take a look at before I purchase it?
Brian,
Is it possible to place a wiget above the forst ad panel on the sidebar?
Thanks, Andrew
Purple/Black Wordpress Template

how to make modern blog
Some Comments:
I’m wondering if its possible to make it so that on the top menu, the categories comes after pages. I want it so that in the menu I have my selected pages and at the end one category, but when I choose category to be at the top it always makes it right next to Home.
Thanks
egs
Here’s how I used this theme: www.erikagsimon.com
Photography and Portfolio Wordpress Theme

black wp template
Comments:
Hi. I just wanted to say I have put my request for a little tech support in once again. I guess you couldnt help because the site wasnt live. But it is now. I have sent the email on the space provided.
Please respond as soon as possible. I have waited on this issue over a week. Thank you very much.
Hi, We figured out how to change the background. Now I’m wondering if it’s possible to have a fixed image on the homepage instead of the slide show?
Thank you
Janine
Movement

jquery wordpress skin
What other people say:
I cannot get the YouTube gallery to work the same way the demo does.
I get an empty box at the top of the screen, my videos load in new windows on YouTube, and I have a separate page users must navigate to watch the videos from my awebsite.
Please help, and thank you in advance,
Cliff
Hello I found a solution. After
foreach($menu_items as $menu_item) {
wp_list_pages('title_li=&depth=1&include='.$menu_item);
$c = wp_list_categories('show_count=0&depth=0&title_li=&echo=0&include='.$menu_item);
insert
if ($c != '<li>No Categories</li>') {
$cc=wp_list_categories('title_li=&echo=0&child_of='.$menu_item);
if ($cc != '<li>No Categories</li>') {
$c = substr($c, 0, -6);
$c .='<ul> ';
$c .=$cc;
$c .='</ul> ';
}
echo $c;
}
and add the necessary styles.
You can thank me whiskey
GEN20XX - Slim Fit Wordpress for Modern Business

portfolio wordpress theme
Community Discussion:
Hi,
I just installed this beautiful theme of yours on my site which is Wordpress v3.0 - but I’m only getting the gray background image and nothing else. I can’t see anything else…
What can I do?
Thanks, ML
I’ve just used this theme for my very first website. I cannot convey how fantastic Saurabh has been. His level of support is incredible, from prompt email answering to actually changing code for me. I wouldnt hesitate to recommend Saurabh and his theme to anyone. 5 stars!!!!
Flowhub

colorful theme for wordpress, modern corporate
Comments:
Hi, I have been trying for hours to create a parent page with child pages in the top menu bar but it wonВґt work! Is it no longer possible to display parents and children in the menu bar with this Theme?
Thanks
Gary
I made the css change to single.php you recommended above on preventing the thumbnail and excerpt from show at the top of the posts – but it also took away the headline. Can you please help me with this?
MiniBuzz - Minimalist Business WordPress Theme

business, simple wordpress blog theme free
Community Discussion:
Hi,
When going into Theme Options and trying to set a particular category to display in the Slider, after saving it reverts back to All Categories.
Please help asap
Infinity - Worpdress theme

design blog blog online
Community Discussion:
This is really pretty. I love everything, but I would like to see the drop downs a bit faster…
Great job BioXD!
Great lookin’ theme, well done. Love the bezels!
Elegance - Simple and Elegant WordPress Theme

corporate wp template
Community Discussion:
I have only one problem.
One the “Portfolio” when i click on page 2 or 3 i get error.
Can u help me on this.
thanks
Hi,
Great theme!
I was wondering if on the homepage the slider can be disabled? I would like to use one main image.
I presume the three columns at the bottom of the slider are all widgets and can be enabled or disabled or customized as needed – is this correct?
Thanks
Purelight Wordpress Theme

personal, texture, jquery, multi color, slideshow theme for wordpress
Comments:
Thanks. It does support WP 3 and no issues so far.
However, the 100% native support for the new WP release will be added a bit later along with some additional functions/options.
This will sound really silly but I can’t find the documentation/info for setting up the header/slider thingy.
Thanks.
Oxide

designer wordpress template
Some Comments:
Thank you very much. However, if you have more then one main link with drop down sublinks, there is another bug appears.
Please, visit this Site: Now, please point your mouse over top menu (that has sublinks), and move your mouse over this menu from left to right.
You will notice that all submenus opens and they STAY OPEN , even if you move your mouse from the menu.
This bug appears in FF and IE (didn’t do test in Crome or Opera, but these two main browsers are enough to me).
Can you please check what is wrong?
Thank you very much.
Regards,
Sinisa
Hello,
As my client can’t wait so long, I manage to fix this issue myself. It’s not perfect, but at least it works as it should be.
Regards.
Tesla - Advanced Minimalist Business WP Theme

personal, minimal wordpress skin free
Community Discussion:
I like it very much; will likely be getting it for a client of mine.
Is there official documentation for this theme?
- 31 black themes for wordpress
- 16 remarkable examples of simple themes for wordpress
- 22 white wp templates for inspiration
- Best of the week 30 blue themes for wordpress
- 22 amazing portfolio wordpress themes
- Exceptional and inspiring corporate themes for wordpress
- Innovative Examples Of modern wordpress skins
- Showcase of 29 business wordpress blog themes
- 34 masterful jquery wp themes
- Stunning cases of customizable themes for wordpress
- 34 stunning green wordpress templates
- Get inspired by 10 gray wp templates
- Attractive cases of red wp themes
- 30 gallery wp templates
- Best of the week 20 designer wordpress themes
- Best of the week 30 dark wp templates
- 25 php wp templates
- 23 blog wordpress themes - best examples
- 33 exclusive web 2.0 wordpress templates
- 25 stunningly beautiful slider wp themes
- 21 amazing jquery wordpress blog themes
- 29 Tempting photography wordpress blog themes
- Funny and creative slideshow wordpress themes
- Graceful minimal wp templates
- Killing orange themes for wordpress
- 25 elegant wordpress blog themes
- Ultimate roundup of 3d wordpress themes
- 4 Good-looking animation wordpress skins
- 23 css wp themes youll fall in love with
- 7 gratifying yellow wordpress themes
- Get inspired by 32 light wp themes
- Professional smooth wordpress blog themes
- 16 grey wordpress skins for a winning website
- Draw inspiration from 25 contact form wordpress themes
- Best animated wordpress themes
- Draw inspiration from 13 html wordpress skins
- 20 Exquisite creative wordpress skins
- Inspirational lightbox wp themes
- Skillful and effective colorful wordpress themes
- High quality examples of personal wordpress skins
- Pleasing cases of professional wordpress templates
- 24 design wordpress themes
- 11 Attractive image gallery wp themes
- Unbelievable and mind blowing video wordpress themes
- Showcase of 21 news wordpress skins
- 27 company wp templates
- 15 high quality xhtml wordpress skins
- Elegant and original color wordpress skins
- 16 Astounding brown wordpress templates
- A collection of music wordpress themes
- Funny and creative cms wordpress blog themes
- 12 Pink wp templates
- Best minimalist wordpress themes
- New and useful fashion wordpress templates
- 32 First-rate examples of ajax wp themes
- 23 Neat and tasteful Showcase wordpress templates
- Elegant and original flash wordpress skins
- Best of the week 27 magazine themes for wordpress
- Entrancing 10 photo wp templates
- 25 stylish wp templates created by web professionals
- Fresh and well-designed 7 black white wordpress templates
- Stunning examples of clean design wordpress themes
- 18 minimalistic wordpress blog themes that capture creativity
- Truly Most Brilliant Examples of sleek wordpress templates
- 11 purple themes for wordpress
- Graceful images wordpress themes
- Choose your best solution among 7 php contact form wordpress blog themes
- 4 cool wordpress blog themes inspired by creativity
- Get inspired 10 clean style wordpress skins
- 23 Grunge wordpress blog themes that will amaze you
- 4 glow wordpress skins that will make your site awesome
- 25 wordpress wordpress blog themes to show your individuality
- 12 DropDown Menu themes for wordpress you should know
- Unbelievable and mind blowing Twitter themes for wordpress
- 16 high quality portfolio wordpress blog themes
- Mind blowing Web wordpress themes
- 18 spectacular examples of photographer wordpress skins
- Best of the week 5 colors themes for wordpress
- 5 high quality slick wordpress skins
- Drawing inspiration from 4 video gallery wordpress themes
- Mind-blowing examples of form themes for wordpress
- Shockingly cool cases of silver wordpress templates
- Amazing contact wordpress themes
- Showcasing 6 thumbnails wordpress blog themes
- Creative and funny slide themes for wordpress
- Funny and creative photo gallery wordpress themes
- Amazing corporate wp templates
- 20 alluring jquery slider wordpress skins
- Gorgeous examples of accordion themes for wordpress