Articles

3 Important things to consider when buying camera equipment for the first time

Are you looking to buy some pro-level camera gear? for your office or you just getting into it as a hobby? Sony, Canon, Nikon and several other top brands suddenly come into your
Read More

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