Uninstall, Activate, Deactivate a plugin: typical features & how-to
I’m making a WordPress plugin. What are typical things I should include in the uninstall feature?
I’m making a WordPress plugin. What are typical things I should include in the uninstall feature?
I have a custom meta box for a custom post type that my client wants placed between the title/permalink section and the post editor in the admin panel. Is this possible and if so is there a hook/filter/etc that I would need to use?
It seems that all web resources based on the subject of removing a custom post type slug ie
I need a way to restrict authors from uploading images bellow specific dimensions.
We’re building a plugin that displays posts, and we also want to display the image gallery when it is used in a post. However, we need to limit the number of photos displayed? Is that possible?
I have a menu defined in WP Admin that looks like this:
How do I query by meta_value or title?
I got a paged loop that pulls in 4 posts per page from custom post type. It works great, with the only downside that the pagination wont go over the page/20 everything after that is 404, and the posts_nav_link won’t show the next arrow at all. Like the pages just aren’t there.
How would I get the top-level parent of a given term?
After following Jeffs suggestion on this thread to create nested parent and child taxonomy terms within a permalink like…