Artisteer Footer Glitch

Just a little glitch!
The latest version of the Artisteer software gives you a theme option to input footer data including links in your newly created WordPress theme. The only problem is when you enter a URL like you’re suppose to with “quotes” around it, then you save it, it alters the code by inserting ” \ ” characters.
Simple solution!!
Just enter the URL with NO “quotes”.
<a href=”http://www.gdscomp.com”>GDScomp<a/> WON’T WORK
<a href=http://www.gdscomp.com>GDScomp<a/> Will Work Fine.
Problem solved!
Artisteer Theme Trackback Problem
There is a Bug in Artisteer WordPress Themes for Ping- and Trackbacks.
Here is the solution.
Edit comments.php
around Line 123-125 you will find:
<ul class=”commentlist”>
<?php wp_list_comments(‘type=comment&callback=art_comment’); ?>
</ul>
after the line above insert the following right after:
<ul class=”commentlist”>
<?php wp_list_comments(‘type=pings&callback=art_comment’); ?>
</ul>
And now your Artisteer Template will work fine with Ping- and Trackbacks.
Add Comments To Artisteer Pages
WordPress Themes created with Artisteer Software do not have the comment feature like posts do. To display comments on your pages you must add some code to your page.php file. We usually create a seperate page template to allow pages with comments and pages without. Modifying your page.php file will put comments on all your pages and then you can turn them on or off in the editor when you create or edit your page. To add the code needed read on.
Dark Night WordPress Theme
Not the movie!! Just another Free WordPress theme available to download and use freely.
DARK NIGHT 2
2 Column, Dark, Night Sky background, fixed width, widget ready…
This is another them I made using Artisteer. They recently released version 2.0 which gives you even more options and features to play with. I have made themes the other way before but using Artisteer gets you there much much faster. All in all the software is fantastic. As with any software you will discover little limitations and this is true with Artisteer, but, there are so many options that another alternative is always there! If you really want to develope your own themes for yourself, clients, or friends you really should check out Artisteer! We use it and I recommend it highly.
- Bob Browne
DOWNLOAD Dark Night Theme 2 (379)
More on this theme on our Dark Theme page
Check out Artisteer for yourself!! Click the banner below!











Recent Comments