Skip to content
WJunction - Webmaster Forum

small help on wordpress :)

Status
Not open for further replies.

5 comments

Its easy :p

Code:
<img src="theurltothatimage" width="" height="" border="0" /><br />
<a href="URLHERE" title="Get <?php the_title(); ?> from Fast Server"><strong>Get <?php the_title(); ?> from Fast Server</strong></a>

Now this was just for a single set of image and link. You should edit and repeat it thrice to achieve what is there in the image.

Also, this should be inside the POST loop else it will not work.
 
As told by Blaze the code should be in the Loop, if u are using posts then edit ur single.php file & after the has_posts() function write down what Blaze wrote, it should be before the_content() function or after the_content() ur wish but before the endwhile statement.
 
Status
Not open for further replies.

About the author

J
Active Member · Joined
1,201
Messages
191
Reactions
63
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom