Web Dev Tuts

/ Stuffs About Website Development /

Menu
  • Home
  • Wp Plugins
  • How To
  • FAQ
    • GIT
    • JQuery
    • PHP
    • WooCommerce
    • WordPress
  • Contact Us
Menu

Category: Wordpress

How to add wp_editor Dynamically

Posted on October 2, 2020October 4, 2020 by Edesa Cee

Add this to your php file wp_enqueue_editor(); Add this on your script after you load the wp_editor elements to your web page. tinymce.execCommand( ‘mceRemoveEditor’, false, ‘proj_desc’ ); tinymce.execCommand( ‘mceAddEditor’, false, ‘proj_desc’ ); quicktags({id : “proj_desc”});   Source: https://carlofontanos.com/loading-wp_editor-via-ajax/

Read more
How to Hide Certain Pages from Editor (WP Dashboard)

How to Hide Certain Pages from Certain Users (WP Dashboard)

Posted on February 27, 2020March 1, 2020 by Edesa Cee

There are instances wherein there is a need to hide some pages from certain users because we don’t want them to edit those pages. Code snippet:

Read more

How to Insert Codes to Any Plugin or Theme

Posted on November 19, 2018November 19, 2018 by edesac

If you’re a web developer and you’re trying to modify the output of any plugin or theme without editing the plugin or theme itself, you can only if the plugin or theme developer allows you to. In order to know if you can manipulate the output, you have to find out where a particular section…

Read more

How to Add Color Presets to Your Beaver Builder Editor

Posted on October 23, 2018November 23, 2018 by Edesa Cee

To add predefined colors in your beaver builder’s color picker, you have to add the ff. codes to any file that get’s executed by WordPress all the time. You can create your own custom plugin. The most common file to add it is in your theme or child theme’s functions.php. Here is the code snippet:…

Read more

WordPress + AJAX

Posted on February 12, 2018November 23, 2018 by Edesa Cee

Action wp_ajax Always Returning 0 One of the common reason why this can happen is when the user is not logged in. Try adding the ff: add_action(‘wp_ajax_nopriv_extract-files’, ‘extractFiles’); Also, when you’re using jsonP, you cannot use type POST

Read more

How to Use WP Cron

Posted on January 15, 2018June 24, 2018 by Edesa Cee

Scheduling an event in WordPress is very common. This functionality is commonly known as CRON. Here are the steps on how to can create CRON tasks. Step 1: Determine the desired recurrence There are three predefined recurrences defined by WordPress, namely: daily, twicedaily, & hourly. If you want to define your own recurrence, you can…

Read more

Best WordPress Accordion Plugins

Posted on September 11, 2017November 20, 2017 by admin

When looking for an accordion plugin, there are so many options to choose from. I did this review so that I can help you minimize the time that you’re going to spend in finding the best ones for your needs. As of now, I’m able to manage 3 accordion plugins, and I’m planning to review…

Read more

How to Create Custom WP Metabox

Posted on September 10, 2017January 29, 2018 by admin

Default and custom types already have default fields that we can fill in, but what it we need custom data for these post types? In this kind of need, we can opt to create custom metaboxes which will contain custom fields for the desired post types. To make the implementation of a custom metabox easier,…

Read more

My Favorite Free WordPress Themes

Posted on August 27, 2017September 24, 2017 by admin

While browsing for a new theme from WordPress.org, I bumped into a lot of nice looking themes. I listed the top seven nicest themes for me.

Read more

How to Add & Customize ACF Form in Front End

Posted on February 19, 2017September 24, 2017 by admin

Advance Custom Fields plugin is one of the best plugins when if you want add custom fields to your post, page, custom post types, and even custom options page . Entending your dashboard forms can be very easy, however, if you want custom forms for your front end, this plugin does not provide default styling…

Read more
  • 1
  • 2
  • 3
  • 4
  • Next

Recent Posts

  • How to add wp_editor Dynamically
  • How to Hide Certain Pages from Certain Users (WP Dashboard)
  • How to Set Up Gmail SMTP
  • How to Set Up Virtual Host in Localhost & Xampp
  • How to Determine the Current WordPress Version Used
  • AngularJs
  • CSS
  • For Me Only
  • geo location api
  • GIT
  • GoDaddy
  • Hosting
  • How To
  • Javascript
  • JQuery
  • Magento
  • My Notes
  • PHP
  • Private
  • Sass
  • WooCommerce
  • Wordpress
  • Xampp
© 2023 Web Dev Tuts | Powered by Minimalist Blog WordPress Theme