Click to See Complete Forum and Search --> : wordpress help needed (2)


ArtphotoasiA
02-15-2010, 10:26 AM
Hi there I have a problem in WP... with next/previous post link...

(1) in the blog/index page the links look like next post>> and <<previous post

(2) in the blog/cat page the links also look like next post>> and <<previous post

(3) in the post pages itself like /blog/?p=351 the links look like titlepostlink>> and <<titlepostlink

My goal is to have titlepostlink>> and <<titlepostlink
ALSO in blog/index page AND blog/cat page everywhere.

I have alredy tryed to modify PHP like this but nothing...

<?php previous_post_link('&laquo; %link') ?>
<?php next_post_link('%link &raquo;') ?>

if I modify blog/index page or blog/cat page in this way the link does not show up.

Any help?

thewebhostingdi
02-18-2010, 10:33 AM
Hi,

Check with this plugin which will resolve your problem easily:

http://wordpress.org/extend/plugins/wordpress-navigation-list-plugin-navt/

ArtphotoasiA
02-23-2010, 04:43 AM
Thanks... but is not what I was looking for... :-)

Aravona
03-17-2010, 09:55 AM
Have you tried looking for the functions in the general template?

Thats where I changed what is said for the meta information (site admin became Dashboard on the link)

ArtphotoasiA
03-20-2010, 12:22 PM
No function in the general template available...