WordPress Link Directory

Wordpress Link Directory


Search engine friendly directory for Wordpress

Make your wordpress blog to a powerful SEO tool. WPLinkDir is a wordpress link directory plugin devloped and optimized to gain success with search engines. A powerful link directory that will boost your blog to success in no time.

Gallery View Live Demo
faq
Comments (31)

To help you faster we need to know what issues you have! It will not help anybody if you just write:

It doesn’t work!




31 Responses to ”faq”


jethrov

- 3 June 2010 at 14:27

Thank you for the great work. But I dont know why, I cant acces the “add url” page. Because it opens a blog entry.

http://www.xpcinformatica.com/links/addsite/

idiotcode

- 17 July 2010 at 11:16

i can get the same result like yours, your theme is good, can i get your wplinkdir wp theme?
thnks.

Wow

- 7 August 2010 at 12:47

Hello i have a question
How can view all Categories-Subcategories when i add new in Admin page
If i have
Page list like this

Test
-test1
–test2
—test3
Test1
-test1
–test2
—test3
when i go to wplinkdir admin area i can view only default categories
How can i modify the /admin/category
to have view like above
i`ve try with this code but without succes
“@
Sub-Category of:

‘;

foreach ($getCats as $getCat) {
$getCatID = $getCat['id'];
$getCatTITLE = $getCat['title'];
echo ”.$getCatTITLE.”;
}

echo ‘@”
i`ve tr with code from add_url page
atthis way
“@

Sub-Category of:

‘;
$sql = “SELECT * FROM $wpld_cats WHERE parent=’{$wpld_dir_id}’ORDER BY title ASC”;
$getCats = $wpdb->get_results($sql, ARRAY_A);

$Mode!=’Display’;
wpld_sort_categories($getCats,$linkCATEGORY);
echo ‘

@”
and have i little succes
i view categories from admin panel
like this
Test
-test1

how can i make all pages and subpages visible
when i try to add new category
i wanna view all sub pages and pages
example i i wanna add new sub category with name
URL
in:
Test
-test1
i will add ok but after that if i wanna add the new cat in
this subdir like
Test
-test1
–URL
new cat here
is not visible for me

Hotz

- 10 January 2011 at 14:19

I install the Plugin, then the following error occur

Warning: implode() [function.implode]: Invalid arguments passed in /is/htdocs/…./wp-content/plugins/WPLinkDir/functions.php on line 520

Lorna Ly

- 20 January 2011 at 03:29

i want to try your plugin but i would like to know first if this plugin can be use with wp Version 3.0.4

Gustavo

- 20 January 2011 at 23:03

We have not been testing it on 3.0.4 and everything have been running very slow on the update. But feel free to test it or wait for the update. When the update is out it will be working on the latest WP at that time. Only problem is that we don’t have any idea when it will be ready for download.

Maarten

- 4 March 2011 at 10:59

I clicked at the uninstall button ate the WPlinkdir settings page!

MY WEBSITE IS DESTROYED, my whole database is empty.

Is that normal?

reza

- 26 March 2011 at 09:14

hi
after install this plugin i receive error :

Incompatible Archive. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

please help me

pixellab

- 17 May 2011 at 09:38

Really nice plugin, but I have problem with displaying sub-categories to.
Wordpress 3.1.2
WpLinkDir 1.3.1

Mike

- 24 July 2011 at 18:53

I have looked at just about every link directory plugin on the internet and I love the way yours looks and works. Except, I can’t add any links myself.
I tried from both the backend and the submit page, but nothing shows up in my links list. I have zero pending links.

Mike

- 24 July 2011 at 18:55

WordPress 3.2.1

Gustavo

- 16 August 2011 at 13:47

We will have a look at it!

Jurij

- 2 September 2011 at 13:35

Same here. This plugin does not work? Gave me a hope, but now I delete it.

Gustavo

- 2 September 2011 at 14:00

What Do not work? It would be good with a bit more information so we could solve the problem if there is any bugs!

Eric

- 27 July 2011 at 05:38

Plugin could not be activated because it triggered a fatal error.

Fatal error: Cannot redeclare getpagerank() (previously declared in /hermes/bosweb/web113/b1136/ipg.ericdpangilinancom/wsodirectoryplus/wp-content/plugins/wordpress-link-directory/link-directory.php:2464) in /hermes/bosweb/web113/b1136/ipg.ericdpangilinancom/wsodirectoryplus/wp-content/plugins/WPLinkDir/functions.php on line 600

Eric

- 27 July 2011 at 06:11

Fixed it. Deactivated the other plugin.
Thanks.

Eric

- 27 July 2011 at 06:16

I can’t see the Categories I made.

Here’s a screenshot http://img849.imageshack.us/img849/4110/categoriesg.png

Kumar

- 6 August 2011 at 14:27

Hi, I have just installed this plug-in. very nice plug in. one question, how can I add paging for the list.
thank you

wplinkdir på "WPLinkDir" - CyberMaster

- 27 August 2011 at 21:25

[...] FAQ [...]

Amin

- 15 September 2011 at 02:39

I cannot add a link. Just wont add. Plus the directory look nothing like yours. Neatly into boxes. How do you do that

Gustavo

- 15 September 2011 at 06:42

Where cant you add links, from admin panel or as a visitor?
The design is all done in your css file for your theme. So if you like to have the dirirectory look nice in your directory you need to make the changes
in your css file.

Techsol

- 15 September 2011 at 07:21

To get the same effect as the demo directory, add the following CSS to your theme’s style.css (This is a copy of the css this website is using)

#wplinkdir { width:773px;float:left;}
.wpld_navbar { padding:5px;margin-bottom:25px;font-size:14px;}
.wpld_navbar_left { float:left;}
.wpld_navbar_left a { font-size:14px;}
.wpld_navbar_right { float:right;}
.wpld_navbar_right a { color:#4D494A;font-size:14px; }
.clear { clear: both; }

.category_container {border: 1px solid #d2d2d2;margin: 5px 0px 0px 5px;width: 239px;padding: 5px;float:left; }
.category_container div { background: #6eb15a;border: 1px solid #3f792f;height:34px;line-height:34px;padding-left: 5px; }
.category_container div a { color:#fff;font-weight:bold;font-size: 14px; }
.category_container ul { padding:10px 0px 10px 20px; }
.category_container li { background: url(../images/page_category_list.png) left no-repeat;padding: 8px 0px 8px 20px;font-size:13px; }
.category_container_box { float:left;}

.add_container { margin: 5px 20px;line-height:20px; }
.add_title { color:#3a8328;font-weight:bold;font-size:16px;padding: 10px 0px; }
.add_title img { vertical-align:middlemargin-right:10px; }
.add_text { line-height:20px;border-top: 1px dotted #b2b2b2;border-bottom: 1px dotted #b2b2b2;padding: 10px 0px; }
.add_code { border: 1px solid #d1d9cd;font-style:italic;color:#3a8328;padding:20px; }
.add_example_link { color:#487dbc;text-decoration:underline;font-weight:bold; }

.add_info_container { width:532px;background: #ebf3fa;border: 1px solid #8bbede;margin: 5px 0px;padding: 10px 0px; }
.add_info_col { float:left;width:240px;padding-left:20px;color:#2b65b0;font-size:15px; }
.add_info_col input, .add_info_col textarea { border: 1px solid #8bbede;background: #fff;width:206px;padding: 10px 5px;color:#4d6e8b; }

.results_container { padding: 10px; }
.results_title { background: url(../images/result_title.png) no-repeat;height:37px;padding-top:23px;padding-left:20px; }
.results_title a { color:#fff;font-weight:bold;font-size:18px; }
.results_title h2 { color:#fff;font-weight:bold;font-size:18px; }
.results_sub { margin-left: 8px;border: 1px solid #c9c9c9;width:721px;border-top:0px;background:#f8f8f8; }
.results_sub ul { padding: 10px 40px;float:left; }
.results_sub ul li { background: url(../images/page_category_list.png) left no-repeat;padding: 5px 0px 5px 20px; }
.results_sub ul li a { color:#656565;font-size:13px; }
.results_head { color:#656565;font-weight:bold; }
.results_head img { margin-right:20px;vertical-align:middle;margin-left:8px; }

.results_item { background:#ebf3fa;border: 1px solid #8bbede;padding:15px;color:#4d6e8b;float:left;width:330px;line-height:20px;margin: 0px 0px 10px 10px; }
.results_item strong { color:#2b65b0; }
.results_item img { vertical-align:middle;margin-right:5px; }
.results_item a { color: #5a88c2;text-decoration:underline; }

.submission_container { background: #ebf3fa;border: 1px solid #8bbede;margin: 20px; }
.submission_image { padding: 5px;border: 1px solid #8bbede;background:#fff;float:left;margin: 10px; }
.submission_image img { border: 1px solid #8bbede; }
.submission_text { float: left;padding: 20px 15px;color:#4d6e8b;line-height:25px;width:520px; }
.submission_text strong { color: #2b65b0;font-size:13px; }
.submission_text span { color:#2b65b0; }
.submission_text span a { color:#2b65b0;text-decoration:underline; }

.submission_added { padding: 10px 15px;color:#4d6e8b;font-size:13px; }
.submission_added a { color:#2b65b0;text-decoration:underline; }
.submission_added img { vertical-align: middle;margin-right:10px; }

.submission_info { background:#fff;border: 1px solid #8bbede;margin:10px;padding: 10px; }

.submission_info_left { float:left;width:600px; }
.submission_info_left p { display:inline;padding-right:20px;float:left;color:#4d6e8b;font-size:13px; }
.submission_info_left p span { color:#3a8328;font-weight:bold; }
.submission_info_left a { color:#4d6e8b; }

.submission_info_right { float:left;padding-top:7px; }

.wpld_footer {padding:5px;margin:14px 14px 25px 14px;}
.footer_left {float:left;}
.footer_left a {color:#4D494A;}
.footer_right {float:right;color:#4D494A;}
.footer_right a {color:#4D494A;}

Carla Easley

- 4 October 2011 at 17:02

Where exactly would I place this css? Do I have to delete everything in my css stylesheet?

mike

- 25 December 2011 at 22:30

That didn’t help at all were do you put this css.
I really like this plugin and would like to use it but it’s very hard with no documentation.

Drew

- 24 September 2011 at 03:07

Can you add a reciprocal link area to this plug in? I want other site owners to link back to my site as well.
see here for an example:
http://www.widefitshoes.co.uk/links_submit.php

IDR

- 28 October 2011 at 10:51

Hello, I have a few problems with the plugin.

-First problem, it displays no subcategories.
-Second problem, it always displays “True” if I go into a category.

There is a German language page.
Thank you for your help.

Webdesign

- 29 October 2011 at 16:52

I have exactly the same problems.

eric

- 3 November 2011 at 16:58

I have exactly the same problems. (IDR and Webdesign)

Dom

- 9 November 2011 at 06:26

Hello, could you please tell me where to edit the code so it displays links by the latest added.

Thanks

Greg

- 6 February 2012 at 19:51

Great idea as there are no real directory plugins available
Can you think of intergrating a Paypal button.This would give people an incentive to load your plugin up.That being earning some sponduus
Greg

mehrdad

- 15 February 2012 at 12:11

hello
not found style.css them

Leave a Reply

Ad