Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Rincewind

    (@rincewind)

    No it doesn’t but I can make it support that I believe.

    Am not sure how to use a custom taxonomies or post types, if you could perhaps point me in the right direction as to what you mean I can add this for you no problem.

    Thread Starter tradiart

    (@tradiart)

    Thank you Rincewind,

    Custom post types are posts.

    Custom taxonomies are like custom categories/tags.

    These tutorials helped me to use these new features:

    https://wpengineer.com/impressions-of-custom-post-type/

    https://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress

    They explain very well how to use it.

    Please let me know if I can be helpful. Thank you again.

    Plugin Author Rincewind

    (@rincewind)

    Tradiart would you like to be a guinea pig, have done some code no idea if it works or not, but i’m 110% confident it will work fine.

    Forgot to mention it is based on all your post types and taxonomies all being lowercase are they ? btw for each custom post type does a new database table get created ? or does it all go in the posts table still ?

    Thread Starter tradiart

    (@tradiart)

    Rincewind,

    No extra tables are created. Custom post types are created in the same wp_posts table.

    Yes, custom post types and custom taxonomies are defined in lowercase.

    Please let me know if I can be helpful.

    Anonymous User 357386

    (@anonymized-357386)

    I’ve update now to release 1.2 but now, in admin panel. i see:

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘wprs_admin_init’ was given in /web/htdocs/www.mywebsite.it/home/wp-includes/plugin.php on line 395

    sitemap page works fine, no other problem, only this warning (if i disable sitemap plugin this warning disappear).

    Hi

    Nice plugin thank you, I was looking for this

    Great evolution in last version, we can now sort alphabetically, and the shortcode is better than the ” used before

    Great job

    Just had trouble to update automatically : hanged up

    Be careful if you run separate instances of wordpress on one server. This plugin started combining posts from different instances! Had to deactivate.

    Nice plugin. Very easy to use and gives me nearly the same as what I used to have on my old site.
    However, I’d like to sort my posts a bit more.
    Would it be possible to sort them by category, and then by name (under the category as a title)?

    Cheers

    Hey how many posts can you have per page? i mean if i decide to show only the posts will i get like 50..100 per page or how many? can that be edited ?

    Plugin Author Rincewind

    (@rincewind)

    ccuell: if this is what is happening to you, then you have done something wrong when you installed your second wordpress installation, as I have 2 seperate wordpress installs on my server and both are using my plugin and they work independently of each other, there is no mention in my code as to what database and/or table to use this is all managed by wordpress itself. Make sure you have a different table prefix setup in your config.php file for each installation and you should have no problems.

    apurdam: sadly this is not possible due to a limitation of the query_posts function within wordpress itself, as it only lets you sort on one field not two.

    adrianted: posts are unlimitied, if you had 10000 posts they would all show on the sitemap at this moment in time. Have had no requests to limit this until now, but have added it in for you will release it shortly.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: WP Realtime Sitemap]’ is closed to new replies.