i hope its help you
i’m doing use of jquery
$("a").each(function(){
if($(this).attr("rel")){
$(this).removeAttr("rel");
}
});
it will remove all nofollow link from all anchor tag even plugin link too.
Related Posts:
- What’s the preferred method of writing AJAX-enabled plugins?
- How to add a shortcode button to the TinyMCE editor?
- Plugin upgrading: Widget settings
- Create a table in custom plugin on the activating it?
- How would you require and automatically download dependent plugins?
- Is there any record of installed plugins in the database?
- Using require_once in a Plugin?
- How to call “page specific menu items” in template [closed]
- Custom headers for the WordPress plugin directory
- plugin wants to update to wrong plugin
- AJAX Call Via Vanilla JavaScript In WordPress Plugin Development
- Understanding apply_filters
- Editor not displaying dynamically after clicking on the button
- Make the plugin directory recognize new version numbers
- Master menu item for multiple plugins?
- Publish Post After Click On A Link
- Where do I add a new table’s name in wpdb?
- How to create popup same as wordpress popup feature
- How to submit documentation with plugin
- How to customize user search
- Upgrade Private Plugin without Deleting
- Placement of Code in Plugin for hooking `save_post`
- gallery option is not available in media upload box in costum theme option page
- How to make first_name and last_name required fields in user profile?
- Making my plugin translation ready. Poedit not working
- How can plugins have their own pages?
- Can we use a webservice with WordPress?
- WooCommerce get_price returning wrong price when used via ajax
- Open Post Thumbnail in New Child Theme File in WordPress
- Reusable functions and tools (Framework)
- How to create ‘import dummy data’ option in custom wordpress plugin
- Checking instances of scripts in wp_head
- Creating a plugin to sanitize comment and the url field before display only
- Object Oriented Plugin not working
- Creating mySQL procedure with $wpdb
- Are functions in main plugin file called before function bound to register_activation_hook runs?
- Best place for if/else piece of code related to custom plugin?
- How do you assign a UUID to posts/products/comments/reviews?
- How to make a implement queue for scheduling tasks in WordPress?
- What are the specifics of WordPress development I need to know? [closed]
- Insert data from .sql file in wordpress plugin
- Editable form for WordPress plugin options page
- wp-pagenavi getting 404 page not found
- remove add new post, if there is already one post
- Plugin Not Working After Being Uploaded To WordPress Plugin Repository
- Difference and examples of esc_attr__() and esc_attr_e()
- Change the display of Settings API (do_settings_sections)
- WordPress Jquery UI Spinner
- Issue running db create table query from static method
- How can I modify admin bar only if my plugin is loaded
- How to make custom plugin run on demand?
- Using WordPress to build membership Page
- Set WordPress Transient Expiration via Variable Value
- Sanitizing file & directory form input
- Adding custom meta boxes to specified custom post type
- Override plugin class which has namespace
- Plugin create pages and use templates
- How to write to a separate PHP file in plugin settings
- Custom CSS not being added by plugin
- How to set the default value as the saved value once a form of widget is saved?
- Quick press publish post hook
- How to display results from a data table with an encrypted user id?
- How do i specify a url to which to redirect the user after he logs out from facebook?
- Translation for a text that is not printed on the screen
- Two plugins using the same CSS id
- Activation flow of a plugin in a multisite environment
- Checkbox show / hide output result
- How to show multi line output from metabox
- How to keep plugin (media-sync) running even the tab is closed?
- How does the WP repository determine that two plugins are the same when counting active installs?
- Need to edit author permissions | custom taxonomy
- Where do I put the code snippets I found here or somewhere else on the web?
- force logged in user to stay in the dashboard
- Visual composer custom element error
- admin_notices show after load completed
- function post to trash problem
- How to call a function from class in wp table list button form
- how to add a hidden type input to wp admin login form programmatically
- when i activate my WordPress plugin cannot see customizer options or preview
- WordPress the_content Filter and GET Parameter
- Overwrite js code using WP_Footer
- Plugin Options Page and Subpage
- How to access classes in theme of a plugin?
- Protect WordPress option value
- Plugin: Translated plugin is “not translated”
- ABSPATH doesn’t work
- How to limit each front-end user to view just his own uploaded files on Amazon S3?
- How do i get all author posts on custom post type list
- Need to hide an element depending on date and post category
- How to add a handler for a button in plugin?
- Submit form stored in one plugin from another plugin?
- Using Taxonomies with Vote It Up plugin chart [closed]
- wordpress select multiple options and illegal string offset ‘timeslot’ [closed]
- Jquery post responses 500 error after some time and lastly an 503 error
- How can I delete the options from DB when the plugin is deleted?
- How to provide page_template path in custom plugin using WordPress
- WordPress custom block: Link saved in database not retrieved when editing post
- Accessing Correct Database to Create REST API Endpoint
- Detect if user is on the specific page in WordPress
- A multi-section WordPress store [closed]