Freelancer's Playground! New knowledges every now and then

9Apr/094

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.
  • http://wwww.turkbaron.net/ baron

    Works great, thank you

  • http://wwww.turkbaron.net baron

    Works great, thank you

  • 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.

         $theCats = get_the_category($postId);
         foreach($theCats as $cats)
         {
             $categories[] = $cats->category_nicename;
         }
    

    Anyway, when I made the change, it worked a lot better.

    silent:Thank you, I’ve implemented your trick in the latest trunk

  • 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.

         $theCats = get_the_category($postId);
         foreach($theCats as $cats)
         {
             $categories[] = $cats->category_nicename;
         }
    

    Anyway, when I made the change, it worked a lot better.

    silent:

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