Mô tả
Easily attach a link to a post. The post permalink is replaced with the shared link and a prefix is added.
You can custom everything: The title prefix, permalink text and custom field name used for the plugin.
I’m using it on my own blog and I don’t have any problem. Please let me know about any bugs or requests.
Roadmap
Send your feedback or ideas to maxime@maximevalette.com.
Cài đặt
- Upload the
/linked-articles/
directory to your/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Visit the Linked Articles settings page if you want to custom the settings
- Edit your theme files to replace your post titles by
<?php linked_articles_title() ?>
Hỏi đáp
-
Is the plugin compatible with my other title plugins?
-
Of course. The
linked_articles_title()
function uses the final return ofthe_title()
function so all the filters created by other extensions still apply.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Linked Articles” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Linked Articles” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.2
- Added an option to have the “prefix” at the end of the title.
1.1
- Added an option to disable the RSS feed link change.
1.0
- Initial release