Hello,
(thanks for your plugin).
Yesterday, i have found a bug.
When i choose an article on the list, i dont see all, because you have make an error in your code. You have set post_per_page = -1, but you should have posts_per_page = -1
Custom post autoseolink
is accessible on website ie:
https://www.mysite.com/autoseolink/slug/
Visiting the above url returns:
HTTP/1.1 301 Moved Permanently
Date: Sun, 27 Jan 2019 09:40:56 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Location: https://www.mysite.com/post-xyz
Permanent redirect to a particular post. Why?
]]>Hi,
Congratulations to this great plugin. I’ve dived into the code a bit trying to solve my issue on my own. With no success, but I like the clean and lean code anyway. ??
The issue is, that there are only 10 entries shown in the list. Only the latest 10 entries can be seen and filtered, which makes it impossible to edit older entries.
As I didn’t find a solution, could you help? For example, as you’ve set the number of entries to -1, is there a way to enforce a big value? (I tried setting it to 1000, but that didn’t help)
Kind regards
Tobias
I’m not 100% certain this is not one of my plugins, haven’t tested it on clean install, but it seems like you have created a public custom post type ‘autoseolink’.
I go to https://wp.local/autoseolink/qwe/ and I can open it, it’s not 404.
]]>I can link to posts of custom post types, it seems. Please let me link to taxonomies as well.
]]>I’d like to be able to use /relative/links/
For example, to link to tags and categories. Or maybe I’m smart enough to think up something like #js-link, just let me set it, it’s up to me how I will use it. Don’t be too smart and restrictive please.
I have yet to test it.
Description is really great, looks EXACTLY like something I was searching for.
But I can’t even create link for my posts. Had to read through your code.
new WP_Query( array( 'post_type' => $publicPostType->name, 'post_per_page' => -1,
Do you know, to disable limit you should set posts_per_page to -1? There is no such thing as ‘post_per_page’, you have it in every interface. I’m instantly scared to use your code, you are obviously experienced beyond just testing it.
TLDR: there is a misspelling of posts_per_page, you have missed ‘s’. It doesn’t work this way. Please fix.
]]>doesn’t create links in 4.9.2 and main plugin feature redireting to home page with 4.9.3
]]>