Latest Changes To Artisteer
Artisteer released a new beta version recently that has corrected a few issues. The footer problem of not being able to surround your url’s with quotes has been resolved along with the big button effect to the “Read More” put into your long posts. I do have to say that they keep upgrading this software at a pretty rapid pace so if your a user of this great web development tool stay up to date and check their website often.
Artisteer Help and More Help!
If you are using the Artisteer Software to create web templates then you probably already know that they released a new beta version recently to address recent issues with templates created. Artisteer is a very young product and really hasn’t been out that long so updates are bound to happen and probably pretty frequently. As with all sofware, especially ones like this that do so much, is bound to have certain bugs or glitches as I call them. So far they are all easy to work around and correct manually. They have a nice user help forum and there are also other sites on the web that are helping Artisteer users. Check here for answers to your questions and maybe even something about that mod you would like to do. www.artisteerhelp.com . All in all I still think this is a great piece of software and highly recommend it.
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.









Recent Comments