go41

Re: how to link my ads in the free Arthmia version :: Reply by master

von Joern am 22. Jun. 2010 | Keine Kommentare

do you see just above your dietbanner image you load the logo with link to your site.
A similar a href link you need around your dietbanner image.
should look like this:

Code:

<div class="right">
   <a href="http://full link to the site you link to">
   <img src="<?php echo get_option('home'); ?>/wp-content/uploads/2010/06/dietbanner3.jpg" alt="" width="468px" height="60px" />
   </a>
   </div>

to optimize you could use the code below,

here you can (should!) add a title instead my explanation

and you can (should!) add an alt tag

this second code will open in a new window if a user clicks, this target="_blank" stuff working like the free wordpress themes link on the image on this forum above
second code:

Code:

<div class="right">
<a href="http://full link to the site you link to" target="_blank" title="you might put a title here, seen on hover with the mouse" >
<img src="<?php echo get_option('home'); ?>/wp-content/uploads/2010/06/dietbanner3.jpg" alt="here put the same words as you put in title above" width="468px" height="60px" />
</a>
</div>

good luck
____________________
you find me on Google+, Twitter and Facebook

(von: master)

Hier noch 1 weitere Ergebnisse dieses Threads:

how to link my ads in the free Arthmia version

22. Jun. 2010 (von: Karin)

Hi, I am pretty new, not only to this forum, but also to the whole blogging stuff. I uploaded the free version of the Arthemia theme and managed to get it running... the only problem I am facing right now,…

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: