0
votes
1answer
28 views

How to auto strip hyperlinks & images in wordpress post

I creat a post form on front-end for wordpress members by use DJD Site Post plugin. Plugin url: http://wordpress.org/extend/plugins/djd-site-post/ And now i want to auto strip all hyperlink & ...
0
votes
0answers
31 views

How to use Link Manager

I'm working on a plugin and want to use WordPress's 'link manager' (see following image). How can I use it? I used Google to find an answer but I couldn't. I also figured out that this option was ...
1
vote
1answer
23 views

SEO smart plugin not working for words ending with ä, ö, å

Custom keywords don't get linked if words end with this letters : ä, ö, å It works if those letters are inbetween. any idea how to fix this? Custom Keywords : meäts, www.google.com ...
0
votes
1answer
54 views

How do I add php to all links automatically?

I'm using the Qtranslate plugin for my site. It's a pretty cool plugin and works great to a degree. I'm having a problem though when users add links to internal content in the WYSIWYG editor in that ...
1
vote
3answers
208 views

Build a list of partners with Link, Logo and text

I want to build a list of partners. At the moment, I have tried with the "links" function, the problem is that I can't use html tags on the description field. Therefore I'm looking for another ...
0
votes
1answer
42 views

How to remove links generated by SEO-smart-links?

I tried seo-smart-links plugin and it linked all my posts to tags/categories and other posts. This looks stuffing and spamming to me so I uninstalled this plugin. Now the links are still there but the ...
0
votes
2answers
70 views

How do I increase the 255 character limit on the 'description' field for link library links?

My descriptions are being cut off and I need to increase this field to accomodate more text. Thanks.
1
vote
1answer
102 views

How to add subcategories to the blogroll?

I'm looking for a way to create subcategories in my blogroll... For example: Downloads -> Windows -> Mac -> Linux I want to create a real page (not a widget) where the main categories and ...
0
votes
1answer
419 views

Thumbnails and Lightbox

As mentioned on wordpress.org, it is possible to link a thumbnail to its larger self. <?php if ( has_post_thumbnail()) { $large_image_url = wp_get_attachment_image_src( ...
2
votes
1answer
61 views

How to attach Links into page/post or custom post type?

I need to create or use an existing 3rd party plugin to attach any links (one or more) to a page, post or post-type from the WP link manager: http://example.com/wp-admin/link-manager.php I need a ...
0
votes
1answer
55 views

Linked pages from plugin on front can't see $wpdb

I obviously need more knowledge re this one. From my plugin. I have a custom main page which displays my custom db data table of a list of stores. Each store has a "link" ie using a href eg. <a ...
-1
votes
1answer
227 views

plugin: SEO smart links does not work [closed]

I need to add automatically links in my blog to various pages. I try "SEO smart links" and other similar plugins but no links are added. Any ideas as per what I'm doing wrong? Thanks.
1
vote
2answers
568 views

How do I customize my WordPress shortlink structure in link-template.php without a plugin?

Right now my shortlink structure looks something like this: example.com/?p=451 I would prefer it to look more like this: example.com/abc123 Any ideas how I can alter the code to do just this?
0
votes
1answer
124 views

HTML link within my plugin settings page

My plugin has a settings page. It's working fine. Now, i want to put a html link within this page. This link will go to another settings page. How could I do that? Thanks.
0
votes
2answers
363 views

A plugin for having rel=“nofollow” in posts?

I'd like to make all the links in posts on one of my sites to be with rel="nofollow" on links inside posts. I wasn't able to find a plugin that did the job except for WP-NoExternalLinks. It also ...
-1
votes
1answer
110 views

Simple Amazon Affiliate Plugin [closed]

I am looking for a plugin that will embed my amazon affiliate id in outbound amazon links on my blog. I've tried a couple of top plugins (e.g. sorted by popularity) and most are a huge overkill ...
2
votes
4answers
612 views

Open external links in a new window

Is it possible to make some sort of change or add a plugin that allows me to make every 'external' link open in a new window? Just an example: if my blog was called http//timmy.com/ and I wanted to ...
2
votes
1answer
172 views

Tag link suggestion plugin

Every time I write a post I make sure I add links to words that I have tags for. For example: "The economy of Brazil has improved in the last few years". This ensures that when people re-post my ...
0
votes
1answer
247 views

Conditional Display of Links in Widgets

I want the links widget in my sidebar to display links based on the page the user is on. For example, if the user is on the home page I want it to display link1, link2 and link3. But if the user goes ...