Results 1 to 6 of 6
-
3rd Oct 2011, 06:05 PM #1OPMember
[Req] How to Add Image instead of Text in PHP
Hello Friend I just need your help to add image in my php file instead of text :
Here is my file's php code
PHP Code:<?php if ( is_single() ) { ?>
<div class="navigation" style="border-top:0;">
<div class="alignleft"><?php previous_post_link('%link','« Previous Post'); ?></div>
<div class="alignright"><?php next_post_link('%link','Next Post »'); ?></div>
<div style="clear:both;"></div>
</div>
<?php } else { ?>
<?php if ( function_exists('wp_pagenavi') ) { ?>
<?php wp_pagenavi(); ?>
<?php } else { ?>
<div class="navigation">
<?php posts_nav_link('', '« Previous Page', 'Next Page »'); ?>
</div>
<?php } ?>
<?php } ?>
Hope you will help me...ashutariyal Reviewed by ashutariyal on . [Req] How to Add Image instead of Text in PHP Hello Friend I just need your help to add image in my php file instead of text : Here is my file's php code <?php if ( is_single() ) { ?> <div class="navigation" style="border-top:0;"> <div class="alignleft"><?php previous_post_link('%link','« Previous Post'); ?></div> <div class="alignright"><?php next_post_link('%link','Next Post »'); ?></div> <div style="clear:both;"></div> </div> <?php } else { ?> <?php if ( Rating: 5403 Forbidden Error
-
3rd Oct 2011, 06:08 PM #2MemberWebsite's:
Elite.SO Defendos.com Motionite.comJust remove
PHP Code:<?php posts_nav_link('', '« Previous Page', 'Next Page »'); ?>
Code:<a href="linkhere"><img src="image.png" /></a>
-
3rd Oct 2011, 06:19 PM #3BannedWebsite's:
worldwidexs.com.auEDIT: Do what l0calh0st asked to do
-
3rd Oct 2011, 06:24 PM #4Respected MemberWebsite's:
DL4Everything.com Soft2050.inTry this:
PHP Code:<?php if ( is_single() ) { ?>
<div class="navigation" style="border-top:0;">
<div class="alignleft"><?php previous_post_link('%link','<img src="previouspost.png" />'); ?></div>
<div class="alignright"><?php next_post_link('%link','<img src="nextpost.png" />'); ?></div>
<div style="clear:both;"></div>
</div>
<?php } else { ?>
<?php if ( function_exists('wp_pagenavi') ) { ?>
<?php wp_pagenavi(); ?>
<?php } else { ?>
<div class="navigation">
<?php posts_nav_link('', '<img src="previouspost.png" />', '<img src="nextpost.png" />'); ?>
</div>
<?php } ?>
<?php } ?>
-
3rd Oct 2011, 06:25 PM #5MemberWebsite's:
Elite.SO Defendos.com Motionite.comAs I said it's just html
-
3rd Oct 2011, 06:46 PM #6OPMember
Thank you very much mate...
403 Forbidden Error
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Replace text with Image in Wordpress ?
By Jayzzy in forum Webmaster DiscussionReplies: 1Last Post: 13th Nov 2012, 08:04 PM -
Password image wrap around text ??/
By sandip1110 in forum Graphics AreaReplies: 11Last Post: 7th Apr 2012, 06:56 AM -
In line image and text...
By r00ts in forum WordpressReplies: 2Last Post: 24th Mar 2012, 02:24 PM -
Help changing text on the image
By MediaStar in forum Graphics AreaReplies: 3Last Post: 20th Jan 2012, 04:34 PM -
[Buying] Need To Convert Image To Text For 35$
By orbofdarkness in forum Completed TransactionsReplies: 47Last Post: 1st Mar 2011, 03:22 PM
themaLeecher - leech and manage...
Version 4.94 released. Open older version (or...