plugins
Validation error: Extending Gutenberg gallery block
I am trying to extend the Gutenberg core/gallery block to add some new functionality to my image gallery on the frontend. I have created a separate plugin to handle this task.
I have registered my script with the following code:
A plugin for having rel=”nofollow” in posts?
I’d like to make all the links in posts on one of my sites to be with rel=”nofollow” on links inside posts. I wasn’t able to find a plugin that did the job except for WP-NoExternalLinks. It also didn’t work, unless I used it’s dooms day option:
How to Remove Certain Screen Options and Meta Boxes from add/edit post type?
Now, when you add or edit a particular post within your desired post type, there are more screen options as well. Although, these Screen Options are showing/hiding meta boxes. I would like to be able to programmatically obtain a list of all of these registered Screen Options of meta boxes, so that I can again check if a certain array of Screen Options exist, and if they do, I plan on removing them programmatically.
Is it possible to define a template for a custom post type within a plugin independent of the active theme?
I’m writing a plugin to manage data about open-source projects. I developed an object model and have successfully created all custom post types and taxonomies, as well as implemented the correct capabilities/roles using the Members plugin. The appropriate users can create, modify, and delete their own posts, and administrators can approve them, as well as modify and delete anyone’s posts.
Article source link for posts
Is there a way to add a source link at the end of an article like TechnoBuffalo (scroll down to end of post) with a plugin?
How to Override a Pluggable Function
How can I override a function in pluggable.php?
Combine two taxonomies in a hierarchical tree
For example, I have WooCommerce products that have taxonomies:
Shortcode display outside the div
I have created a shortcode that retrives and displays a form.The content of the attribute in HTML.
How do I create a custom wordpress slideshow plugin?
How do I create a custom wordpress slideshow plugin? I’ve been looking for the tutorials on google but I couldn’t find one, would you guys mind giving a tutorial here or link to some other custom slideshow plugin tutorials?