Free Wordpress Review Theme

Just edit the footer.php. You can add those links fairly quickly just hard coding them into the theme.
 


oh great, thanks! that worked well.

Another question is. When we add all those customs like pictures and so on and build that overview, it is kinda not so obvious what the name of the product is as we are just adding an image. how could we fix that?

Regards
vintres
 
So I suck at coding and I've been trying to figure out how to edit this theme to fix it up a little bit. Can anyone tell me where I insert "target=_blank" to make the page I'm linking to open up in a new window?
 
So I suck at coding and I've been trying to figure out how to edit this theme to fix it up a little bit. Can anyone tell me where I insert "target=_blank" to make the page I'm linking to open up in a new window?
Should be

HTML:
target="_blank"
So in any link, let's say we link to wickedfire

HTML:
<a href="http://www.wickedfire.com">Gay Webmaster Forum</a>
Add the target attribute in...
HTML:
<a href="http://www.wickedfire.com" target="_blank">Gay Webmaster Forum</a>
hth
 
Thanks guerilla, I have the code down I'm just not sure where in wordpress to put it in. I'm not sure if you're familiar with this theme but I tried putting it in the custom field "offerURL" and that didn't work so I thought I'd try it in the theme editor but that didn't work either...or maybe I just put it in the wrong spot in the theme editor.

I thought I'd save myself time by using this theme but I've spent a bunch of time trying to tweak it 'cause I don't really know how to edit wordpress themes. Takes a while to figure out but I'm sure it's a good learning process.
 
you don't do it in the custom field - you'll do it in the wordpress theme files directly - generally where it's pulling in the custom field. do a search in the files for href and that will lead you to the links and then check to see if it's a link that is pulling in the offerURL custom value, if yes add target="_blank"
 
Awesome theme dude! Thanks for posting it up.

I just need some help with editing the default 188 x 38 product image.

1.) How can I edit the default to something else like 300x250?

I tried looking for it in the style.css, and the index.php, but couldn't find the dimentions of the picture anywhere.

2.) How should I edit the #reviewTable to make the text under the description column justified, or left-centred?

thanks a bunch! your help is appreciated.
 
I'm having some problems here. I added the posts and individually they perform well. But in the homepage the table review remains empty :x can someone help me with this one?

thanks
 
NoneofB, how did you solve it, the posts not showing up in the main front page table ... I have the same problem, and have been racking my (small) brain trying to figure it out!
 
Thanks ph_aff .... I had done that ... I followed the original instructions:

"Categories:

You can have as many categories as you want, but you must have the following two: Introduction, Featured

Introduction
- create a post and put it in the category Introduction, this post appears at the top of your homepage

Featured - any post in the Featured category shows up in the review box below the Introduction on the home page
"

What happens is here:

Short Sale  Buying Reviews


I have item a and item b ... I assign BOTH as Introduction .... whichever I do last turns up at the top of the page as THE intro text ... and nothing in the table at all ... it feels like it IS something with categories, but I can't pin it down ... you can click on any individual post on the main page and it shows up fine individually, even showing a table at the top with one entry .... I just can;'t seem to get multiple (any, actually) entries on the MAIN page table ....

Any thoughts? I love the theme, sand it is perffect for what I want to do ....
 
Did that ... I still get nothing in the main table, only in the single post. I tried multiple posts in "Introduction" category, it only put in latest one.