chrisguitarguy
Forum Replies Created
-
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
Forum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] 0.8 removes images in postsJust pushed
0.8.1
which should fix the issue!Here’s the fix, if you’re interested:
https://github.com/AgencyPMG/SEO-Auto-Linker/commit/58fbd0cdeb62eb784fd5e9233ba0820596c33a3bAlso, if you find a post/page/whatever giving you trouble, you can now disable auto linking by adding
<!--nolinks-->
into the post content.Forum: Plugins
In reply to: [SEO Auto Linker] Headings Problem when SEO Auto Linker ActivatedThis should be fixed in 0.8
Please note that SEO Auto Linker will ignore all content within shortcodes.
This was the change if you’re interested:
https://github.com/AgencyPMG/SEO-Auto-Linker/commit/69e32f2437879ea1ea8eedbab377dbc1dfb721e0Forum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] Content posts not displayedHiya,
Figured out what the issue was and it should be fixed in 0.8.
This was the change, if you’re interested:
https://github.com/AgencyPMG/SEO-Auto-Linker/commit/12181c44a09497f76ab8acafc397baa8529d14b2Forum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] Problem with homepageI need some more info for this one. Can’t get the bug to happen with only this plugin, Twenty Eleven, and WP 3.3.2.
Some things that would help:
- What other plugins are you using?
- What theme are you using?
- What are the keywords you have in place?
Feel free to email me:
chris [AT] pmg [DOT] co
(note: that’s
.co
not.com
)Forum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] Problem with homepageHmm, that’s a weird one. I’ll see if I can reproduce it and figure out what’s going on.
Forum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] Content posts not displayedCan you post some of the keywords and settings you’re using?
Any visibile errors?
Thanks! Glad you like the plugin!
-CDForum: Plugins
In reply to: [SEO Auto Linker] Headings Problem when SEO Auto Linker ActivatedHiya,
Looks like there’s some weirdness when taking out/replacing shortcodes. I just noticed this recently as well.
Looking into it!
-CD
You’ll want to put in the URL of your facebook page. Eg. https://www.facebook.com/classicalguitarblog
-CD
Forum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] No links after updateWell, it if was prior ot 0.7, you’ll need to “migrate” your links. There’s another plugin that came with SEO Auto Linker called “SEO Auto Linker Migration”. Activate it and you links should move over.
Let me know!
-CDForum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] No links after updateWhich version did you upgrade from?
-CD
Forum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] Filter for adding keywords/linksHiya,
There is now an
seoal_links
filter in 0.7.2.There’s some more info here: https://github.com/AgencyPMG/SEO-Auto-Linker/wiki/Filters
Forum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] req: max number of links per pageSEO Smart Links has the feature because the structure is a bit difference. I opted to do a per keyword max.
Some sort of import functionality is a good call!
-CD
Forum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] req: max number of links per pageI’m not sure if that’s a good idea — seems like a very specific use case.
What could be done is add some filters/actions that would allow you to bail early if necessary. Either that or I would write a plugin that does this but doesn’t force the use on everyone.
Thoughts?
-CD
Forum: Plugins
In reply to: [SEO Auto Linker] [Plugin: SEO Auto Linker] Filter for adding keywords/linksMakes sense.
Will add a filter! https://github.com/AgencyPMG/SEO-Auto-Linker/issues/8