Rincewind
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Realtime Sitemap] PHP7 Compatibility issueI have no access at the moment to PHP 7, and so am unable to test, verify and/or fix any issues that may or may not work with that version. Until such time as I do it will stay as it is, if someone would like to fix the issues for the benefit of themselves and other users feel free, if they was to contact me via email with the code I would be happy to commit it to the svn and give them credit for the fixes.
Forum: Plugins
In reply to: [WP Realtime Sitemap] Sitemap does not work any moreI have no access at the moment to PHP 7, and so am unable to test, verify and/or fix any issues that may or may not work with that version. Until such time as I do it will stay as it is, if someone would like to fix the issues for the benefit of themselves and other users feel free, if they was to contact me via email with the code I would be happy to commit it to the svn and give them credit for the fixes.
Forum: Plugins
In reply to: [WP Realtime Sitemap] Find ID of Custom Post TypesAh right I see, in that case I have no idea how to find out the ID’s of those, but feel free to keep me updated on what they tell you.
Your welcome, I’m glad you like it.
Forum: Plugins
In reply to: [WP Realtime Sitemap] Find ID of Custom Post TypesNo the get_posts function that is built into WordPress that I use to get all the posts will only accept a numerical post id.
Edit: Install this plugin https://www.ads-software.com/plugins/wp-show-ids/
It shows you the post id’s of the posts in your custom post type, you will then need to put ALL of them in the exclude comma separated, that is it you wanted to exclude them all.
https://codex.www.ads-software.com/Template_Tags/get_posts
https://developer.www.ads-software.com/reference/functions/get_posts/Forum: Plugins
In reply to: [WP Realtime Sitemap] Find ID of Custom Post TypesI’ve tried that plugin and your right it doesn’t show the ID of the custom post type, have looked in the WordPress codex, and there isn’t a function that is capable of getting the id of the custom post type.
So I’m not sure how you get the custom post id now, if you find out could you please let me know, I may be able to add something that shows all the custom post types and then you can pick the one you want from a drop down menu, this however may not be possible, but its something I will look into if you ever find out how to get the custom post type id.
Forum: Plugins
In reply to: [WP Realtime Sitemap] Find ID of Custom Post TypesHow did you create the custom post type ? should tell you where you created in.
Forum: Plugins
In reply to: [WP Realtime Sitemap] Sitemap does not work any morewhich values are you trying to change that aren’t saving ? I never changed any of that code between 1.5.4 and 1.5.6.
All the functions my plugin uses are functions that are already built into WordPress itself, these functions can be looked up on the codex, the function for the menu that you are taking about does expect a number to be given to it, it isn’t possible for a name to be given instead, that it not something I am able to change as the function is not part of my plugin.
So is it now working again ?
Forum: Plugins
In reply to: [WP Realtime Sitemap] Sitemap does not work any moreCan you go back into the settings and try save them again, also what version are you using of my plugin ?
Did you upgrade? if so from what version and to which version did you upgrade ?
Forum: Plugins
In reply to: [WP Realtime Sitemap] Header name changeI’m pleased it’s working for you. That’s ok your welcome.
Forum: Plugins
In reply to: [WP Realtime Sitemap] how to add menuI’m not 100% I understand your question, are you asking how to remove the page that you have put a menu inside from the sitemap ?
If so use the option to exclude that pages ID its one of the options near the top.
If not can you clarify what you mean please and I will try and assist.
Forum: Plugins
In reply to: [WP Realtime Sitemap] Header name changeThis has now been fixed in v1.5.5, please update to this version.
Forum: Plugins
In reply to: [WP Realtime Sitemap] Header name changeHmm I see what you mean, erm it used to work and I haven’t made any changes to the plugin for a long time, so not sure why it no longer works, but I will fix it for you now once I had worked out why its not working that is.
Forum: Plugins
In reply to: [WP Realtime Sitemap] Header name changeI will test it for you now, give me a few mins and i’ll post again.
Forum: Reviews
In reply to: [WP Realtime Sitemap] Works … wonderfully … wow! :-)Thanks very much for the 5 star rating, glad it works for you and that you like it so much!
Forum: Reviews
In reply to: [WP Realtime Sitemap] Still Working!Yeah it still works.
I use it myself, but haven’t been able to find the time to update it.