yeah I read I have been trying to aply that like 3h but somehow I cant get it work right ;/
http://wordpress.org/extend/plugins/smarter-navigation/
But I prefer do not use it it is kinda old ;/
I would like to do changes in my post.php that is more simpler but dont know how ;/
change this:
$prev_link = get_previous_post_link('« %link');
$next_link = get_next_post_link('%link »');
into this:
$prev_link = get_previous_post_link('« %link','%title',true);
$next_link = get_next_post_link('%link »','%title',true);
that is assuming that the theme specific function get_previous_post_link('« %link') uses the parameters in the same way as the wordpress function previous_post_link('« %link')
(untested)
wow it works somehow ^^ nice ^^ ty ^^
but there is only one little problem;/
how to change ( Older Entries and
Newer Entries) for Title of that post.?
and I see that some strange pages are created like category/page2(that should be title of post)/
any idea??
how to change ( Older Entries and
Newer Entries) for Title of that post.?
and I see that some strange pages are created like category/page2(that should be title of post)/
any idea??
to me, this more an indicator that i did not work; i.e. that your theme is not prepared to have the links in the same category only.
so it is my theme function ? http://pastebin.com/u6K6eH5B
and do you could be able to change that few things what need to be changed if I will give you admin pass? cuzz Im totally lost ;/
this is an edited version of functions.php:
http://pastebin.com/gMVg4kfq
before you change anything, make a full backup copy of your theme files
the edited functions.php should hopefully work in connection with my earlier suggestion:
$prev_link = get_previous_post_link('« %link','%title',true);
$next_link = get_next_post_link('%link »','%title',true);
Did not work ;/
any way I did send U email with informations where U can log in to my www to see what is going on ^^
ps I can leave link to ur site later on my site (my site is 3years old now) ^^
ugh It did start to work in proper way ^^ Thx a lot ^^ I dont know if this was you or it was some of plugins with one I have been played BUT THX Alot ^^