Embed PDF Gutenberg block
The Embed PDF Viewer plugin is a custom Gutenberg block that helps you embed a PDF from the Media Library or elsewhere via oEmbed or as a block into an object tag or Google Doc Viewer as fallback.
The Embed PDF Viewer plugin is a custom Gutenberg block that helps you embed a PDF from the Media Library or elsewhere via oEmbed or as a block into an object tag or Google Doc Viewer as fallback.
The Color Palette plugin adds a simple Gutenberg block to the WordPress dashboard. It has a limited usage, as it just draws the colored boxed and indicates the Hex, RGB and CMYK values of the box colors.
How do I upload bulk users to WordPress? Even creating a new user account can be a bit annoying, you have to add the username, the email, first name, last name, password, role… So what is the easiest and quickest way to import users to WordPress?
How to add a file upload form to WordPress? This is the question. It’s a bit more complex, but with this tutorial you can add a browse button, save the file in the wordpress media interface and save a reference of the uploaded file in the database.
If creating a Bootstrap Carousel in WordPress using only code is too hard, but don’t want to go to a very complicated plugin, the CPT Bootstrap Carousel is somewhere in the middle. It’s a “real” Bootstrap Carousel that actually assumes that you’re already using Bootstrap, so you need to load the Bootstrap javascript and CSS […]
Sometimes you might need to track what email WordPress is sending or stop sending emails to the real users but still be able to forward them later. WordPress emails can come from multiple places: new user accounts, password recovery, emails from Woocommerce or any other plugin or theme functionality that uses the wp_mail function.
Do you need to implement a WordPress cron to execute some tasks automatically at a specific interval? Let’s say you want to send an automatic email at a specific time. For this you can schedule this task in WordPress, but you will also need to set up a cron at the server level, in Cpanel, […]
When you have a list of posts, by default WordPress shows 10 posts. What if you want to have more or less posts shown on a page, or a custom number of posts for each post category?
After the last tutorial on how to Add Bootstrap to a WordPress theme it’s now time to do something useful with Bootstrap. Let’s make a slideshow that uses the featured images of the posts in a “Slideshow category”.
Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Probably you would want to use Boostrap in your wordpress theme for the ease of doing grids, stylish […]