On these pages are my WordPress plugins, the odd article and my Support Forum.

For my random rantings on everything else please visit my blog at Yellow Swordfish

WP Plugins


Articles

If you find any of my plugins useful, please comsider a donation towards my running costs.

Thank you

Current User: Guest
Please consider registering

 
Search Forums:


 




How to remove the previous/front/next links

UserPost

1:16 am
22 Nov 2007


alias

Guest

 
1

I like the 1 of 10 section but want to remove the 3 links that gets placed on each page

8:41 am
22 Nov 2007


Yellow Swordfish

Admin

Peterborough, England

posts 5015

 
2

Edit the plugin code is the easiest way. Find this:

function paged_menu()
{
if(!is_page())
{
if(is_single())
{

and change it to:

 

function paged_menu()
{
    if(!is_page())
    {
        if(is_single())
        {   return;

 

which should do the trick.

 



Reply to Topic: How to remove the previous/front/next links

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 7 + 11        (Required)

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

10 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 16

Topics: 1941

Posts: 13162

Members:

There are 916 members

There are 796 guests


Yellow Swordfish has made 5015 posts

Top Posters:

Mr Papa - 1437

-Radio- - 518

ovizii - 106

jfv - 82

RoseCitySister - 68

Administrator: Yellow Swordfish | Moderators: Yellow Swordfish, Mr Papa, -Radio-


© Simple:Press Forum - Version 3.1.4 (Build 357)