CR Post2Pingfm 0.4 Released

Short notice:

  1. CR Post2Pingfm is now hosted on wordpress.org plugin repository.
  2. CR Post2Pingfm version 0.4 is released with new features:
    • Submit ping on all categories
    • Submit ping only on selected categories
    • Allow submit ping on all categories, except the forbidden
  3. Any comment, bug report, feature request is accepted.
  • Nequam
    Had to edit the plugin, it would work with category ids, but I didn't know where to find them. This works with the slugs, simple names.
    [code lang="php"]
    $theCats = get_the_category($postId);
    foreach($theCats as $cats)
    {
    $categories[] = $cats->category_nicename;
    }
    [/code]
    Anyway, when I made the change, it worked a lot better.
    <div>silent:</div>

    Thank you, I've implemented your trick in the latest trunk

  • Works great, thank you
blog comments powered by Disqus