WordPress Plugin development – Creating a WP plugin from scratch.
Android Tutorial Now Available. Check My Channel.
Video Tutorial Rating: 4 / 5
Don’t forget to check out our other video tutorials or share this video with a friend.
16 responses to “WordPress Plugin development – Creating a WP plugin from scratch.”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 24/02/15
Category: WordPress Tutorials
Pages
Random Videos
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
Thanks buddy, Though you were not quite prepared while recording this video
but it did the work .. I developed my first plugin. Now going to sell it.
All credit goes to you.. Thanks..
+Ronny Kibet This is really a one good tutorial…and bro how to make
things work in the it in front end… can u show up a tutorial for that….
nice tutorial..
thx and god bless you and the world..
a sincere blessing from hong kong…
^____^
Thorough and informative tutorial. Thanks for helping us create wordpress
plugins
Hey there,
Ive tried saving the php file into the folder and copy it into the plugins
folder but when i get into wordpress i cant find it under the plugins menu.
this is the path i copied it into:
public_html/wp-content/plugins
i
s there a special ftp editor i should be using i just used the file manager
on my cpanel.
maybe that’s where i went wrong??
please help?
thank you man you are awsome you did a great job keep going 🙂
Thank you so much for this tutorial. Now, Creating a WP #plugin from
scratch has become even more easier.I’m talking about a theme generating
software #TemplateToaster . You can create your own plugins. Not only this
here anyone can create #websites , #themes , #templates . Very easy to use
.Other Good thing about this software is its compatibility with #bootstrap
functionality and other Top #CMSs
templatetoaster.com
Great.
Awesome Tuts bro.
Dude. ob_start() is just what I was looking for. I knew I’d learn something
from this. Thanks!
nice dude thanku
Awesome, thanks for the great help
I am confused how that articles are saved to database. Can you tell me
which part is responsible for updating or inserting in database??
Thanks a bunch. I totally like your vid and the following just crossed my
mind. Would you mind putting links to each other’s videos because it seems
to make perfect sense to our audiences.
Great tutorial… I am little bit confused now because of a global
variable. If I would want output textarea from plugin to sidebar? How make
that?
Hey Abdullah, I guess the problem might your add_action(‘admin_menu’,
‘my_plugin_menu’); function my_plugin_menu() { add_options_page(‘My Plugin
Options’, ‘My Plugin’, ‘manage_options’, ‘page_url_slug’,
‘plugin_page_content_callback’); } try that and lets see what happens.