外掛說明
[[Wiki Page Links]] is a WordPress plug-in that allows you to add Wikipedia-style hyperlinks to your posts and pages and automatically have them link to your WordPress pages.
For example, if you write this code in your blog:
See my [[About]] page.
You’d see this output:
See my About page.
Other Features
- You can provide a list of link templates for adding links to other sites, such as Wikipedia. Eg. if you specify [[wiki:Hyperlinks]], you get a link to the corresponding Wikipedia page.
- Wikipedia-style pipe (|) aliasing.
- If a page doesn’t exist and the user is logged in, you’ll see a link (“[?]”) to create a new page.
Features TODO:
- Add an admin panel for adding new shortcut link templates.
安裝方式
- Upload
wikipagelinks.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
使用者評論
2020 年 8 月 28 日
Please ignore extra spaces, I have not managed to have wordpress.org let me put the code as it is in this post.
[ [ Contact ] ] works fine but [ [ Contact | My contact page ] ] is not working, it displays Contact|My contact page with a question mark with the link to create a new post. [?]