<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>517</b><br />
<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>474</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on false in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>478</b><br />
<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>557</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on false in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>561</b><br />
<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>599</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on false in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>603</b><br />
<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>517</b><br />
<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>474</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on false in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>478</b><br />
<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>557</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on false in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>561</b><br />
<br />
<b>Warning</b>:  Attempt to read property "ID" on null in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>599</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on false in <b>/home/d3blj20cw94c/public_html/sscsworld.com/blog/wp-content/plugins/mygeopositioncom-geotags-geometatags/mygeopositioncom-geotags-geometatags.php</b> on line <b>603</b><br />
{"id":12131,"date":"2019-10-15T05:06:27","date_gmt":"2019-10-15T05:06:27","guid":{"rendered":"https:\/\/www.sscsworld.com\/blog\/?p=12131"},"modified":"2019-10-15T05:06:32","modified_gmt":"2019-10-15T05:06:32","slug":"how-to-code-well-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.sscsworld.com\/blog\/how-to-code-well-in-wordpress\/","title":{"rendered":"How to Code well in WordPress"},"content":{"rendered":"<div style=\"text-align: justify;\">\n<p><span class=\"drop\">Y<\/span>ou may have a preferred style for coding. A big function can be compressed with a single line of code. When it comes to develop the code for other people and sell them, it is recommended to make easy-to-realize codes. If the code is simple enough, universal standards are there to help anyone performing code with the same style. All the theme marketplaces and download centers need coding with standards. There are four markup and programming languages for developing <strong>wordpress themes<\/strong> such as:<\/p>\n<div style=\"padding-left: 60px; padding-bottom: 20px;\">\n<p>HTML<\/p>\n<p>JavaScript<\/p>\n<p>CSS<\/p>\n<p>PHP<\/p>\n<\/div>\n<p>Let us have a look at them:<\/p>\n<p><strong>HTML Standards<\/strong><\/p>\n<p>Rules to write standard HTML code:<\/p>\n<div style=\"padding-left: 60px; padding-bottom: 20px;\">\n<p>Code should be validated with w3c<\/p>\n<p>Care should be given to self closing elements. A space should be given to end the element. A greater than and a slash sign should also be used.<\/p>\n<p>Attribute values should be written in lowercase.<\/p>\n<p>Attribute values should be wrapped with quotes. Both double and single quotes are acceptable.<\/p>\n<p>There should be readable and logical indentation<\/p>\n<\/div>\n<p><strong>CSS Standards<\/strong><\/p>\n<p>Following are the simple rules of appropriate coding in CSS:<\/p>\n<div style=\"padding-left: 60px; padding-bottom: 20px;\">\n<p>Tabs should be used for indentation of properties.<\/p>\n<p>Selectors can be grouped but each selector should have its individual line to ensure readability.<\/p>\n<p>Class name and id selectors should be written in lower class. Words should be separated using a hyphen.<\/p>\n<p>No over-qualifying div.column is not included any meaning while using just .column and others.<\/p>\n<\/div>\n<p><strong>JavaScript Standards<\/strong><\/p>\n<p>As javascript becomes important, it is recommended to know the rules and standards:<\/p>\n<div style=\"padding-left: 60px; padding-bottom: 20px;\">\n<p>It is not possible to open and close braces in the same line.<\/p>\n<p>Preference should be given to single quotes compared to double quotes.<\/p>\n<p>Whitespaces can be used in the code. They cannot be used in the blank lines. Whitespaces ensures better readability and not only for space and others.<\/p>\n<\/div>\n<p><strong>PHP Standards<\/strong><\/p>\n<p>This is more tough part to be accomplished. A lot of rules are there to remember:<\/p>\n<div style=\"padding-left: 60px; padding-bottom: 20px;\">\n<p>Single and double quotes<\/p>\n<p>Naming Conventions<\/p>\n<p>Regular expressions<\/p>\n<p>Use of whitespace<\/p>\n<p>Special guest star SQL and making database queries are there and others.<\/p>\n<\/div>\n<p>SSCSSWorld offers high quality <strong><a href=\"https:\/\/www.sscsworld.com\/wordpress-development.html\">wordpress development services<\/a><\/strong> to the clients. We use ethical procedure to develop wordpress theme because our developers are aware of Google updates and algorithms. You may contact us for more information.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p><span class=\"drop\">Y<\/span>ou may have a preferred style for coding. A big function can be compressed with a single line of code. When it comes to develop the code for other people and sell them, it is recommended to make easy-to-realize codes. If the code is simple enough, universal standards are there to help anyone performing code [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[47],"tags":[],"class_list":["post-12131","post","type-post","status-publish","format-standard","hentry","category-wordpress-development"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.sscsworld.com\/blog\/wp-json\/wp\/v2\/posts\/12131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sscsworld.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sscsworld.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sscsworld.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sscsworld.com\/blog\/wp-json\/wp\/v2\/comments?post=12131"}],"version-history":[{"count":1,"href":"https:\/\/www.sscsworld.com\/blog\/wp-json\/wp\/v2\/posts\/12131\/revisions"}],"predecessor-version":[{"id":12132,"href":"https:\/\/www.sscsworld.com\/blog\/wp-json\/wp\/v2\/posts\/12131\/revisions\/12132"}],"wp:attachment":[{"href":"https:\/\/www.sscsworld.com\/blog\/wp-json\/wp\/v2\/media?parent=12131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sscsworld.com\/blog\/wp-json\/wp\/v2\/categories?post=12131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sscsworld.com\/blog\/wp-json\/wp\/v2\/tags?post=12131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}