What type of wordpress plugin would you like created?

by 8 replies
10
What wordpress plugin do you see a need for? Would love to hear the thoughts of fellow warriorforum members.
#programming #created #plugin #type #wordpress
  • mmm... what about one that lets you make static html pages right from inside WP?

    A bit counter-intuitive and pretty much the opposite of what WP is supposed to be for, but why not have the option for both? There have been a bunch of times where I'd rather set a static page.

    Just my $.02
    • [1] reply
    • Creating a custom page template with its own header with everything stripped and the footer stripped - basically just calling the content inside a container would do this.

      There would be no need for a plugin. The editor supports html markup by default.
  • What about one plugin where you can bring data from other pages, for example I want to get the weather from my city right when I enter to my page or some financial information.
    • [1] reply
    • <?php
      global $post;
      $thePostID = $post->ID;
      if($thePostID == '13')
      {
      echo 'some html here';
      }
      // then just insert the code into the a template file (header/footer/sidebar... etc) and change the postid (13 for this example) to what post page you want it displayed on
      ?>
  • How about display the image file size when uploaded using the media uploader
  • I would like to make a plugin like DB-TOOLKIT,
    DB-TOOLKIT helps a lot,But developer has stoped working on it, and it has some bug,
    Anyone can earn money by making it paid, It has very interesting functionality....
    • [1] reply
    • How about one that could remove any bad back-links.
  • I would like to see an theme options page generator plugin, that would be pretty cool.

Next Topics on Trending Feed