How to link front page images to selected taxons? #3942
Answered
by
jarednorman
my-very-own-account
asked this question in
Troubleshooting
-
Ideally with that microdata stuff too. Here's what I got so far:
Thanks! SUMMARYWorks like a charm. @jarednorman pointed out in the Slack that the name should probably be an ActiveRecord object as well:
Happy programming! |
Beta Was this translation helpful? Give feedback.
Answered by
jarednorman
Feb 17, 2021
Replies: 2 comments 2 replies
-
Hey! Can you please explain better what you mean by "front page images"? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Rather than those content tags you want to do |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jarednorman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rather than those content tags you want to do
link_to(seo_url(taxon), ...) do
and replace the...
with the microdata as appropriate.