The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
13 views

Linkyfy each character

There is one plugin http://wordpress.org/extend/plugins/linkify-text/ It works for individuality text It works for only English character I have blog in unicode, sample post can be seen at: ...
1
vote
0answers
18 views

How to link keywords in custom fields?

I have come across different WordPress plugins that will automatically link/hyperlink keywords--to external links--every time they appear throughout posts. Here's an explanation of what I mean: Site ...
0
votes
1answer
188 views

How to add future Posts to the new “Internal Linking” Feature

The new Feature "Internal Linking" is only showing already published posts. If writing a series of posts planned for future publishing, these posts are not showing up in the list. Is there any hook or ...
1
vote
1answer
231 views

Blog.php or how to display recent posts?

I created a home.php which doesn't display the recent posts in the standard-blog-style. Just have a look at my website to see what I mean. I want to create a link that leads to something like ...
1
vote
1answer
91 views

How to find all links between pages

I'm trying to have sort of a functionality that will let me find all internal links on my site that are pointing to a page. i.e - I want to know all pages on my site that are linking to (any) page in ...
4
votes
4answers
1k views

Problem with guids and absolute links

Post and page guids include the full absolute URL of my site (e.g. http://www.example.com/wordpress/?p=1). This causes a problem if the domain, or wordpress path changes, or if I'm viewing the site ...
1
vote
1answer
820 views

Use WP 3.1 Internal Linking 'widget' as a meta_box

There is lots of information out there on how to customize meta boxes added with add_meta_box(), such as enabling WYSIWYG editors on textareas and uploading images. What I have yet to find is a way ...
3
votes
3answers
757 views

How to add a link in a image's caption?

I would like to add a link to the caption of a photo in one of my posts. I can type in the HTML for the link in the caption, but when I publish the post the link gets removed. How do you add a link ...