Issue with custom link fields
-
I’ve been monitoring this support forum and I’m impressed by the popularity of this awesome plugin and by Eliot’s quick responses. I had issues with my site as soon as I upgraded to 4.2.3, but have followed this forum and applied plugin updates as they become available. Some of my issues went away with one update only to come back with the next update. This is where things stand, hopefully it helps with testing use cases:
I have a custom type with a custom text field that’s used for storing links to external sites.
1. I have a shortcode on a page using[loop...]<a href="[field mylink]">My Link</a>...[/loop]
. Here I use count=”1″ to get only the first item.
2. I also have a widget/sidebar on the same page that uses pretty much the same loop as #1, but here I use count and offset to get items 2-6.In version 2.6.5, #1 was broken but #2 worked fine.
In the latest version 2.7.1, #1 works fine but #2 is broken.For the time being I’ve removed my sidebar since all links shown there are going nowhere. I can live without it until things stabilize a bit more or until WP 4.2.4 is released.
- The topic ‘Issue with custom link fields’ is closed to new replies.