Prepare Your Site For Summer Using Website Automations | Free Webinar

Описание к видео Prepare Your Site For Summer Using Website Automations | Free Webinar

Summer is already here and most of us are thinking about vacation. But what happens to our websites while we take time off? At this webinar, PHP-Evangelist and WordPress wizard Cal Evans gives away useful tips on how we can automate website management while taking our well-deserved holidays.

00:00 Introduction
04:11 Content
05:52 Content - Blog Posts
09:28 Content - Social Media Posts
12:17 Content - Emails
14:06 Content - Interactions
16:26 Content - Comments
18:28 Cron Jobs
23:19 Cron Job - Demo
35:01 Security
35:08 Security - Mini Audit
36:15 Security - Update Everything
38:14 Security - Test Everything
39:10 Security - Log in from anywhere
40:07 Security - Check your backups

💡 More info on:
Cron Jobs: https://www.siteground.com/kb/categor...
WP CLI Tutorial: https://www.siteground.com/tutorials/...
WP CLI Webinar:    • Webinar: Learn How WP-CLI Can Make Yo...  

💻 Code used during the webinar Demo 💻

1. Get a list of WP cron events in WP CLI (pre-installed on SiteGround) :

wp cron event list

2. Run events which are due right now:

wp cron event run --due-now

3. Run all events:

wp cron event run --all

4. The following will change your blog's tagline to "Happy Thursday" (or whatever day you choose):

wp option update blogdescription "Happy $(date +'%A')"

5. Get and post a new quote every day:
⚠️ Note: Since YouTube does not allow angled brackets, in order for this example to work, replace each of the three * signs with a closing angled bracket:

curl -s -X GET "https://quotes.rest/qod?language=en" -H "accept: application/json" | php -r 'echo json_decode(file_get_contents("php://STDIN"))-*contents-*quotes[0]-*quote;' | wp option update blogdescription


🙌 MORE USEFUL CONTENT 🙌

SiteGround Webinar Series:    • SiteGround Webinars  

SiteGround Tools Video Series:    • SiteGround Tools  

WordPress Video Tutorials Series:    • WordPress Tutorials  


📍 LET'S CONNECT📍

🔹 Official Site: https://www.siteground.com/
🔹 Our Blog: https://www.siteground.com//blog
🔹 Our Podcast: https://geek2englishpodcast.com/
🔹 Facebook:   / siteground  
🔹 Instagram:   / siteground  
🔹 Twitter:   / siteground  

#SiteGround #SGwebinars #Webinar #Automations #WebsiteAutomations #cronjobs #scheduling #autoscheduling #email #emailing #autoresponder #autoreply #websitesecurity #cybersecurity #securityaudit #contentcreation #blogging #comments #wordpress #wp #wpplugin #backup #staging #wpupdates #SMB #SMBTips #FreeWebinar

Комментарии

Информация по комментариям в разработке