by cathal | May 16, 2022 | Tutorials, Wordpress
WordPress Cron Jobs Cron Jobs is intended to run scheduled tasks on web servers. WordPress has a built-in Cron Jobs system that allows you to publish scheduled posts, for example. In this tutorial you will learn how Cron Jobs works and how to view and use it in...
by cathal | May 16, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce Product Attribute Hooks In this post you will learn how to get the product sku, description, short description, regular price, shipping class and so on. You will not always have access to the $product variable, so in this tutorial you will see different...
by cathal | Apr 8, 2022 | Tutorials, Web Design Hints & Tips
WordPress | Download files without ftp or cpanel access Since WordPress doesn’t have its own online file manager, admins have to change WordPress files via an FTP client or a web hosting control panel, like cPanel. However, this is a bit of an hassle, as the...
by cathal | Apr 7, 2022 | MS Access, Tutorials
Reference Subform properties and controls from parent form in MS Access Introduction Examples Parent_form is the name of the top level form [the Parent_form / top level form that subs are on] Subform_One is the name of the subform CONTROL on Parent_form Subform_Two is...
by cathal | Jan 12, 2022 | Tutorials, Wordpress Web Design
Comment and uncomment hotkeys in wordpress development In this post we will show you how you can easily comment and uncomment code. Code commenting for wordpress development What is a coding comment All programs code should also have comments so that it is easy...