• Hello,
    Thanks for the plugin. I am wondering if it would be possible to fully automate the linking. I.e.: Instead of manually creating a separate keyword list, link all words corresponding to the terms of one or several existing taxonomy. Ideally the taxonomy would be selectable (like at the moment the allowed post type). I am running a glossary (custom post type) with several taxonomies.

    This would save me a lot of time 🙂

    Thanks!

    http://wordpress.org/extend/plugins/seo-auto-linker/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author chrisguitarguy

    (@chrisguitarguy)

    Yes, it’s possible, but it’s not likely to become part of the core of this plugin.

    I would suggest you take a look at the hook documentation for the plugin. You can hook into seoal_links and dynamically add links.

    The links themselves are just a post type. So register the taxonomy for that type, and you have a system for associating the two.

    Something like this: https://gist.github.com/3601566

    Thread Starter primedomain

    (@primedomain)

    Thanks for your reply. As I am not a a coder, I am petty much clueless how to actually make it work 🙂
    From what I understand, the code example is an additional plugin? I uploaded the file to the plugin directory. Upon activation I get:
    Parse error: syntax error, unexpected T_FUNCTION, expecting ‘)’ in /homepages/14/xxxxxxx/htdocs/sites/yyyyyy/wp-content/plugins/seoal-dynamic.php on line 67

    Thanks.

    Plugin Author chrisguitarguy

    (@chrisguitarguy)

    You probably get that because the plugin requires PHP 5.3+.

    Thread Starter primedomain

    (@primedomain)

    yep, I am running 5.2.17.
    So, I guess I am out of luck? In the meantime I have found another plugin (http://wordpress.org/extend/plugins/terms-to-links/), which looks promising. Unfortunately it breaks the page layout completely = almost blank page) (even with default template), but I can activate it. Probably because it hasn’t been updated for a while. Haven’t received any answer from the author so far. Bad luck, I guess.

    Plugin Author chrisguitarguy

    (@chrisguitarguy)

    Not out of luck, you just have to adjust the code a bit. Updated: https://gist.github.com/3601566

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: SEO Auto Linker] link keyword-list to existing taxonomy’ is closed to new replies.