Articles

WP Json lists posts from an external website

Use the following code to lists posts on an external website. WP-JSON / API must be open on a WordPress website for this to work. <?php $response = wp_remote_get(
Read More

Multi cursor not working anymore in Atom?

Here is how to fix the issue. The fix might reset other preset or settings in Atom, so please be aware of that. First, bring up the console in Atom by clicking: PC: (Ctrl + Shift
Read More

COVID-19 forcing a shift in the way we work

COVID-19 for better or worse has challenged the conventional working environment. Forcing employees who spend 1 or even 2 hours a day travelling to and from the city or main
Read More

Unable to send emails from your shared hosting account, using an email php email form

If your website is www.yourdomain.com and you are not able to send an email from a form to yourname@yourdomain.com. This could be a possible fix if you are using cPanel. Change
Read More

Hide WordPress menu items if page is set to private

User the following code if you want to hide a menu item whose page is set to private. add_filter ('wp_nav_menu_objects', 'jj_filter_private_pages_from_menu', 10, 2); function
Read More

How to view a SCORM file in your browser

Follow these steps to view the SCORM file in a browser without uploading to any third-party software. First, uncompress the .zip folder (If you just click on this file and try to
Read More