This applies for method “wp_insert_post” used inside a WordPress Cron. By default WordPress checks if the user has the capability to save unfiltered HTML content if ( ! current_user_can( ‘unfiltered_html’ ) ) { which WP CRON doesn’t have.
It took me around 12 months to read and internalize the ideas from the book 12: The Elements of Great Managing” by Rodd Wagner and James Harter. I will only say that the authors wrote the book after interviewing 10.000 people on their work job. Full stop. You just need to read the book. The book […]
Employers need a radius-based filter to view applications whose location ZIP Code falls within a radius from main office. An increasing number of sites offer job postings to attract companies and job seekers. Several plugins help developers address this goal, with WP Job Manager with an apparent leading popularity. A reason for its status as […]
Do you want to scale up your freelancing activity to a full-fledged WordPress agency business? The good news is that if you succeed, you’ll start enjoying normal holidays without your laptop around, you’ll spend more time with your family and even have some time for yourself. However, there are some critical success factors that need […]
Choosing a business directory layout makes a difference. For a business site that wants to attract visitors to its content, deciding on how to present the data is as important as it is difficult. In this article, we present a novel and interesting method of showing categorical information. When presenting data organized in categories, the […]
Have you ever needed to create a dialog for adding shortcodes with parameters in a user friendly way? We created a TinyMCE interface that inserts a shortcode and its arguments via a modal window, helping authors become productive and prevent any errors. Content developers using WordPress frequently enhance the TinyMCE editor with plugins that generate […]
Here’s a transcript of my presentation at WordCamp Bucharest. I used www.fiverr.com to get a pretty good text. Moving from software products to WordPress services from Transcript Marius Vetrici: Good late morning. Was the coffee fine? Did you like it? Participants: Yes. Marius Vetrici: I’m going to speak in English for obvious reasons. Before going […]
This tutorial is an attempt to alleviate the headaches for all those that need to have IMAP with SSL running on OSX 😃 Needed stuff autoconf openssl libxml2 imap2007 install with brew “brew install imap-uw” OR download from https://www.mirrorservice.org/sites/ftp.cac.washington.edu/imap/ (the archive without Z at the end ) imap-2007e ftp://ftp.cac.washington.edu/imap/ To install libxml2, you can use brew: brew install […]
TL;DR: If you want to download the FREE comments categories plugin for your own use, click here We have created a new version from scratch that is publicly available as a contribution to the WordPress community. Have you ever needed to categorize comments added to your site? WordPress, our favorite Content Management System (CMS) allows […]