{"id":2713,"date":"2020-09-20T12:25:34","date_gmt":"2020-09-20T10:25:34","guid":{"rendered":"https:\/\/blog.atlant.is\/?p=2713"},"modified":"2021-02-21T12:01:59","modified_gmt":"2021-02-21T10:01:59","slug":"wordpress-cheatsheet","status":"publish","type":"post","link":"https:\/\/blog.douzeb.is\/?p=2713","title":{"rendered":"WordPress Cheatsheet"},"content":{"rendered":"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/blog.atlant.is\/wp-content\/uploads\/2020\/09\/wp.png\" alt=\"\" class=\"wp-image-2714\" width=\"339\" height=\"344\" srcset=\"https:\/\/blog.douzeb.is\/wp-content\/uploads\/2020\/09\/wp.png 678w, https:\/\/blog.douzeb.is\/wp-content\/uploads\/2020\/09\/wp-296x300.png 296w\" sizes=\"(max-width: 339px) 100vw, 339px\" \/><\/figure><\/div>\n\n\n\n\n\n<h2>Child themes<\/h2>\n\n\n\n<p><a href=\"https:\/\/developer.wordpress.org\/themes\/advanced-topics\/child-themes\/\">Child themes<\/a> are the <a href=\"http:\/\/wpamanuke.com\/how-to-create-twenty-twenty-child-theme\/#:~:text=Create%20twentytwenty%2Dchild%20folder,the%20child%20theme%20can%20work.\">recommended way<\/a> to customize your favorite WordPress theme.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Create a folder for your child theme under <code>wp-content\/themes\/<\/code>.<\/p>\n\n\n\n<p>Add your <code>style.css<\/code> file:<\/p>\n\n\n\n<pre style=\"font-size:15px !important;\"><code class=\"language-css;\"><!--\/*\nTheme Name: Twenty Twenty Child\nTheme URL: http:\/\/blog.atlant.id\/\nDescription: Twenty Twenty Child Theme\nAuthor: Frederic Ruget\nAuthor URL: http:\/\/blog.atlant.id\/\nTemplate: twentytwenty\nVersion: 1.0.0\nText Domain: twentytwenty-child\n*\/--><\/code><\/pre>\n\n\n\n<p>Add your <code>functions.php<\/code> file:<\/p>\n\n\n\n<pre style=\"font-size:15px !important;\"><code class=\"language-php;\"><!--<?php\nadd_action('wp_enqueue_scripts',\n  'tt_child_enqueue_parent_styles');\nfunction tt_child_enqueue_parent_styles() {\n  wp_enqueue_style('parent-style',\n    get_template_directory_uri().'\/style.css' );\n}\n?>--><\/code><\/pre>\n\n\n\n<p>Add a <code>screenshot.png<\/code> file.<\/p>\n\n\n\n<h2>Syntax coloring: prism.js<\/h2>\n\n\n\n<p>Download <code>prism.js<\/code> and <code>prism.css<\/code> from <a href=\"https:\/\/prismjs.com\/download.html#themes=prism&amp;languages=markup+css+clike+javascript+bash+css-extras+javadoclike+markup-templating+php+phpdoc+php-extras+shell-session&amp;plugins=line-numbers+show-language+inline-color+previewers+command-line+unescaped-markup+data-uri-highlight+toolbar+copy-to-clipboard+download-button\">prismjs.com<\/a>. <a href=\"https:\/\/crambler.com\/how-to-implement-prism-js-syntax-highlighting-into-your-wordpress-site\/\">Follow the tutorial<\/a> to activate them in WordPress.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Child themes Child themes are the recommended way to customize your favorite WordPress theme.<\/p>\n","protected":false},"author":1,"featured_media":2714,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[23,21],"tags":[],"ppma_author":[76],"authors":[{"term_id":76,"user_id":1,"is_guest":0,"slug":"fred","display_name":"Fred","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/ec0326d654fdf9f66e9eb42bb34a9bc4?s=96&d=mm&r=g","description":"","first_name":"","last_name":"","user_url":""}],"_links":{"self":[{"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=\/wp\/v2\/posts\/2713"}],"collection":[{"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2713"}],"version-history":[{"count":13,"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=\/wp\/v2\/posts\/2713\/revisions"}],"predecessor-version":[{"id":3444,"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=\/wp\/v2\/posts\/2713\/revisions\/3444"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=\/wp\/v2\/media\/2714"}],"wp:attachment":[{"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2713"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/blog.douzeb.is\/index.php?rest_route=%2Fwp%2Fv2%2Fppma_author&post=2713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}