3311 readersAdded in version 2.7, the Dashboard Widget API allow you to ad widgets to your WordPress admin dashboard. In this recipe, I'll show you how you can easily remove them programatically.Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!How to programatically remove WordPress dashboard widgets
6853 readersIn this in depth Premium video tutorial, I’ll teach you how to use custom post types, taxonomies, and meta boxes to extend your WordPress application into CMS-like territory.
Become a Premium member to read this tutorial/screencast, as well as hundreds of other advanced tutorials and screencasts from the Tuts+ network.
You’ll Learn About…
What are custom
-
8701 readersOne of my growing WordPress-related hobbies is disabling features of the platform. WordPress has a ton of great features in the admin, but for my personal blog and some client sites, the UI gets too messy sometimes.
This week, I’ve been reconfiguring a lot stuff on the backend of this site. One of the
-
11165 readersOne of the terms you’ll hear a lot within the WordPress community is Metaboxes. These boxes are what users interact with the most when using WordPress. For instance, when writing a post, you interact with the Publish, Categories, Tags and if need be, Post Format metaboxes. If you are a developer or consultant, the chances
4575 readersThis looks awesome: “The WPAlchemy MetaBox PHP Class can be used to create WordPress meta boxes quickly. It will give you the flexibility you need as a developer, allowing you to quickly build custom meta boxes for your themes and plugins.” Direct Link to Article — Permalink on DiWLike the article? Get the book! ©
-
2420 readers
jdmweb.com | How to turn any jQuery plugin into a WordPress one
There are many jQuery plugins that have been transferred into a WordPress one already, but what can you do when it is not the case? How do you do when you have found the perfect jQuery plugin for your latest site, but it is
1644 readersShowcase your latest work and create your CV/resume with Vue.
Show off your work
Easily build up your portfolio with the portfolio custom post type. Upload one image and it will automatically be cropped to the required sizes to display around the site.
With 4 different portfolio layouts and more coming there’s sure to be a look you
-
1769 readersFeatures:
Upload any video type directly from the theme options page.
Add any video types to your posts (.mp4, .flv, .swf, youtube, vimeo, flickr video, megavideo, etc.)
Separate wordpress admin portfolio section (uses WordPress 3 custom post types)...
3617 readersHave you ever wanted to close a comment thread, but leave a note to communicate why the thread is closed? Many blogs will just update the content of the blog post to say that comments are closed and why. That’s better than nothing, but that puts the message in a bit of an awkward place.
9553 readersWordPress 3.0 is coming soon and one of the biggest new features is the ability to add custom post types. Making these custom post types is pretty easy, here is a simple but complete example of creating a link type custom post.