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 4564

 
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: 4 + 11        (Required)

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

6 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 15

Topics: 1740

Posts: 11781

Members:

There are 799 members

There are 738 guests


Yellow Swordfish has made 4564 posts

Top Posters:

Mr Papa - 1227

-Radio- - 475

ovizii - 85

jfv - 80

angelic007 - 66

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


© Simple:Press Forum - Version 3.1.3 (Build 356)