开发者 |
hiren1612
wordxpress1 thefiddler joeyday |
---|---|
更新时间 | 2020年12月6日 04:16 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Are you spelling book names correctly or using the universally recognized standard abbreviations? Latter-day Linker won’t work unless you do.
Does the specific issue you’re experiencing have to do with a D&C reference, or a reference to Joseph Smith—History or Joseph Smith—Matthew, or are you using en-dashes in verse ranges? If so, you may be running into a character encoding problem. There are half a dozen ways of typing ampersands, en-, and em-dashes.
I’ve tried my darndest to make sure Latter-day Linker recognizes them all, but I’m bound to have missed one. When in doubt, simply use &
for ampersands, --
for en-dashes, and ---
for em-dashes, or try typing the HTML character entity codes, i.e., &
for ampersands, –
for en-dashes, and —
for em-dashes.
It may also be worth taking a look at how your database is character encoding the text it stores. You can learn more about general issues with WordPress and database character collation at WordPress Codex › Converting Database Character
Sets.
Have you got another plugin activated that modifies the content of your posts or comments in any way? Latter-day Linker is known to not play well with code prettification plugins like Markdown or Textile, and may have problems withother plugins that modify post or comment content in any way.
Use the (support forums)[https://wordpress.org/support/plugin/lds-linker/#new-post) on WP.org for plugin support. For general WordPress support or other questions, use the WordXpress contact form. Cheers!
urlencode()
function.