PHP:
Got to know about the role of phpcs.xml, and how all the rule sets are defined in it for PHPCS to function.
** Always separate different or un-similar lines or group of lines in your code with new lines, so it makes it easier to read and understand about the logic happening there.
WordPress Overview:
WordPress is a Content Management System which is mainly used but not limited to blogging.
WordPress helps users with less or no technical knowledge to easily create and manage their blogs or website using the Wp Admin graphical interface.
Users can add their own choice of themes, plugins and other things which just a few click without having to dive into the code.
Pages vs Posts
Pages are used to provide static content to your users, meaning the content which won’t change every day, for example, contact-us page, about us page.
Posts are used to provide timely content to users, posts are like updates you are gonna give daily/regularly, for e.g. new articles, blogs etc. A user might have to dig deeper into your wordpress site to find a previous posts as more posts get posted.
Roles in wordpress
You can create and assign different roles to users on your wordpress site and allow or reject them particular permissions which may alter the pages they might see, actions they can perform, everything can be edited in roles settings.
You can also control SEO from the wordpress admin GUI itself, no need to dig deeper into the codes as a user.
Most of the day was busy in the assignment & call, so these are the short notes for the day, I would study more and add them tomorrow.
Regards
–
Aryan Jasala
WordPress Engineer Trainee
