What type of wordpress plugin would you like created?

8 replies
What wordpress plugin do you see a need for? Would love to hear the thoughts of fellow warriorforum members.
#created #plugin #type #wordpress
  • Profile picture of the author HA-Dave
    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
    {{ DiscussionBoard.errors[9270391].message }}
    • Profile picture of the author exactprecisions
      Originally Posted by HA-Dave View Post

      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
      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.
      {{ DiscussionBoard.errors[9274312].message }}
  • Profile picture of the author jaimegm
    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.
    {{ DiscussionBoard.errors[9276377].message }}
    • Profile picture of the author kingjpm
      Originally Posted by jaimegm View Post

      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.
      <?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
      ?>
      Signature
      RogueDen.com
      {{ DiscussionBoard.errors[9276803].message }}
  • Profile picture of the author Anne Laidlaw
    How about display the image file size when uploaded using the media uploader
    Signature
    Giant Plugin Biz High Quality WP Plugin Package
    WP Plugins Are Hott!! Claim Your Piece Of The Pie Today!
    Free Squeeze Page Creator - FREE Instant Access To Alou's Killer Squeeze Page Creator.
    Alou.com - Wordpress SEO - Latest free WordPress SEO, Plugins, Themes and more!
    {{ DiscussionBoard.errors[9276511].message }}
  • Profile picture of the author jigney
    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....
    {{ DiscussionBoard.errors[9288739].message }}
    • Profile picture of the author scrapcar
      How about one that could remove any bad back-links.
      Signature

      {{ DiscussionBoard.errors[9288745].message }}
  • Profile picture of the author MonkehBusinezz
    I would like to see an theme options page generator plugin, that would be pretty cool.
    {{ DiscussionBoard.errors[9288915].message }}

Trending Topics