Subscribe to the RSS Feed
FreeWordpressThemes.us
Free WordPress Tutorials and Themes.

Writing Your First WordPress Plugin Part 5

February 21st, 2013 by admin

In part 5 of Writing Your First WordPress Plugin, I’m going to take you through the process of adding an admin options page to your first WordPress plugin. This options page will allow your user to configure the settings for the plugin very easily. View the full tutorial: pippinsplugins.com

Written by - Visit Website

Posted in Wordpress Tutorial Videos

4 Responses

  1. IgnoreMyChan

    Thanks a lot for this series!

    Question: Why should you use an output buffer if the next thing you do is echo that buffer? Couldn’t you just directly close the? PHP-tag and enter the HTML? ie:
    function options_page() {
    ?>
    My HTML here
    <?php
    }
    (I hope Youtube accepts this code…)

  2. lawnsplop

    Hi Pippin,

    Just want to thank you for your tuts…

    I am finding them very easy to follow and have learnt a lot from? you.
    Cheers,Peter

  3. deny widiyastanto

    great tutorial… Thanks for sharing? 🙂

  4. drmalex87

    This? is great, thanks.

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.