A little wordpress problem

6 replies
Here is the site I want to tweak:

Goodies for women | Just another WordPress site

What I'm wanting to do is make those pictures on the main page/categories click through to amazon, not the blog post when clicked.

A small tweak in a sea of code. Anyone have any idea where to start with this

#problem #wordpress
  • Profile picture of the author missmystery
    It might be too difficult in this sea of complex code. How irritating.

    The only other option is to redirect to amazon when a person clicks a pic and I'm pretty sure it's against their TOS.
    Signature
    {{ DiscussionBoard.errors[7358708].message }}
    • Profile picture of the author glhorsegal
      You can't just arbitrarily link to Amazon but if you are an affiliate they provide you the link info... You can then link directly from the photo... that link will have your ID embedded so you can receive a commission...
      {{ DiscussionBoard.errors[7360781].message }}
  • Profile picture of the author luckyman#9
    Originally Posted by missmystery View Post

    What I'm wanting to do is make those pictures on the main page/categories click through to amazon, not the blog post when clicked.
    There may be easier ways to do it, but one way would be to output each node with a thumbnail teaser, excerpt and link. You'll have to add the link field to your post type and then write some code to output each of these three fields. Plus style it of course. There may be some plugins to make this easier. Drupal would make it much easier, but that's not likely very helpful to you
    Signature

    My latest project: http://www.heavenlyyoga.com/

    {{ DiscussionBoard.errors[7362494].message }}
  • Profile picture of the author untappedrep
    If you end up not finding a solution PM me!
    {{ DiscussionBoard.errors[7365019].message }}
  • Profile picture of the author missmystery
    I've decided just to leave it as is.
    Signature
    {{ DiscussionBoard.errors[7367748].message }}

Trending Topics