GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress question ?? (https://gfy.com/showthread.php?t=901204)

halfpint 04-22-2009 06:48 AM

Wordpress question ??
 
Is there a plugin for wordpress or a way that I can add reciprocal links to a sidebar without having them alphabetically listed. I want to be able to move links up and down the list or be able to place them anywhere in the list of my own choice. I dont want to use Linkex

thanks

Carmine Raguso 04-22-2009 08:05 AM

Quote:

Originally Posted by halfpint (Post 15773132)
Is there a plugin for wordpress or a way that I can add reciprocal links to a sidebar without having them alphabetically listed. I want to be able to move links up and down the list or be able to place them anywhere in the list of my own choice. I dont want to use Linkex

thanks

Couldn't you just use a php include and modify the list as you see fit?

pornguy 04-22-2009 08:16 AM

I have not seen anything like that But I bet one is out there some place. Could use it myself

pornguy 04-22-2009 08:21 AM

I have not had time to mess with it, but take a look at this one

http://wordpress.org/extend/plugins/...ink-directory/

pornguy 04-22-2009 08:22 AM

No I dont think that one will do it.
Sorry

JamesK 04-22-2009 08:23 AM

how about editing the theme? you can place a link anywhere you want

halfpint 04-22-2009 08:49 AM

Thanks guys for the sugestions. I guess these two are the way to go, either by editing the theme side bar or use a php include

Emil 04-22-2009 08:53 AM

Just add HTML-code to a Text-widget.

Carmine Raguso 04-22-2009 08:57 AM

Quote:

Originally Posted by JamesK (Post 15773972)
how about editing the theme? you can place a link anywhere you want

That's exactly what I meant, maybe I should have added that to my OP. It shouldn't be too difficult to do at all.

fris 04-22-2009 09:06 AM

if you mean swapping links, then no, I don't think a plugin is currently available for that but. If you want to change the order

plugin
http://wordpress.org/extend/plugins/my-link-order/

template code

Code:

<?php wp_list_bookmarks('title_li=&categorize=0&orderby=rand'); ?>
or include

Code:

<?php include (TEMPLATEPATH . '/linktrades.php'); ?>

halfpint 04-22-2009 09:12 AM

Quote:

Originally Posted by fris (Post 15774301)
if you mean swapping links, then no, I don't think a plugin is currently available for that but. If you want to change the order

plugin
http://wordpress.org/extend/plugins/my-link-order/

template code

Code:

<?php wp_list_bookmarks('title_li=&categorize=0&orderby=rand'); ?>
or include

Code:

<?php include (TEMPLATEPATH . '/linktrades.php'); ?>

Thanks Fris that would work a treat :thumbsup

halfpint 04-22-2009 09:58 AM

That plugin is awesome and realy easy to use. Does exactly what I was looking for I bow to you Fris.. Thanks again :thumbsup


All times are GMT -7. The time now is 04:01 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123