Rating: 5 stars
Please ignore extra spaces, I have not managed to have www.ads-software.com 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. [?]
Rating: 5 stars
This seems to still work on WP 4.2.4. pagetitle links to a such-titled page and other display text links to such-titled page while displaying other text.
However the original description of the plugin is I think wrong when it says it allows such type links to “posts and pages.” As coded, it looks only for Pages, not for Posts.
I modified the code to look instead only for Posts, not for Pages. I will be using only Posts for these types of links, so that’s good for me. If you need to use such type links that will link to any Page or Post with such title, you would need to do some more extensive re-coding, I think.
The change I made is very simple. Look for this code …
]]>
if ( $page = get_page_by_title(html_entity_decode($link, ENT_QUOTES))</blockquote>
… and change it to this:
if ( $page = get_page_by_title(html_entity_decode($link, ENT_QUOTES),OBJECT,post)
Cheers.
Rating: 5 stars
Can anyone clue me in on how to create lists for outside links like wikipedia, imdb etc? An example of each and where the list goes and how it is formated….
]]>Rating: 5 stars
Still works perfectly. I hope the developers continue development. I’m sure that “Two years since active development” warning is scaring a lot of people away.
]]>Rating: 5 stars
Works correctly. Thanks.
]]>