CINXE.COM

How to Edit a WordPress Site? (For Beginners) - Siteefy

<!DOCTYPE html> <html lang="en-US"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- This site is optimized with the Yoast SEO plugin v24.5 - https://yoast.com/wordpress/plugins/seo/ --> <title>How to Edit a WordPress Site? (For Beginners) - Siteefy</title><link rel="stylesheet" href="https://siteefy.com/wp-content/cache/min/1/69ae32c0d48a43114c66a0c77dbc4f55.css" media="all" data-minify="1" /> <meta name="description" content="In this article, we&#039;ll see multiple ways of how to edit WordPress site using the Gutenberg Editor and page builders to edit without coding." /> <link rel="canonical" href="https://siteefy.com/how-to-edit-wordpress-site/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="How to Edit a WordPress Site? (For Beginners) - Siteefy" /> <meta property="og:description" content="In this article, we&#039;ll see multiple ways of how to edit WordPress site using the Gutenberg Editor and page builders to edit without coding." /> <meta property="og:url" content="https://siteefy.com/how-to-edit-wordpress-site/" /> <meta property="og:site_name" content="Siteefy" /> <meta property="article:publisher" content="https://www.facebook.com/siteefy/" /> <meta property="article:published_time" content="2022-09-07T07:44:02+00:00" /> <meta property="article:modified_time" content="2024-04-13T16:48:51+00:00" /> <meta property="og:image" content="https://siteefy.com/wp-content/uploads/2020/11/How-to-Edit-WordPress-Site.png" /> <meta property="og:image:width" content="700" /> <meta property="og:image:height" content="585" /> <meta property="og:image:type" content="image/png" /> <meta name="author" content="Saksham Kumar" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:creator" content="@siteefy" /> <meta name="twitter:site" content="@siteefy" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="Saksham Kumar" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://siteefy.com/how-to-edit-wordpress-site/#article","isPartOf":{"@id":"https://siteefy.com/how-to-edit-wordpress-site/"},"author":{"name":"Saksham Kumar","@id":"https://siteefy.com/#/schema/person/2f3a2bf8862f97cca52f179ead94c2c5"},"headline":"How to Edit a WordPress Site? (For Beginners)","datePublished":"2022-09-07T07:44:02+00:00","dateModified":"2024-04-13T16:48:51+00:00","mainEntityOfPage":{"@id":"https://siteefy.com/how-to-edit-wordpress-site/"},"wordCount":4802,"commentCount":5,"publisher":{"@id":"https://siteefy.com/#organization"},"image":{"@id":"https://siteefy.com/how-to-edit-wordpress-site/#primaryimage"},"thumbnailUrl":"https://siteefy.com/wp-content/uploads/2020/11/How-to-Edit-WordPress-Site.png","articleSection":["WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://siteefy.com/how-to-edit-wordpress-site/#respond"]}]},{"@type":"WebPage","@id":"https://siteefy.com/how-to-edit-wordpress-site/","url":"https://siteefy.com/how-to-edit-wordpress-site/","name":"How to Edit a WordPress Site? (For Beginners) - Siteefy","isPartOf":{"@id":"https://siteefy.com/#website"},"primaryImageOfPage":{"@id":"https://siteefy.com/how-to-edit-wordpress-site/#primaryimage"},"image":{"@id":"https://siteefy.com/how-to-edit-wordpress-site/#primaryimage"},"thumbnailUrl":"https://siteefy.com/wp-content/uploads/2020/11/How-to-Edit-WordPress-Site.png","datePublished":"2022-09-07T07:44:02+00:00","dateModified":"2024-04-13T16:48:51+00:00","description":"In this article, we'll see multiple ways of how to edit WordPress site using the Gutenberg Editor and page builders to edit without coding.","breadcrumb":{"@id":"https://siteefy.com/how-to-edit-wordpress-site/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://siteefy.com/how-to-edit-wordpress-site/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://siteefy.com/how-to-edit-wordpress-site/#primaryimage","url":"https://siteefy.com/wp-content/uploads/2020/11/How-to-Edit-WordPress-Site.png","contentUrl":"https://siteefy.com/wp-content/uploads/2020/11/How-to-Edit-WordPress-Site.png","width":700,"height":585,"caption":"How to Edit WordPress Site"},{"@type":"BreadcrumbList","@id":"https://siteefy.com/how-to-edit-wordpress-site/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://siteefy.com/"},{"@type":"ListItem","position":2,"name":"How to Edit a WordPress Site? (For Beginners)"}]},{"@type":"WebSite","@id":"https://siteefy.com/#website","url":"https://siteefy.com/","name":"Siteefy","description":"Architecting the Future of Web with AI","publisher":{"@id":"https://siteefy.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://siteefy.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://siteefy.com/#organization","name":"Siteefy LLP","url":"https://siteefy.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://siteefy.com/#/schema/logo/image/","url":"https://siteefy.com/wp-content/uploads/2020/06/Siteefy-Logo-2-e1591449097166.png","contentUrl":"https://siteefy.com/wp-content/uploads/2020/06/Siteefy-Logo-2-e1591449097166.png","width":400,"height":200,"caption":"Siteefy LLP"},"image":{"@id":"https://siteefy.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/siteefy/","https://x.com/siteefy","https://www.linkedin.com/company/siteefy/","https://www.youtube.com/@Siteefy/videos","https://find-and-update.company-information.service.gov.uk/company/OC437708"]},{"@type":"Person","@id":"https://siteefy.com/#/schema/person/2f3a2bf8862f97cca52f179ead94c2c5","name":"Saksham Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://siteefy.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/2cceb77d5f7813a369dfdbcd025b6609?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/2cceb77d5f7813a369dfdbcd025b6609?s=96&d=mm&r=g","caption":"Saksham Kumar"},"description":"WordPress developer, SEO, and content manager at Siteefy. Saksham is responsible for conducting deep research and analysis, reviewing WordPress-related products, and writing his own posts.","sameAs":["https://twitter.com/sakshamk117ue","https://www.linkedin.com/in/sakshamk117ue"],"url":"https://siteefy.com/author/saksham/"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//cdn.elementor.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.gstatic.com' /> <link rel='dns-prefetch' href='//google-analytics.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <link rel="alternate" type="application/rss+xml" title="Siteefy &raquo; Feed" href="https://siteefy.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Siteefy &raquo; Comments Feed" href="https://siteefy.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Siteefy &raquo; How to Edit a WordPress Site? (For Beginners) Comments Feed" href="https://siteefy.com/how-to-edit-wordpress-site/feed/" /> <style type="text/css">.brave_popup{display:none}</style><script type="rocketlazyloadscript" data-no-optimize="1"> var brave_popup_data = {}; var bravepop_emailValidation=false; var brave_popup_videos = {}; var brave_popup_formData = {};var brave_popup_adminUser = false; var brave_popup_pageInfo = {"type":"single","pageID":28271,"singleType":"post"}; var bravepop_emailSuggestions={};</script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--contrast: var(--contrast);--wp--preset--color--contrast-2: var(--contrast-2);--wp--preset--color--contrast-3: var(--contrast-3);--wp--preset--color--base: var(--base);--wp--preset--color--base-2: var(--base-2);--wp--preset--color--base-3: var(--base-3);--wp--preset--color--accent: var(--accent);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <style id='wpdiscuz-frontend-css-inline-css'> #wpdcom .wpd-blog-administrator .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-administrator .wpd-comment-author, #wpdcom .wpd-blog-administrator .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-administrator .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-administrator{border-left:3px solid #00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-administrator .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-administrator .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-administrator .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-editor .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-editor .wpd-comment-author, #wpdcom .wpd-blog-editor .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-editor .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-editor{border-left:3px solid #00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-editor .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-editor .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-editor .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-author .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-author .wpd-comment-author, #wpdcom .wpd-blog-author .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-author .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-author .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-author .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-author .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-contributor .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-contributor .wpd-comment-author, #wpdcom .wpd-blog-contributor .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-contributor .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-contributor .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-contributor .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-contributor .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-subscriber .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-subscriber .wpd-comment-author, #wpdcom .wpd-blog-subscriber .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-subscriber .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-subscriber .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom .wpd-blog-wpseo_manager .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-wpseo_manager .wpd-comment-author, #wpdcom .wpd-blog-wpseo_manager .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-wpseo_manager .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-wpseo_manager .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-wpseo_manager .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-wpseo_manager .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-wpseo_editor .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-wpseo_editor .wpd-comment-author, #wpdcom .wpd-blog-wpseo_editor .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-wpseo_editor .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-wpseo_editor .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-wpseo_editor .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-wpseo_editor .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-surfer_api .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-surfer_api .wpd-comment-author, #wpdcom .wpd-blog-surfer_api .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-surfer_api .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-surfer_api .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-surfer_api .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-surfer_api .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-post_author .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-post_author .wpd-comment-author, #wpdcom .wpd-blog-post_author .wpd-comment-author a{color:#00B38F}#wpdcom .wpd-blog-post_author .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-post_author .wpd-avatar img{border-color:#00B38F}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap.wpd-blog-post_author{border-left:3px solid #00B38F}#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-post_author .wpd-avatar img{border-bottom-color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-post_author .wpd-comment-subheader{border-top:1px dashed #00B38F}#wpdcom.wpd-layout-3 .wpd-reply .wpd-blog-post_author .wpd-comment-right{border-left:1px solid #00B38F}#wpdcom .wpd-blog-guest .wpd-comment-label{color:#ffffff;background-color:#00B38F;border:none}#wpdcom .wpd-blog-guest .wpd-comment-author, #wpdcom .wpd-blog-guest .wpd-comment-author a{color:#00B38F}#wpdcom.wpd-layout-3 .wpd-blog-guest .wpd-comment-subheader{border-top:1px dashed #00B38F}#comments, #respond, .comments-area, #wpdcom{}#wpdcom .ql-editor > *{color:#777777}#wpdcom .ql-editor::before{}#wpdcom .ql-toolbar{border:1px solid #DDDDDD;border-top:none}#wpdcom .ql-container{border:1px solid #DDDDDD;border-bottom:none}#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="email"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="url"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="color"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="date"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="month"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="number"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="time"], #wpdcom textarea, #wpdcom select{border:1px solid #DDDDDD;color:#777777}#wpdcom .wpd-form-row .wpdiscuz-item textarea{border:1px solid #DDDDDD}#wpdcom input::placeholder, #wpdcom textarea::placeholder, #wpdcom input::-moz-placeholder, #wpdcom textarea::-webkit-input-placeholder{}#wpdcom .wpd-comment-text{color:#777777}#wpdcom .wpd-thread-head .wpd-thread-info{border-bottom:2px solid #00B38F}#wpdcom .wpd-thread-head .wpd-thread-info.wpd-reviews-tab svg{fill:#00B38F}#wpdcom .wpd-thread-head .wpdiscuz-user-settings{border-bottom:2px solid #00B38F}#wpdcom .wpd-thread-head .wpdiscuz-user-settings:hover{color:#00B38F}#wpdcom .wpd-comment .wpd-follow-link:hover{color:#00B38F}#wpdcom .wpd-comment-status .wpd-sticky{color:#00B38F}#wpdcom .wpd-thread-filter .wpdf-active{color:#00B38F;border-bottom-color:#00B38F}#wpdcom .wpd-comment-info-bar{border:1px dashed #33c3a6;background:#e6f8f4}#wpdcom .wpd-comment-info-bar .wpd-current-view i{color:#00B38F}#wpdcom .wpd-filter-view-all:hover{background:#00B38F}#wpdcom .wpdiscuz-item .wpdiscuz-rating > label{color:#DDDDDD}#wpdcom .wpdiscuz-item .wpdiscuz-rating:not(:checked) > label:hover, .wpdiscuz-rating:not(:checked) > label:hover ~ label{}#wpdcom .wpdiscuz-item .wpdiscuz-rating > input ~ label:hover, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label{color:#FFED85}#wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover, #wpdcom .wpdiscuz-item .wpdiscuz-rating > label:hover ~ input:checked ~ label, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked + label:hover ~ label, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label:hover ~ label, .wpd-custom-field .wcf-active-star, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:checked ~ label{color:#FFD700}#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star{fill:#DDDDDD}#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active{fill:#FFD700}#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts svg .wpd-star{fill:#DDDDDD}#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts:hover svg .wpd-star{fill:#FFED85}#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rate-starts svg:hover ~ svg .wpd-star{fill:#DDDDDD}.wpdiscuz-post-rating-wrap .wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star{fill:#DDDDDD}.wpdiscuz-post-rating-wrap .wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active{fill:#FFD700}#wpdcom .wpd-comment .wpd-follow-active{color:#ff7a00}#wpdcom .page-numbers{color:#555;border:#555 1px solid}#wpdcom span.current{background:#555}#wpdcom.wpd-layout-1 .wpd-new-loaded-comment > .wpd-comment-wrap > .wpd-comment-right{background:#FFFAD6}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment > .wpd-comment-wrap > .wpd-comment-right{background:#FFFAD6}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment.wpd-reply > .wpd-comment-wrap > .wpd-comment-right{background:transparent}#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment.wpd-reply > .wpd-comment-wrap{background:#FFFAD6}#wpdcom.wpd-layout-3 .wpd-new-loaded-comment.wpd-comment > .wpd-comment-wrap > .wpd-comment-right{background:#FFFAD6}#wpdcom .wpd-follow:hover i, #wpdcom .wpd-unfollow:hover i, #wpdcom .wpd-comment .wpd-follow-active:hover i{color:#00B38F}#wpdcom .wpdiscuz-readmore{cursor:pointer;color:#00B38F}.wpd-custom-field .wcf-pasiv-star, #wpcomm .wpdiscuz-item .wpdiscuz-rating > label{color:#DDDDDD}.wpd-wrapper .wpd-list-item.wpd-active{border-top:3px solid #00B38F}#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply.wpd-unapproved-comment .wpd-comment-wrap{border-left:3px solid #FFFAD6}#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply.wpd-unapproved-comment .wpd-comment-right{border-left:1px solid #FFFAD6}#wpdcom .wpd-prim-button{background-color:#07B290;color:#FFFFFF}#wpdcom .wpd_label__check i.wpdicon-on{color:#07B290;border:1px solid #83d9c8}#wpd-bubble-wrapper #wpd-bubble-all-comments-count{color:#1DB99A}#wpd-bubble-wrapper > div{background-color:#1DB99A}#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message{background-color:#1DB99A}#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message::before{border-left-color:#1DB99A;border-right-color:#1DB99A}#wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message::before{border-left-color:#1DB99A;border-right-color:#1DB99A}.wpd-inline-icon-wrapper path.wpd-inline-icon-first{fill:#1DB99A}.wpd-inline-icon-count{background-color:#1DB99A}.wpd-inline-icon-count::before{border-right-color:#1DB99A}.wpd-inline-form-wrapper::before{border-bottom-color:#1DB99A}.wpd-inline-form-question{background-color:#1DB99A}.wpd-inline-form{background-color:#1DB99A}.wpd-last-inline-comments-wrapper{border-color:#1DB99A}.wpd-last-inline-comments-wrapper::before{border-bottom-color:#1DB99A}.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments{background:#1DB99A}.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:hover,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:active,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:focus{background-color:#1DB99A}#wpdcom .ql-snow .ql-tooltip[data-mode="link"]::before{content:"Enter link:"}#wpdcom .ql-snow .ql-tooltip.ql-editing a.ql-action::after{content:"Save"}.comments-area{width:auto} </style> <style id='generate-style-inline-css'> body{background-color:#ffffff;color:#3a3a3a;}a{color:#1e73be;}a:hover, a:focus, a:active{color:#000000;}body .grid-container{max-width:1200px;}.wp-block-group__inner-container{max-width:1200px;margin-left:auto;margin-right:auto;}.site-header .header-image{width:120px;}:root{--contrast:#222222;--contrast-2:#575760;--contrast-3:#b2b2be;--base:#f0f0f0;--base-2:#f7f8f9;--base-3:#ffffff;--accent:#1e73be;}:root .has-contrast-color{color:var(--contrast);}:root .has-contrast-background-color{background-color:var(--contrast);}:root .has-contrast-2-color{color:var(--contrast-2);}:root .has-contrast-2-background-color{background-color:var(--contrast-2);}:root .has-contrast-3-color{color:var(--contrast-3);}:root .has-contrast-3-background-color{background-color:var(--contrast-3);}:root .has-base-color{color:var(--base);}:root .has-base-background-color{background-color:var(--base);}:root .has-base-2-color{color:var(--base-2);}:root .has-base-2-background-color{background-color:var(--base-2);}:root .has-base-3-color{color:var(--base-3);}:root .has-base-3-background-color{background-color:var(--base-3);}:root .has-accent-color{color:var(--accent);}:root .has-accent-background-color{background-color:var(--accent);}body, button, input, select, textarea{font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-weight:400;}body{line-height:1.5;}.entry-content > [class*="wp-block-"]:not(:last-child):not(.wp-block-heading){margin-bottom:1.5em;}.main-title{font-size:45px;}.main-navigation a, .menu-toggle{font-weight:400;font-size:16px;}.main-navigation .main-nav ul ul li a{font-size:15px;}.sidebar .widget, .footer-widgets .widget{font-size:17px;}h1{font-family:Arial, Helvetica, sans-serif;font-weight:700;font-size:40px;}h2{font-family:Arial, Helvetica, sans-serif;font-weight:600;font-size:32px;line-height:1.4em;}h3{font-family:Arial, Helvetica, sans-serif;font-weight:500;font-size:18px;}h4{font-family:Arial, Helvetica, sans-serif;font-size:inherit;}h5{font-size:inherit;}@media (max-width:768px){.main-title{font-size:20px;}h1{font-size:30px;}h2{font-size:25px;}}.top-bar{background-color:#636363;color:#ffffff;}.top-bar a{color:#ffffff;}.top-bar a:hover{color:#303030;}.site-header{background-color:#ffffff;color:#3a3a3a;}.site-header a{color:#3a3a3a;}.main-title a,.main-title a:hover{color:#222222;}.site-description{color:#757575;}.main-navigation,.main-navigation ul ul{background-color:rgba(34,34,34,0);}.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{color:#ffffff;}.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{color:#ffffff;background-color:rgba(63,63,63,0);}button.menu-toggle:hover,button.menu-toggle:focus,.main-navigation .mobile-bar-items a,.main-navigation .mobile-bar-items a:hover,.main-navigation .mobile-bar-items a:focus{color:#ffffff;}.main-navigation .main-nav ul li[class*="current-menu-"] > a{color:#ffffff;background-color:rgba(63,63,63,0);}.navigation-search input[type="search"],.navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus, .main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a{color:#ffffff;background-color:rgba(63,63,63,0);}.main-navigation ul ul{background-color:#3f3f3f;}.main-navigation .main-nav ul ul li a{color:#ffffff;}.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a,.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a{color:#ffffff;background-color:#4f4f4f;}.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{color:#ffffff;background-color:#4f4f4f;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{background-color:#ffffff;}.entry-meta{color:#595959;}.entry-meta a{color:#595959;}.entry-meta a:hover{color:#1e73be;}.sidebar .widget{background-color:#ffffff;}.sidebar .widget .widget-title{color:#000000;}.footer-widgets{background-color:#ffffff;}.footer-widgets .widget-title{color:#000000;}.site-info{color:#ffffff;background-color:#222222;}.site-info a{color:#ffffff;}.site-info a:hover{color:#606060;}.footer-bar .widget_nav_menu .current-menu-item a{color:#606060;}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea,select{color:#666666;background-color:#fafafa;border-color:#cccccc;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,select:focus{color:#666666;background-color:#ffffff;border-color:#bfbfbf;}button,html input[type="button"],input[type="reset"],input[type="submit"],a.button,a.wp-block-button__link:not(.has-background){color:#ffffff;background-color:#666666;}button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,a.button:hover,button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{color:#ffffff;background-color:#3f3f3f;}a.generate-back-to-top{background-color:rgba( 0,0,0,0.4 );color:#ffffff;}a.generate-back-to-top:hover,a.generate-back-to-top:focus{background-color:rgba( 0,0,0,0.6 );color:#ffffff;}:root{--gp-search-modal-bg-color:var(--base-3);--gp-search-modal-text-color:var(--contrast);--gp-search-modal-overlay-bg-color:rgba(0,0,0,0.2);}@media (max-width: 768px){.main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{background:none;color:#ffffff;}}.inside-top-bar{padding:10px;}.inside-header{padding:12px 30px 12px 30px;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:0px 30px 30px 30px;}.site-main .wp-block-group__inner-container{padding:0px 30px 30px 30px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px);}.one-container.right-sidebar .site-main,.one-container.both-right .site-main{margin-right:30px;}.one-container.left-sidebar .site-main,.one-container.both-left .site-main{margin-left:30px;}.one-container.both-sidebars .site-main{margin:0px 30px 0px 30px;}.separate-containers .widget, .separate-containers .site-main > *, .separate-containers .page-header, .widget-area .main-navigation{margin-bottom:10px;}.separate-containers .site-main{margin:10px;}.both-right.separate-containers .inside-left-sidebar{margin-right:5px;}.both-right.separate-containers .inside-right-sidebar{margin-left:5px;}.both-left.separate-containers .inside-left-sidebar{margin-right:5px;}.both-left.separate-containers .inside-right-sidebar{margin-left:5px;}.separate-containers .page-header-image, .separate-containers .page-header-contained, .separate-containers .page-header-image-single, .separate-containers .page-header-content-single{margin-top:10px;}.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar{margin-top:10px;margin-bottom:10px;}.main-navigation .main-nav ul li a,.menu-toggle,.main-navigation .mobile-bar-items a{line-height:62px;}.navigation-search input[type="search"]{height:62px;}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:20px;}.rtl .main-navigation .main-nav ul li.menu-item-has-children > a{padding-right:20px;}.site-info{padding:20px;}@media (max-width:768px){.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:0px 30px 0px 30px;}.site-main .wp-block-group__inner-container{padding:0px 30px 0px 30px;}.inside-header{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.site-info{padding-right:10px;padding-left:10px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px);}}.one-container .sidebar .widget{padding:0px;}@media (max-width: 768px){.main-navigation .menu-toggle,.main-navigation .mobile-bar-items,.sidebar-nav-mobile:not(#sticky-placeholder){display:block;}.main-navigation ul,.gen-sidebar-nav{display:none;}[class*="nav-float-"] .site-header .inside-header > *{float:none;clear:both;}} .dynamic-author-image-rounded{border-radius:100%;}.dynamic-featured-image, .dynamic-author-image{vertical-align:middle;}.one-container.blog .dynamic-content-template:not(:last-child), .one-container.archive .dynamic-content-template:not(:last-child){padding-bottom:0px;}.dynamic-entry-excerpt > p:last-child{margin-bottom:0px;} .navigation-branding .main-title{font-weight:bold;text-transform:none;font-size:45px;}@media (max-width: 768px){.navigation-branding .main-title{font-size:20px;}} @media (max-width: 768px){.main-navigation .menu-toggle,.main-navigation .mobile-bar-items a,.main-navigation .menu-bar-item > a{padding-left:100px;padding-right:100px;}.main-navigation .main-nav ul li a,.main-navigation .menu-toggle,.main-navigation .mobile-bar-items a,.main-navigation .menu-bar-item > a{line-height:60px;}.main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input[type="search"]{height:60px;}} </style> <style id='generateblocks-inline-css'> .gb-container.gb-tabs__item:not(.gb-tabs__item-open){display:none;}.gb-container-2fbd4061{margin-top:0px;border-radius:4px;border:1px solid #e6e6e6;background-color:rgba(240, 242, 245, 0.4);max-width:800px;margin-left:auto;margin-right:auto;}.gb-container-2fbd4061 > .gb-inside-container{padding:30px 40px 35px 30px;max-width:800px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-2fbd4061 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-9f31e2e4 > .gb-inside-container{padding:0;}.gb-grid-wrapper > .gb-grid-column-9f31e2e4{width:23%;}.gb-grid-wrapper > .gb-grid-column-9f31e2e4 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-a4dd6728 > .gb-inside-container{padding:0;}.gb-grid-wrapper > .gb-grid-column-a4dd6728{width:77%;}.gb-grid-wrapper > .gb-grid-column-a4dd6728 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-7cee72a0{background-color:rgba(255, 255, 255, 0.4);max-width:800px;margin-left:auto;margin-right:auto;}.gb-container-7cee72a0 > .gb-inside-container{padding:0;max-width:800px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-7cee72a0 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-3dfb7899 > .gb-inside-container{padding:0;}.gb-grid-wrapper > .gb-grid-column-3dfb7899{width:77%;}.gb-grid-wrapper > .gb-grid-column-3dfb7899 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-ddd840a8{margin-top:70px;border-top:1px solid #ededed;background-color:#f9f9f9;}.gb-container-ddd840a8 > .gb-inside-container{padding:70px 30px 0;max-width:1200px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-ddd840a8 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-60e8ffa4 > .gb-inside-container{padding:0;}.gb-grid-wrapper > .gb-grid-column-60e8ffa4{width:25%;}.gb-grid-wrapper > .gb-grid-column-60e8ffa4 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-d974b7d5 > .gb-inside-container{padding:0;}.gb-grid-wrapper > .gb-grid-column-d974b7d5{width:40%;}.gb-grid-wrapper > .gb-grid-column-d974b7d5 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-dd29bff3 > .gb-inside-container{padding:0;}.gb-grid-wrapper > .gb-grid-column-dd29bff3{width:35%;}.gb-grid-wrapper > .gb-grid-column-dd29bff3 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-5010096a > .gb-inside-container{padding:80px 0 40px;max-width:1200px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-5010096a > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-3aaf39c7 > .gb-inside-container{padding:0;}.gb-grid-wrapper > .gb-grid-column-3aaf39c7{width:50%;}.gb-grid-wrapper > .gb-grid-column-3aaf39c7 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-74ee1f20 > .gb-inside-container{padding:0;}.gb-grid-wrapper > .gb-grid-column-74ee1f20{width:50%;}.gb-grid-wrapper > .gb-grid-column-74ee1f20 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-44c69b9d > .gb-inside-container{padding:0;}.gb-grid-wrapper > .gb-grid-column-44c69b9d{width:50%;}.gb-grid-wrapper > .gb-grid-column-44c69b9d > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-92d562be > .gb-inside-container{padding:0;}.gb-grid-wrapper > .gb-grid-column-92d562be{width:50%;}.gb-grid-wrapper > .gb-grid-column-92d562be > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-045d53c4{text-align:center;background-image:linear-gradient(90deg, #0811de, #08c8f6);}.gb-container-045d53c4 > .gb-inside-container{padding:40px;max-width:700px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-045d53c4 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-774c886b > .gb-inside-container{padding:0;max-width:280px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-774c886b > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-5532dbc1{text-align:center;}.gb-container-5532dbc1 > .gb-inside-container{padding:0;max-width:1200px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-5532dbc1 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-5532dbc1.inline-post-meta-area > .gb-inside-container{display:flex;align-items:center;justify-content:center;}.gb-container-4c355fd9{margin-top:0px;margin-bottom:30px;margin-left:25px;border-radius:4px;border:1px solid #e1e8ed;}.gb-container-4c355fd9 > .gb-inside-container{padding:18px 18px 0;max-width:1200px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-4c355fd9 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-41b410db{margin-top:5px;margin-bottom:30px;margin-left:25px;border-radius:4px;border:0px solid #cde7ff;}.gb-container-41b410db > .gb-inside-container{padding:0 10px 0 0;max-width:1200px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-41b410db > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-efad2a6d{margin-bottom:30px;margin-left:25px;border-radius:4px;border:1px solid #e4f8ff;background-color:#f5fcff;}.gb-container-efad2a6d > .gb-inside-container{padding:15px;max-width:1200px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-efad2a6d > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-grid-wrapper-99731d90{display:flex;flex-wrap:wrap;align-items:flex-start;margin-left:-30px;}.gb-grid-wrapper-99731d90 > .gb-grid-column{box-sizing:border-box;padding-left:30px;}.gb-grid-wrapper-02ba51d5{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;margin-left:-30px;}.gb-grid-wrapper-02ba51d5 > .gb-grid-column{box-sizing:border-box;padding-left:30px;}.gb-grid-wrapper-4b51edf8{display:flex;flex-wrap:wrap;align-items:flex-start;margin-left:-80px;}.gb-grid-wrapper-4b51edf8 > .gb-grid-column{box-sizing:border-box;padding-left:80px;}.gb-grid-wrapper-8ebb59b1{display:flex;flex-wrap:wrap;margin-left:-30px;}.gb-grid-wrapper-8ebb59b1 > .gb-grid-column{box-sizing:border-box;padding-left:30px;}.gb-grid-wrapper-bbde284a{display:flex;flex-wrap:wrap;margin-left:-30px;}.gb-grid-wrapper-bbde284a > .gb-grid-column{box-sizing:border-box;padding-left:30px;}p.gb-headline-27d57c71{font-family:Arial;font-size:15px;letter-spacing:0.03em;font-weight:400;margin-bottom:10px;}p.gb-headline-d0ed29f4{font-family:Arial;font-size:19px;letter-spacing:0.03em;font-weight:600;margin-bottom:10px;}p.gb-headline-9a7d14a9{font-family:Arial;font-size:16px;letter-spacing:0.03em;font-weight:400;margin-bottom:20px;margin-left:-10px;}p.gb-headline-f2b3425d{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-f2b3425d a:hover{color:#f06400;}p.gb-headline-30cacc2e{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-30cacc2e a:hover{color:#f06400;}p.gb-headline-63743d3f{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-63743d3f a:hover{color:#f06400;}p.gb-headline-a7e19188{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-a7e19188 a:hover{color:#f06400;}p.gb-headline-87aca9b8{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-87aca9b8 a:hover{color:#f06400;}p.gb-headline-94cb1e64{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-94cb1e64 a:hover{color:#f06400;}p.gb-headline-3eb78e86{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-3eb78e86 a:hover{color:#f06400;}p.gb-headline-6bb4e2db{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-6bb4e2db a:hover{color:#f06400;}p.gb-headline-65f9815b{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-65f9815b a:hover{color:#f06400;}p.gb-headline-c340a59c{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-c340a59c a:hover{color:#f06400;}p.gb-headline-4af7234f{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-4af7234f a:hover{color:#f06400;}p.gb-headline-d640444c{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-d640444c a:hover{color:#f06400;}p.gb-headline-6ec82c1b{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-6ec82c1b a:hover{color:#f06400;}p.gb-headline-8da7b1e9{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-8da7b1e9 a:hover{color:#f06400;}p.gb-headline-83b7ca34{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-83b7ca34 a:hover{color:#f06400;}p.gb-headline-337b3138{font-size:19px;font-weight:600;margin-top:-8px;color:#4632da;}p.gb-headline-9f9f6a6b{font-size:16px;font-weight:400;margin-bottom:12px;}p.gb-headline-9f9f6a6b a{color:#343434;}p.gb-headline-3b370148{font-size:16px;font-weight:400;margin-bottom:12px;}p.gb-headline-3b370148 a{color:#343434;}p.gb-headline-e4f100ec{font-size:16px;font-weight:400;margin-bottom:12px;}p.gb-headline-e4f100ec a{color:#343434;}p.gb-headline-894be891{font-size:16px;font-weight:400;margin-bottom:12px;}p.gb-headline-894be891 a{color:#343434;}p.gb-headline-6b69a7aa{font-size:16px;font-weight:400;margin-bottom:12px;}p.gb-headline-6b69a7aa a{color:#343434;}p.gb-headline-19318591{font-size:16px;font-weight:400;margin-bottom:12px;}p.gb-headline-19318591 a{color:#343434;}p.gb-headline-da7a702a{font-size:19px;font-weight:600;margin-top:-8px;color:#4632da;}p.gb-headline-bcabe016{font-size:16px;font-weight:400;margin-bottom:12px;color:#393939;}p.gb-headline-bcabe016 a{color:#343434;}p.gb-headline-9fbf7f45{font-size:16px;font-weight:400;margin-bottom:12px;color:#393939;}p.gb-headline-9fbf7f45 a{color:#343434;}p.gb-headline-6ba0bf89{font-size:16px;font-weight:400;margin-bottom:12px;color:#393939;}p.gb-headline-6ba0bf89 a{color:#343434;}p.gb-headline-72ebf940{font-size:16px;font-weight:400;margin-bottom:12px;color:#393939;}p.gb-headline-72ebf940 a{color:#343434;}p.gb-headline-e9cd5836{font-size:16px;font-weight:400;margin-bottom:12px;color:#393939;}p.gb-headline-e9cd5836 a{color:#343434;}p.gb-headline-0df32a55{font-size:16px;font-weight:400;margin-bottom:12px;color:#393939;}p.gb-headline-0df32a55 a{color:#343434;}p.gb-headline-499a65ac{font-size:16px;font-weight:400;margin-bottom:12px;color:#393939;}p.gb-headline-499a65ac a{color:#343434;}p.gb-headline-534cbb3e{font-size:16px;font-weight:400;margin-bottom:12px;color:#393939;}p.gb-headline-534cbb3e a{color:#343434;}p.gb-headline-647f08d6{font-size:28px;line-height:1.6em;font-weight:600;margin-top:-10px;margin-bottom:0px;color:#343434;}p.gb-headline-49c6c1df{font-size:15px;line-height:1.6em;font-weight:400;margin-top:18px;color:#343434;}p.gb-headline-c1c6cd94{font-size:16px;font-weight:400;color:#585858;}p.gb-headline-eef25093{font-size:16px;font-weight:400;color:#585858;}h1.gb-headline-a39e9a85{font-family:Arial;font-size:42px;font-weight:700;text-align:center;margin-top:20px;color:#ffffff;}p.gb-headline-3c981db9{font-size:16px;margin-right:20px;color:#ffffff;}p.gb-headline-3c981db9 a{color:#ffffff;}p.gb-headline-28d4cacf{color:#ffffff;}p.gb-headline-d1c6c570{font-size:16px;margin-left:20px;color:#ffffff;}p.gb-headline-8f74442e{font-size:16px;margin-left:20px;color:#ffffff;}p.gb-headline-1f865da3{font-size:14px;margin-top:5px;margin-bottom:0px;color:#dadada;}p.gb-headline-c611e4a3{font-size:14px;text-align:center;padding-top:10px;padding-bottom:10px;margin-bottom:0px;color:#474747;background-color:#fafafa;}p.gb-headline-5374aca5{font-family:Arial;font-size:16px;font-weight:700;margin-bottom:15px;}p.gb-headline-395305ba{font-size:16px;font-weight:700;margin-bottom:15px;}p.gb-headline-8a7ae83c{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;padding-bottom:0px;margin-bottom:8px;border-bottom:0px solid #1E73BE;}p.gb-headline-8a7ae83c a:hover{color:#f06400;}p.gb-headline-90edd329{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-90edd329 a:hover{color:#f06400;}p.gb-headline-5b26dfd1{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-5b26dfd1 a:hover{color:#f06400;}p.gb-headline-0af08f64{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-0af08f64 a:hover{color:#f06400;}p.gb-headline-6ee29f9e{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-6ee29f9e a:hover{color:#f06400;}p.gb-headline-942d9948{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-942d9948 a:hover{color:#f06400;}p.gb-headline-043a281b{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-043a281b a:hover{color:#f06400;}p.gb-headline-2e2d9b7e{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-2e2d9b7e a:hover{color:#f06400;}p.gb-headline-0b5848c5{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-0b5848c5 a:hover{color:#f06400;}p.gb-headline-17623388{font-family:Helvetica;font-size:14px;letter-spacing:0.03em;font-weight:400;margin-bottom:8px;}p.gb-headline-17623388 a:hover{color:#f06400;}@media (max-width: 1024px) {.gb-grid-wrapper > .gb-grid-column-60e8ffa4{width:100%;}.gb-grid-wrapper > .gb-grid-column-d974b7d5{width:50%;}.gb-grid-wrapper > .gb-grid-column-dd29bff3{width:50%;}.gb-grid-wrapper-4b51edf8 > .gb-grid-column{padding-bottom:40px;}}@media (max-width: 1024px) and (min-width: 768px) {.gb-grid-wrapper > div.gb-grid-column-d974b7d5{padding-bottom:0;}.gb-grid-wrapper > div.gb-grid-column-dd29bff3{padding-bottom:0;}}@media (max-width: 767px) {.gb-grid-wrapper > .gb-grid-column-9f31e2e4{width:100%;}.gb-grid-wrapper > .gb-grid-column-a4dd6728{width:100%;}.gb-grid-wrapper > div.gb-grid-column-a4dd6728{padding-bottom:0;}.gb-grid-wrapper > .gb-grid-column-7cee72a0{width:100%;}.gb-grid-wrapper > .gb-grid-column-3dfb7899{width:100%;}.gb-grid-wrapper > div.gb-grid-column-3dfb7899{padding-bottom:0;}.gb-container-ddd840a8 > .gb-inside-container{padding-top:70px;}.gb-grid-wrapper > .gb-grid-column-60e8ffa4{width:100%;order:2;}.gb-grid-wrapper > .gb-grid-column-d974b7d5{width:100%;order:3;}.gb-container-dd29bff3 > .gb-inside-container{padding-bottom:20px;}.gb-grid-wrapper > .gb-grid-column-dd29bff3{width:100%;order:1;}.gb-grid-wrapper > div.gb-grid-column-dd29bff3{padding-bottom:0;}.gb-container-5010096a > .gb-inside-container{padding-top:40px;}.gb-grid-wrapper > .gb-grid-column-3aaf39c7{width:100%;}.gb-grid-wrapper > .gb-grid-column-74ee1f20{width:100%;}.gb-grid-wrapper > .gb-grid-column-44c69b9d{width:100%;}.gb-grid-wrapper > .gb-grid-column-92d562be{width:100%;}.gb-container-045d53c4{margin-bottom:0px;}.gb-container-045d53c4 > .gb-inside-container{padding:30px 25px;}.gb-grid-wrapper > .gb-grid-column-045d53c4{width:100%;}.gb-grid-wrapper > .gb-grid-column-045d53c4 > .gb-container{justify-content:center;}.gb-container-774c886b > .gb-inside-container{padding:0 50px;}.gb-grid-wrapper > .gb-grid-column-774c886b{width:100%;}.gb-grid-wrapper > .gb-grid-column-5532dbc1{width:100%;}.gb-container-4c355fd9{margin-right:25px;}.gb-container-41b410db{margin-right:25px;}.gb-container-efad2a6d{margin-right:25px;}.gb-grid-wrapper-99731d90 > .gb-grid-column{padding-bottom:20px;}.gb-grid-wrapper-02ba51d5 > .gb-grid-column{padding-bottom:20px;}p.gb-headline-27d57c71{text-align:left;}p.gb-headline-d0ed29f4{text-align:left;}p.gb-headline-9a7d14a9{text-align:left;}p.gb-headline-f2b3425d{text-align:left;}p.gb-headline-30cacc2e{text-align:left;}p.gb-headline-63743d3f{text-align:left;}p.gb-headline-a7e19188{text-align:left;}p.gb-headline-87aca9b8{text-align:left;}p.gb-headline-94cb1e64{text-align:left;}p.gb-headline-3eb78e86{text-align:left;}p.gb-headline-6bb4e2db{text-align:left;}p.gb-headline-65f9815b{text-align:left;}p.gb-headline-c340a59c{text-align:left;}p.gb-headline-4af7234f{text-align:left;}p.gb-headline-d640444c{text-align:left;}p.gb-headline-6ec82c1b{text-align:left;}p.gb-headline-8da7b1e9{text-align:left;}p.gb-headline-83b7ca34{text-align:left;}p.gb-headline-c1c6cd94{text-align:center;}p.gb-headline-eef25093{text-align:center;}h1.gb-headline-a39e9a85{font-size:30px;}p.gb-headline-3c981db9{font-size:15px;}p.gb-headline-d1c6c570{font-size:15px;}p.gb-headline-8f74442e{font-size:15px;}p.gb-headline-1f865da3{font-size:14px;}p.gb-headline-c611e4a3{font-size:13px;text-align:center;padding-top:7px;padding-right:10px;padding-left:10px;margin-bottom:-20px;}p.gb-headline-8a7ae83c{text-align:left;}p.gb-headline-90edd329{text-align:left;}p.gb-headline-5b26dfd1{text-align:left;}p.gb-headline-0af08f64{text-align:left;}p.gb-headline-6ee29f9e{text-align:left;}p.gb-headline-942d9948{text-align:left;}p.gb-headline-043a281b{text-align:left;}p.gb-headline-2e2d9b7e{text-align:left;}p.gb-headline-0b5848c5{text-align:left;}p.gb-headline-17623388{text-align:left;}}:root{--gb-container-width:1200px;}.gb-container .wp-block-image img{vertical-align:middle;}.gb-grid-wrapper .wp-block-image{margin-bottom:0;}.gb-highlight{background:none;}.gb-shape{line-height:0;}.gb-container-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;} </style> <style id='kadence-blocks-global-variables-inline-css'> :root {--global-kb-font-size-sm:clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-kb-font-size-md:clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-kb-font-size-lg:clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-kb-font-size-xl:clamp(2.25rem, 1.728rem + 1.63vw, 3rem);--global-kb-font-size-xxl:clamp(2.5rem, 1.456rem + 3.26vw, 4rem);--global-kb-font-size-xxxl:clamp(2.75rem, 0.489rem + 7.065vw, 6rem);}:root {--global-palette1: #3182CE;--global-palette2: #2B6CB0;--global-palette3: #1A202C;--global-palette4: #2D3748;--global-palette5: #4A5568;--global-palette6: #718096;--global-palette7: #EDF2F7;--global-palette8: #F7FAFC;--global-palette9: #ffffff;} </style> <style id='generate-navigation-branding-inline-css'> @media (max-width: 768px){.site-header, #site-navigation, #sticky-navigation{display:none !important;opacity:0.0;}#mobile-header{display:block !important;width:100% !important;}#mobile-header .main-nav > ul{display:none;}#mobile-header.toggled .main-nav > ul, #mobile-header .menu-toggle, #mobile-header .mobile-bar-items{display:block;}#mobile-header .main-nav{-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}}.navigation-branding img, .site-logo.mobile-header-logo img{height:62px;width:auto;}.navigation-branding .main-title{line-height:62px;}@media (max-width: 1210px){#site-navigation .navigation-branding, #sticky-navigation .navigation-branding{margin-left:10px;}}@media (max-width: 768px){.main-navigation:not(.slideout-navigation) .main-nav{-ms-flex:0 0 100%;flex:0 0 100%;}.main-navigation:not(.slideout-navigation) .inside-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;}.nav-aligned-center .navigation-branding, .nav-aligned-left .navigation-branding{margin-right:auto;}.nav-aligned-center .main-navigation.has-branding:not(.slideout-navigation) .inside-navigation .main-nav,.nav-aligned-center .main-navigation.has-sticky-branding.navigation-stick .inside-navigation .main-nav,.nav-aligned-left .main-navigation.has-branding:not(.slideout-navigation) .inside-navigation .main-nav,.nav-aligned-left .main-navigation.has-sticky-branding.navigation-stick .inside-navigation .main-nav{margin-right:0px;}.navigation-branding img, .site-logo.mobile-header-logo{height:60px;}.navigation-branding .main-title{line-height:60px;}} </style> <style id='site-reviews-inline-css'> :root{--glsr-star-empty:url(https://siteefy.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-empty.svg);--glsr-star-error:url(https://siteefy.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-error.svg);--glsr-star-full:url(https://siteefy.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg);--glsr-star-half:url(https://siteefy.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-half.svg)} </style> <script src="https://siteefy.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://siteefy.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script id="yop-public-js-extra"> var objectL10n = {"yopPollParams":{"urlParams":{"ajax":"https:\/\/siteefy.com\/wp-admin\/admin-ajax.php","wpLogin":"https:\/\/siteefy.com\/wp-login.php?redirect_to=https%3A%2F%2Fsiteefy.com%2Fwp-admin%2Fadmin-ajax.php%3Faction%3Dyop_poll_record_wordpress_vote"},"apiParams":{"reCaptcha":{"siteKey":""},"reCaptchaV2Invisible":{"siteKey":""},"reCaptchaV3":{"siteKey":""},"hCaptcha":{"siteKey":""},"cloudflareTurnstile":{"siteKey":""}},"captchaParams":{"imgPath":"https:\/\/siteefy.com\/wp-content\/plugins\/yop-poll\/public\/assets\/img\/","url":"https:\/\/siteefy.com\/wp-content\/plugins\/yop-poll\/app.php","accessibilityAlt":"Sound icon","accessibilityTitle":"Accessibility option: listen to a question and answer it!","accessibilityDescription":"Type below the <strong>answer<\/strong> to what you hear. Numbers or words:","explanation":"Click or touch the <strong>ANSWER<\/strong>","refreshAlt":"Refresh\/reload icon","refreshTitle":"Refresh\/reload: get new images and accessibility option!"},"voteParams":{"invalidPoll":"Invalid Poll","noAnswersSelected":"No answer selected","minAnswersRequired":"At least {min_answers_allowed} answer(s) required","maxAnswersRequired":"A max of {max_answers_allowed} answer(s) accepted","noAnswerForOther":"No other answer entered","noValueForCustomField":"{custom_field_name} is required","tooManyCharsForCustomField":"Text for {custom_field_name} is too long","consentNotChecked":"You must agree to our terms and conditions","noCaptchaSelected":"Captcha is required","thankYou":"Thank you for your vote"},"resultsParams":{"singleVote":"vote","multipleVotes":"votes","singleAnswer":"answer","multipleAnswers":"answers"}}}; </script> <script src="https://siteefy.com/wp-content/plugins/yop-poll/public/assets/js/yop-poll-public-6.5.36.min.js?ver=6.7.2" id="yop-public-js"></script> <script defer data-domain='siteefy.com' data-api='https://siteefy.com/wp-json/7b9162/v1/423d/4ce56e70' data-cfasync='false' src="//siteefy.com/wp-content/uploads/391b01787b/2d6867ce.js?ver=1701088455" id="plausible"></script> <script id="plausible-analytics-js-after"> window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) } </script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script type="rocketlazyloadscript" src="https://www.googletagmanager.com/gtag/js?id=G-2T4HW39EM7" id="google_gtagjs-js" async></script> <script id="google_gtagjs-js-after"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["siteefy.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "G-2T4HW39EM7"); window._googlesitekit = window._googlesitekit || {}; window._googlesitekit.throttledEvents = []; window._googlesitekit.gtagEvent = (name, data) => { var key = JSON.stringify( { name, data } ); if ( !! window._googlesitekit.throttledEvents[ key ] ) { return; } window._googlesitekit.throttledEvents[ key ] = true; setTimeout( () => { delete window._googlesitekit.throttledEvents[ key ]; }, 5 ); gtag( "event", name, { ...data, event_source: "site-kit" } ); } </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://siteefy.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://siteefy.com/wp-json/wp/v2/posts/28271" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://siteefy.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel='shortlink' href='https://siteefy.com/?p=28271' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://siteefy.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsiteefy.com%2Fhow-to-edit-wordpress-site%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://siteefy.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsiteefy.com%2Fhow-to-edit-wordpress-site%2F&#038;format=xml" /> <meta name="generator" content="Site Kit by Google 1.147.0" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1; t.src="https://www.clarity.ms/tag/"+i+"?ref=wordpress";y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "4kcafjwt38"); </script> <meta name='plausible-analytics-version' content='2.1.4' /> <link rel="pingback" href="https://siteefy.com/xmlrpc.php"> <script type="rocketlazyloadscript" data-ad-client="ca-pub-8628515760098441" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script type="rocketlazyloadscript"> function getLinkEl(link) { while (link && (typeof link.tagName === 'undefined' || link.tagName.toLowerCase() !== 'a' || !link.href)) { link = link.parentNode } return link } function shouldFollowLink(event, link) { // If default has been prevented by an external script, Plausible should not intercept navigation. if (event.defaultPrevented) { return false } var targetsCurrentWindow = !link.target || link.target.match(/^_(self|parent|top)$/i) var isRegularClick = !(event.ctrlKey || event.metaKey || event.shiftKey) && event.type === 'click' return targetsCurrentWindow && isRegularClick } var MIDDLE_MOUSE_BUTTON = 1 function handleLinkClick(event) { if (event.type === 'auxclick' && event.button !== MIDDLE_MOUSE_BUTTON) { return } var link = getLinkEl(event.target) if (link && shouldTrackLink(link)) { var eventName = 'Aff Link: Click' var eventProps = { url: link.href } return sendLinkClickEvent(event, link, eventName, eventProps) } } function sendLinkClickEvent(event, link, eventName, eventProps) { var followedLink = false function followLink() { if (!followedLink) { followedLink = true window.location = link.href } } if (shouldFollowLink(event, link)) { plausible(eventName, { props: eventProps, callback: followLink }) setTimeout(followLink, 5000) event.preventDefault() } else { plausible(eventName, { props: eventProps }) } } function shouldTrackLink(link) { var toBeTracked = '/go/' return !!link.href.match(toBeTracked) } document.addEventListener('click', handleLinkClick) document.addEventListener('auxclick', handleLinkClick) </script> <!-- Google Tag Manager snippet added by Site Kit --> <script type="rocketlazyloadscript"> ( function( w, d, s, l, i ) { w[l] = w[l] || []; w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} ); var f = d.getElementsByTagName( s )[0], j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore( j, f ); } )( window, document, 'script', 'dataLayer', 'GTM-TB2HLFX3' ); </script> <!-- End Google Tag Manager snippet added by Site Kit --> <style id="uagb-style-conditional-extension">@media (min-width: 1025px){body .uag-hide-desktop.uagb-google-map__wrap,body .uag-hide-desktop{display:none !important}}@media (min-width: 768px) and (max-width: 1024px){body .uag-hide-tab.uagb-google-map__wrap,body .uag-hide-tab{display:none !important}}@media (max-width: 767px){body .uag-hide-mob.uagb-google-map__wrap,body .uag-hide-mob{display:none !important}}</style><style id="uagb-style-frontend-28271">.uagb-block-bf6581b5.wp-block-uagb-table-of-contents{text-align: left;}.uagb-block-bf6581b5 .uagb-toc__list-wrap ul li{font-size: 18px;}.uagb-block-bf6581b5 .uagb-toc__list-wrap ol li{font-size: 18px;}.uagb-block-bf6581b5 .uagb-toc__list-wrap li a{color: #3d3d3d;}.uagb-block-bf6581b5 .uagb-toc__wrap .uagb-toc__title-wrap{justify-content: left;margin-bottom: 15px;}.uagb-block-bf6581b5 .uagb-toc__wrap .uagb-toc__title{justify-content: left;margin-bottom: 15px;}.uagb-block-bf6581b5 .uagb-toc__wrap{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-color: #f0f0f0;border-style: solid;padding-left: 30px;padding-right: 30px;padding-top: 30px;padding-bottom: 30px;background: #fafafa;width: 100%;}.uagb-block-bf6581b5 .uagb-toc__list-wrap{column-count: 1;overflow: hidden;text-align: left;}.uagb-block-bf6581b5 .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child{padding-top: 0;}.uagb-block-bf6581b5 .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child{padding-bottom: 0;}.uagb-block-bf6581b5 .uagb-toc__list .uagb-toc__list{list-style-type: disc !important;}.uagb-block-bf6581b5 .uagb-toc__title{font-weight: Default;font-size: 20px;}.uagb-block-bf6581b5 .uagb-toc__list-wrap ol li a{text-decoration: underline;font-size: 18px;}.uagb-block-44710649 .uagb-icon svg{width: 12px;height: 12px;font-size: 12px;fill: #313131;}.uagb-block-44710649 .uagb-icon-active svg{width: 12px;height: 12px;font-size: 12px;fill: #656565;}.uagb-block-44710649 .uagb-faq-child__outer-wrap{margin-bottom: 10px;}.uagb-block-44710649 .uagb-faq-item{background-color: #FFFFFF;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-color: #D2D2D2;border-style: solid;}.uagb-block-44710649 .uagb-faq-item .uagb-question{color: #313131;}.uagb-block-44710649 .uagb-faq-item.uagb-faq-item-active .uagb-question{color: #656565;}.uagb-block-44710649 .uagb-faq-item:hover .uagb-question{color: #656565;}.uagb-block-44710649 .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-44710649 .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-44710649 .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-44710649.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-44710649.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-44710649 .uagb-faq-item:hover .uagb-icon svg{fill: #656565;}.uagb-block-44710649 .uagb-faq-item .uagb-faq-questions-button.uagb-faq-questions{flex-direction: row;}.uagb-block-44710649 .uagb-faq-item .uagb-faq-content{color: #313131;}.uagb-block-44710649 .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-content {display: none;}@media only screen and (max-width: 976px) {.uagb-block-bf6581b5 .uagb-toc__wrap{border-style: solid;border-color: #f0f0f0;}.uagb-block-bf6581b5 .uagb-toc__list-wrap{column-count: 1;overflow: hidden;text-align: left;}.uagb-block-bf6581b5 .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child{padding-top: 0;}.uagb-block-bf6581b5 .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child{padding-bottom: 0;}.uagb-block-44710649.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-44710649.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-44710649 .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-44710649 .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-44710649 .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-44710649 .uagb-icon svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-44710649 .uagb-icon-active svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-44710649 .uagb-faq-item{border-style: solid;border-color: #D2D2D2;}}@media only screen and (max-width: 767px) {.uagb-block-bf6581b5 .uagb-toc__list-wrap ul li{font-size: 15px;}.uagb-block-bf6581b5 .uagb-toc__list-wrap ol li{font-size: 15px;}.uagb-block-bf6581b5 .uagb-toc__wrap{border-style: solid;border-color: #f0f0f0;}.uagb-block-bf6581b5 .uagb-toc__list-wrap{column-count: 1;overflow: hidden;text-align: left;}.uagb-block-bf6581b5 .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child{padding-top: 0;}.uagb-block-bf6581b5 .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child{padding-bottom: 0;}.uagb-block-bf6581b5 .uagb-toc__list-wrap ol li a{font-size: 15px;}.uagb-block-44710649.uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap{margin-right: 10px;}.uagb-block-44710649 .uagb-faq-item{border-style: solid;border-color: #D2D2D2;}.uagb-block-44710649.uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap{margin-left: 10px;}.uagb-block-44710649 .uagb-faq-questions-button{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-44710649 .uagb-faq-content{padding-top: 10px;padding-bottom: 10px;padding-right: 10px;padding-left: 10px;}.uagb-block-44710649 .uagb-faq-content span{margin-top: 10px;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}.uagb-block-44710649 .uagb-icon svg{width: 12px;height: 12px;font-size: 12px;}.uagb-block-44710649 .uagb-icon-active svg{width: 12px;height: 12px;font-size: 12px;}}</style><link rel="icon" href="https://siteefy.com/wp-content/uploads/2020/06/Siteefy-Favicon.png" sizes="32x32" /> <link rel="icon" href="https://siteefy.com/wp-content/uploads/2020/06/Siteefy-Favicon.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://siteefy.com/wp-content/uploads/2020/06/Siteefy-Favicon.png" /> <meta name="msapplication-TileImage" content="https://siteefy.com/wp-content/uploads/2020/06/Siteefy-Favicon.png" /> <style id="wp-custom-css"> .single-post h2 { padding-top: 40px; } .single-post h3 { padding-top: 15px; } .schema-faq-section { margin-top: 40px; } .elementor-pagination { margin-top: 70px; } @media (max-width: 768px) { .menu-toggle, .main-navigation .mobile-bar-items a { font-size: 24px; } } /* Date Update */ .posted-on .updated { display: inline-block; margin-top: 10px; } .posted-on .updated + .entry-date { display: none; } .posted-on .updated:before { content: "Last Updated: "; } /* Date Update END */ .featured-image.page-header-image-single img { border-radius: 7px; } .dynamic-author-description { font-size: 15px; } /* Sidebar TOC */ #left-sidebar { position: sticky; top: 30px; margin-top: 45px; margin-left: -58%; } @media (max-width: 1024px) { #left-sidebar { display: none; } .gb-grid-wrapper.gb-grid-wrapper-8ebb59b1 { display: none; } /* #right-sidebar { display: none; } */ #right-sidebar { margin-top: 50px; } } @media (min-width: 1024px) { .MobileTOC { display: none; } .gb-grid-wrapper.gb-grid-wrapper-bbde284a { display: none; } } @media (min-width: 1024px) { .WYSIWYG-TOC { display: none; } #right-sidebar { margin-left: 220px; position: sticky; top: 36px; margin-top: 45px; } } /* Sidebar TOC END */ /* Header Background */ .site-header { background: -webkit-linear-gradient(-30deg,#0811DE 0%,#08C8F6 79%); } .site-header { box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1) !important; } .main-navigation.mobile-header-navigation.has-branding { background: -webkit-linear-gradient(-30deg,#0811DE 0%,#08C8F6 91%); padding: 10px 0 10px 0px; } .main-navigation.mobile-header-navigation.has-branding { box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1) !important; } #primary { padding-top: 20px; } /* Header Background END */ /* Related Posts */ .uagb-post__inner-wrap { margin: 10px; } .uagb-post__image img { border-radius: 4px; } /* Related Posts END */ .entry-meta, .entry-header { display: none; } /* Homepage Edits */ .image-round-class { border-radius: 280px 80px 80px 80px; } .element-drop-shadow { box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); } /* Homepage Edits END */ /* Blog Posts Grid */ .uagb-post__title { font-size: 16px; font-weight: 500; } .uagb-post__inner-wrap { margin-bottom: -10px; } .uagb-post-pagination-wrap { padding-top: 30px; } /* Blog Posts Grid END */ /* Footer Social Icons Color */ .wp-block-social-links.alignright.has-small-icon-size.has-icon-color.is-style-pill-shape a { color: #fff; } /* Footer Social Icons Color END */ /* Review Gutenberg Blocks */ .ub_progress-bar-text { display: none; } .ub_progress-bar-label { display: none; } .review-bar-container { margin-bottom: -8px; } .ub-star-inner-container { margin-bottom: 3px; } /* Review Gutenberg Blocks END */ /* Generate Blocks Container Links */ .gb-container.my-linked-container .gb-inside-container { position: relative; } .gb-container.my-linked-container a:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; } /* Generate Blocks Container Links END */ /* Related Posts */ .wp-show-posts-inner { border-radius: 4px; margin-bottom: -28px; } .wp-show-posts-entry-title { font-size: 15px; line-height: 1.5; font-weight: 400; } .wp-show-posts-entry-title a { color: #1E73BE; } .gb-container.gb-container-d5222538 ul { font-size: 16px; line-height: 1.7; padding-bottom: 21px; } .gb-container.gb-container-d5222538 { background-color: #0880ed08; border: 0px #cde7ff solid; } /* Related Posts END */ /* How Many Websites Post */ .counter-text { color: white; font-size: 44px; margin-bottom: -0px; } .counter-text-second { color: #FFC100; font-size: 40px; margin-bottom: -0px; } .counter-text-subsection { font-size: 21px; margin-bottom: -0px; } .schema-faq-question { font-size: 24px; } .schema-faq-answer { margin-top: 10px; } /* Number Counter Websites Post END */ /* Affiliate Disclosure */ @media (max-width: 1024px) { .affiliate-disclosure-desktop { display: none; } } @media (min-width: 1024px) { .affiliate-disclosure-mobile { display: none; } } /* Affiliate Disclosure END */ /* Black Friday Page Table */ .page-id-37523, table td:nth-child(3) a { color: white; background-color: #1BA400; padding: 4px 10px 4px 10px; border-radius: 3px; font-size: 15px; } table td:nth-child(3) a:hover { color: white; background-color: #F03239; padding: 4px 10px 4px 10px; border-radius: 3px; } /* Black Friday Page Table END */ /* Author Archives */ .author-picture { border-radius: 10px; } .avatar.avatar-265.photo.dynamic-author-image { border-radius: 10px; } /* Author Archives END */ .background-video { position: absolute; opacity: 0.5; } video[poster] { object-fit: cover; width: 100%; height: 100%; } .toolbox-column-style { background: #15052A; border: 1px solid #3D1079; border-radius: 15px; } .toolbox-column-image { background: #1A0734; border-radius: 15px; border: 10px solid #1A0734; box-shadow: 2px 2px #3D1079; } .toolbox-column-heading a { color: #000; } .white-link-color a { color: #ffffff; /* This sets the color to white */ } /* Toolbox */ .toolbox-column-style { padding: 25px 25px 02px 25px; background: #fafafa; border: 1px solid #efefef; border-radius: 15px; } .toolbox-column-image { background: #fff; border-radius: 15px; border: 10px solid #fff; box-shadow: 2px 2px #efefef; } .toolbox-column-heading a { color: #000; } /* Toolbox END */ .gb-container.gb-container-bfdd51a6 > .gb-inside-container { position: sticky; position: -webkit-sticky; top: 40px; } /* NEW AI Template Design */ .ai-template-pros-cons ul { margin-left: 20px; margin-bottom: -25px; } .rating-summary-custom-color { color: #fff; } .glsr-review h4, p { color: #000; } /* AI Tools Library Filter */ .ub-content-filter-buttons-wrapper { line-height: 1.9em; } .newsletter-block-style { background-image: linear-gradient(90deg, #120ac7, #00c6ff); border-radius: 15px; } .container a { display: inline-block; /* Ensures only text is clickable */ } .copy-btn { background: ; /* Black background */ color: #000; /* White text */ padding: -2px 1px; text-decoration: none; border-radius: 5px; display: inline-block; cursor: pointer; font-size: 14px; border: none; } .copy-btn:hover { background: ; /* Slightly lighter black on hover */ } /* Apply background gradient to the entire specific page */ body.page.page-id-59998 { background-color: transparent; background-image: radial-gradient(at center center, #08B6F4 48%, #082CE2 91%); min-height: 100vh; /* Full viewport height */ margin: 0; padding: 0; } /* Ensure Gutenberg blocks and content areas inherit the background */ .page-id-59998 .site, .page-id-59998 .container, .page-id-59998 .inside-article, .page-id-59998 .entry-content, .page-id-59998 .wp-block-group { background-color: transparent !important; background-image: none !important; /* Prevent inner elements from overriding the gradient */ box-shadow: none !important; /* Remove any shadow that may interfere */ } /* Ensuring all Gutenberg blocks are transparent */ .page-id-59998 .wp-block { background-color: transparent !important; } /* Fix for full height */ .page-id-59998 .site-main { } .copy-btn { background: ; /* Black background */ color: #000; /* White text */ padding: -2px 1px; text-decoration: none; border-radius: 5px; display: inline-block; cursor: pointer; font-size: 14px; border: none; } .copy-btn:hover { background: ; /* Slightly lighter black on hover */ } </style> </head> <body class="post-template-default single single-post postid-28271 single-format-standard wp-custom-logo wp-embed-responsive post-image-below-header post-image-aligned-center sticky-menu-fade mobile-header mobile-header-logo both-sidebars nav-float-right separate-containers fluid-header active-footer-widgets-3 header-aligned-left dropdown-hover" itemtype="https://schema.org/Blog" itemscope> <!-- Google Tag Manager (noscript) snippet added by Site Kit --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TB2HLFX3" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) snippet added by Site Kit --> <script type="rocketlazyloadscript"> const onSkipLinkClick = () => { const htmlElement = document.querySelector('html'); htmlElement.style['scroll-behavior'] = 'smooth'; setTimeout( () => htmlElement.style['scroll-behavior'] = null, 1000 ); } document.addEventListener("DOMContentLoaded", () => { if (!document.querySelector('#content')) { document.querySelector('.ea11y-skip-to-content-link').remove(); } }); </script> <a class="ea11y-skip-to-content-link" href="#content" tabindex="1" onclick="onSkipLinkClick()" > Skip to content <svg width="24" height="24" viewBox="0 0 24 24" fill="none"> <path d="M18 6V12C18 12.7956 17.6839 13.5587 17.1213 14.1213C16.5587 14.6839 15.7956 15 15 15H5M5 15L9 11M5 15L9 19" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </a> <div class="ea11y-skip-to-content-backdrop"></div> <a class="screen-reader-text skip-link" href="#content" title="Skip to content">Skip to content</a> <header class="site-header" id="masthead" aria-label="Site" itemtype="https://schema.org/WPHeader" itemscope> <div class="inside-header grid-container grid-parent"> <div class="site-logo"> <a href="https://siteefy.com/" rel="home"> <img width="141" height="59" class="header-image is-logo-image" alt="Siteefy" src="https://siteefy.com/wp-content/uploads/2021/05/Siteefy-Mobile-Logo-e1591315774281-1.png" /> </a> </div> <nav class="main-navigation sub-menu-right" id="site-navigation" aria-label="Primary" itemtype="https://schema.org/SiteNavigationElement" itemscope> <div class="inside-navigation grid-container grid-parent"> <button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"> <span class="gp-icon icon-menu-bars"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z" /></svg><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z" /></svg></span><span class="screen-reader-text">Menu</span> </button> <div id="primary-menu" class="main-nav"><ul id="menu-menu" class=" menu sf-menu"><li id="menu-item-58681" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58681"><a href="https://siteefy.com/submit-tool/">&#x1f50d; Test My Tool</a></li> <li id="menu-item-54615" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54615"><a href="https://siteefy.com/ai-tools/">AI Tools Library</a></li> </ul></div> </div> </nav> </div> </header> <nav id="mobile-header" itemtype="https://schema.org/SiteNavigationElement" itemscope class="main-navigation mobile-header-navigation has-branding"> <div class="inside-navigation grid-container grid-parent"> <div class="site-logo mobile-header-logo"> <a href="https://siteefy.com/" title="Siteefy" rel="home"> <img src="https://siteefy.com/wp-content/uploads/2021/05/Siteefy-Mobile-Logo-e1591315774281.png" alt="Siteefy" class="is-logo-image" width="141" height="60" /> </a> </div> <button class="menu-toggle" aria-controls="mobile-menu" aria-expanded="false"> <span class="gp-icon icon-menu-bars"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z" /></svg><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z" /></svg></span><span class="screen-reader-text">Menu</span> </button> <div id="mobile-menu" class="main-nav"><ul id="menu-menu-1" class=" menu sf-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58681"><a href="https://siteefy.com/submit-tool/">&#x1f50d; Test My Tool</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54615"><a href="https://siteefy.com/ai-tools/">AI Tools Library</a></li> </ul></div> </div><!-- .inside-navigation --> </nav><!-- #site-navigation --> <div class="gb-container gb-container-045d53c4"><div class="gb-inside-container"> <div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div> <div class="gb-container gb-container-774c886b"><div class="gb-inside-container"> <img width="700" height="585" src="https://siteefy.com/wp-content/uploads/2020/11/How-to-Edit-WordPress-Site.png" class="dynamic-featured-image wp-post-image" alt="How to Edit WordPress Site" decoding="async" fetchpriority="high" /> </div></div> <h1 class="gb-headline gb-headline-a39e9a85 gb-headline-text">How to Edit a WordPress Site? (For Beginners)</h1> <div class="gb-container gb-container-5532dbc1 inline-post-meta-area"><div class="gb-inside-container"> <p class="gb-headline gb-headline-3c981db9 gb-headline-text">By <a href="https://siteefy.com/author/saksham/">Saksham Kumar</a></p> <p class="gb-headline gb-headline-28d4cacf gb-headline-text">|</p> <p class="gb-headline gb-headline-d1c6c570 gb-headline-text">Last updated: <time class="entry-date updated-date" datetime="2024-04-13T16:48:51+00:00">April 13, 2024</time></p> </div></div> <p class="gb-headline gb-headline-1f865da3 gb-headline-text affiliate-disclosure-desktop">Siteefy content is free. When you purchase through our links, we may earn an affiliate commission.</p> </div></div> <p class="gb-headline gb-headline-c611e4a3 gb-headline-text affiliate-disclosure-mobile">Siteefy content is free. When you purchase through our links, we may earn an affiliate commission.</p> <div class="site grid-container container hfeed grid-parent" id="page"> <div class="site-content" id="content"> <div class="content-area grid-parent mobile-grid-100 push-20 grid-60 tablet-push-20 tablet-grid-60" id="primary"> <main class="site-main" id="main"> <article id="post-28271" class="post-28271 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress" itemtype="https://schema.org/CreativeWork" itemscope> <div class="inside-article"> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><time class="updated" datetime="2024-04-13T16:48:51+00:00" itemprop="dateModified">April 13, 2024</time><time class="entry-date published" datetime="2022-09-07T07:44:02+00:00" itemprop="datePublished">September 7, 2022</time></span> <span class="byline">by <span class="author vcard" itemprop="author" itemtype="https://schema.org/Person" itemscope><a class="url fn n" href="https://siteefy.com/author/saksham/" title="View all posts by Saksham Kumar" rel="author" itemprop="url"><span class="author-name" itemprop="name">Saksham Kumar</span></a></span></span> </div> </header> <div class="entry-content" itemprop="text"> <script type="rocketlazyloadscript"> document.addEventListener("DOMContentLoaded", function(event) { brave_popup_data[39858] = { title: 'Elementor Promos', type: 'content', fonts: [], advancedAnimation:false, hasAnimation: false, hasContAnim: true, animationData: [{"desktop":{"elements":[{"animation":{"load":{},"exit":{},"continious":{"duration":2000,"delay":1000,"preset":"wobble"},"custom_1":{},"custom_2":{},"custom_3":{}},"id":"-NDV0jZmc3vzC9G_J-Zv"}],"totalDuration":0},"mobile":{"elements":[],"totalDuration":0}}], videoData: [], hasYoutube: false, hasVimeo: false, settings: {"goalAction":{"type":"click","elementIDs":{"desktop":"-NDV0jZmc3vzC9G_J-Zv"}}}, close: [{"desktop":{},"mobile":{}}], forceLoad: false, forceStep: false, hasDesktopEmbed: true, hasMobileEmbed: true, hasLoginElement: false, schedule:{}, parentID:false, variants: [], embedLock: false, ajaxLoad: false, ajaxLoaded: false, timers: [], } brave_init_popup(39858, brave_popup_data[39858]); }); </script> <style type='text/css'> #brave_popup_39858__step__0 .brave_popup__step__desktop .brave_popup__step__inner{ width: 750px; height: 100px;margin-top:-50px;font-family:Arial;}#brave_popup_39858__step__0 .brave_popup__step__desktop .brave_element__wrap{ font-family:Arial;}#brave_popup_39858__step__0 .brave_popup__step__desktop .brave_popup__step__content{ background-color: rgba(255,255,255, 1);background-image: url(https://siteefy.com/wp-content/uploads/2022/10/Elementor-Promos.png);background-size: cover; }#brave_popup_39858__step__0 .brave_popup__step__desktop .brave_popup__step__content__overlay{ background-color: rgba(0,0,0, 0); }#brave_popup_39858__step__0 .brave_popup__step__desktop .brave_popup__step__overlay{ background-color: rgba(0,0,0, 0.7);}#brave_popup_39858__step__0 .brave_popup__step__desktop .brave_popup__close{ font-size:24px; width:24px; color:rgba(0,0,0, 1);top:-32px} #brave_popup_39858__step__0 .brave_popup__step__desktop .brave_popup__close svg{ width:24px; height:24px;} #brave_popup_39858__step__0 .brave_popup__step__desktop .brave_popup__close svg path{ fill:rgba(0,0,0, 1);}#brave_popup_39858__step__0 #brave_element--NDV0jZmc3vzC9G_J-Zv{ width: 194.969px;height: 43.9931px;top: 26.996520996094px;left: 535.97225952148px;z-index: 0;}#brave_popup_39858__step__0 #brave_element--NDV0jZmc3vzC9G_J-Zv.brave_element--NDV0jZmc3vzC9G_J-Zv_contAnim{ animation: bravewobble 2s ; animation-timing-function: linear; }#brave_popup_39858__step__0 #brave_element--NDV0jZmc3vzC9G_J-Zv.brave_element--NDV0jZmc3vzC9G_J-Zv_contAnim:hover{ animation: none; }#brave_popup_39858__step__0 .brave_popup__step__mobile .brave_popup__step__inner{ width: 300px; height: 440px;margin-top:-220px;font-family:Arial;}#brave_popup_39858__step__0 .brave_popup__step__mobile .brave_element__wrap{ font-family:Arial;}#brave_popup_39858__step__0 .brave_popup__step__mobile .brave_popup__step__content{ background-color: rgba(255,255,255, 1); }#brave_popup_39858__step__0 .brave_popup__step__mobile .brave_popup__step__overlay{ background-color: rgba(0,0,0, 0.7);}#brave_popup_39858__step__0 .brave_popup__step__mobile .brave_popup__close{ font-size:24px; width:24px; color:rgba(0,0,0, 1);top:-32px} #brave_popup_39858__step__0 .brave_popup__step__mobile .brave_popup__close svg{ width:24px; height:24px;} #brave_popup_39858__step__0 .brave_popup__step__mobile .brave_popup__close svg path{ fill:rgba(0,0,0, 1);}#brave_popup_39858__step__0 #brave_element--NDV0jZmc3vzC9G_J-Zv .brave_element__styler{ font-size: 18px;font-weight: bold;color: rgba(255,255,255, 1);border: 1px solid rgba(255,255,255, 1);background-color: rgba(255,255,255, 0);line-height: 43.9931px;}#brave_popup_39858__step__0 #brave_element--NDV0jZmc3vzC9G_J-Zv .brave_element-icon{ font-size: 15.3px} </style> <script type="rocketlazyloadscript"> document.addEventListener("DOMContentLoaded", function(event) { brave_popup_data[51674] = { title: 'Divi Discount (Dimmed 09.01.2024)', type: 'content', fonts: [], advancedAnimation:false, hasAnimation: true, hasContAnim: true, animationData: [{"desktop":{"elements":[{"animation":{"load":{"props":{"start":{"opacity":0},"end":{"opacity":100}},"duration":1000,"delay":0,"easing":"easeInSine","preset":"fadeIn"},"exit":{},"continious":{},"custom_1":{},"custom_2":{},"custom_3":{}},"id":"popup","top":"","left":""},{"animation":{"load":{},"exit":{},"continious":{"duration":1500,"delay":1500,"preset":"wobble"},"custom_1":{},"custom_2":{},"custom_3":{}},"id":"-NccD1mEBEu2DfbYgpIj"}],"totalDuration":{"load":1000}},"mobile":{"elements":[],"totalDuration":0}}], videoData: [], hasYoutube: false, hasVimeo: false, settings: {"goalAction":{"type":"click","elementIDs":{"desktop":"-MrtP8qO0AvLXkCanwUF,-NbaygnsNTkxWSJFJcZf,-NccD1mEBEu2DfbYgpIj"}},"notification":{"email":false},"audience":{"devices":"all"},"content":{"highlight":""},"placement":{"placementType":"sitewide","autoEmbedPosition":"after_second_para","posts":[],"exclude":{"posts":[27103,28271,45119,26889]}}}, close: [{"desktop":{},"mobile":{}}], forceLoad: false, forceStep: false, hasDesktopEmbed: true, hasMobileEmbed: true, hasLoginElement: false, schedule:{}, parentID:false, variants: [], embedLock: false, ajaxLoad: false, ajaxLoaded: false, timers: [], } brave_init_popup(51674, brave_popup_data[51674]); }); </script> <style type='text/css'> #brave_popup_51674__step__0 .brave_popup__step__desktop .brave_popup__step__inner{ width: 750px; height: 300px;margin-top:-150px;font-family:Arial;}#brave_popup_51674__step__0 .brave_popup__step__desktop .brave_element__wrap{ font-family:Arial;}#brave_popup_51674__step__0 .brave_popup__step__desktop .brave_popup__step__content{ background-color: rgba(216,230,240, 1);background-image: url(https://siteefy.com/wp-content/uploads/2024/01/Divi-Pro.png);background-size: cover; }#brave_popup_51674__step__0 .brave_popup__step__desktop .brave_popup__step__content__overlay{ background-color: rgba(0,0,0, 0); }#brave_popup_51674__step__0 .brave_popup__step__desktop .brave_popup__step__overlay{ background-color: rgba(0,0,0, 0.7);}#brave_popup_51674__step__0 .brave_popup__step__desktop .brave_popup__close{ font-size:24px; width:24px; color:rgba(0,0,0, 1);top:-32px} #brave_popup_51674__step__0 .brave_popup__step__desktop .brave_popup__close svg{ width:24px; height:24px;} #brave_popup_51674__step__0 .brave_popup__step__desktop .brave_popup__close svg path{ fill:rgba(0,0,0, 1);}#brave_popup_51674__step__0 .brave_popup__step__desktop .brave_popupSections__wrap.brave_element-51674_0_openAnim{ animation: bravefadeIn 1s linear; animation-timing-function: linear; }#brave_popup_51674__step__0 #brave_element--NccD1mEBEu2DfbYgpIj{ width: 166.938px;height: 36.9375px;top: 240.9375px;left: 305.890625px;z-index: 0;}#brave_popup_51674__step__0 #brave_element--NccD1mEBEu2DfbYgpIj.brave_element--NccD1mEBEu2DfbYgpIj_contAnim{ animation: bravewobble 1.5s ; animation-timing-function: linear; }#brave_popup_51674__step__0 #brave_element--NccD1mEBEu2DfbYgpIj.brave_element--NccD1mEBEu2DfbYgpIj_contAnim:hover{ animation: none; }#brave_popup_51674__step__0 .brave_popup__step__mobile .brave_popup__step__inner{ width: 320px; height: 480px;margin-top:-240px;font-family:Arial;}#brave_popup_51674__step__0 .brave_popup__step__mobile .brave_element__wrap{ font-family:Arial;}#brave_popup_51674__step__0 .brave_popup__step__mobile .brave_popup__step__content{ background-color: rgba(255,255,255, 1); }#brave_popup_51674__step__0 .brave_popup__step__mobile .brave_popup__step__overlay{ background-color: rgba(0,0,0, 0.7);}#brave_popup_51674__step__0 .brave_popup__step__mobile .brave_popup__close{ font-size:24px; width:24px; color:rgba(0,0,0, 1);top:-32px} #brave_popup_51674__step__0 .brave_popup__step__mobile .brave_popup__close svg{ width:24px; height:24px;} #brave_popup_51674__step__0 .brave_popup__step__mobile .brave_popup__close svg path{ fill:rgba(0,0,0, 1);}#brave_popup_51674__step__0 #brave_element--NccD1mEBEu2DfbYgpIj .brave_element__styler{ font-size: 14px;border-radius: 5px;font-weight: bold;color: rgba(255,255,255, 1);border: 1px solid rgba(255,255,255, 1);background-color: rgba(255,255,255, 0);line-height: 36.9375px;letter-spacing: 0px;}#brave_popup_51674__step__0 #brave_element--NccD1mEBEu2DfbYgpIj .brave_element-icon{ font-size: 11.9px} </style> <div class="wp-block-group has-base-2-background-color has-background"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <h2 class="wp-block-heading">&#x26a1;Quick Answer</h2> <ol class="wp-block-list"> <li><strong>Choose the Editor</strong>: Start by selecting your preferred editor – Gutenberg Block Editor, Classic Editor, or a page builder like <a href="https://siteefy.com/go/divi/">Divi</a> or <a href="https://siteefy.com/wysiwyg-wordpress/" target="_blank" rel="noreferrer noopener">others</a>.</li> <li><strong>Access the Editor</strong>: Log into your WordPress dashboard, navigate to the page or post you want to edit, and open it in the chosen editor.</li> <li><strong>Make Edits</strong>: Use the editor&#8217;s features to add or modify text, images, and other elements on your page or post.</li> <li><strong>Preview and Publish</strong>: Always preview your changes to ensure they look right before publishing them to your site.</li> </ol> <p>For detailed step-by-step instructions, please read on.</p> </div></div> <hr class="wp-block-separator has-text-color has-base-2-color has-css-opacity has-base-2-background-color has-background is-style-default"/> <hr class="wp-block-separator has-text-color has-base-2-color has-css-opacity has-base-2-background-color has-background is-style-default"/> <div class="wp-block-uagb-table-of-contents uagb-toc__align-left uagb-toc__columns-1 uagb-block-bf6581b5 MobileTOC uag-hide-desktop uag-hide-tab " data-scroll= "1" data-offset= "30" style="" > <div class="uagb-toc__wrap"> <div class="uagb-toc__title"> <strong>Contents</strong> </div> <div class="uagb-toc__list-wrap "> <ol class="uagb-toc__list"><li class="uagb-toc__list"><a href="#quick-answer" class="uagb-toc-link__trigger">⚡Quick Answer</a><li class="uagb-toc__list"><a href="#what-you-need-to-edit-a-wordpress-site" class="uagb-toc-link__trigger">What You Need to Edit a WordPress Site</a><li class="uagb-toc__list"><a href="#wordpress-editing-basics" class="uagb-toc-link__trigger">WordPress Editing Basics</a><li class="uagb-toc__list"><a href="#how-to-edit-wordpress-site-using-the-block-editor-gutenberg" class="uagb-toc-link__trigger">How to Edit WordPress Site Using the Block Editor (Gutenberg)</a><li class="uagb-toc__list"><a href="#how-to-edit-wordpress-site-using-the-old-classic-editor" class="uagb-toc-link__trigger">How to Edit WordPress Site Using the Old Classic Editor</a><li class="uagb-toc__list"><a href="#how-to-edit-wordpress-site-with-page-builders" class="uagb-toc-link__trigger">How to Edit WordPress Site with Page Builders</a><li class="uagb-toc__list"><a href="#how-to-edit-wordpress-code" class="uagb-toc-link__trigger">How to edit WordPress Code</a><li class="uagb-toc__list"><a href="#how-to-edit-wordpress-home-page" class="uagb-toc-link__trigger">How to Edit WordPress Home Page</a><li class="uagb-toc__list"><a href="#how-to-edit-header-in-wordpress" class="uagb-toc-link__trigger">How To Edit Header in WordPress</a><li class="uagb-toc__list"><a href="#how-to-edit-footer-in-wordpress" class="uagb-toc-link__trigger">How To Edit Footer in WordPress</a><li class="uagb-toc__list"><a href="#how-to-edit-permalink-in-wordpress" class="uagb-toc-link__trigger">How To Edit Permalink in WordPress</a><li class="uagb-toc__list"><a href="#how-to-edit-menu-in-wordpress" class="uagb-toc-link__trigger">How To Edit Menu in WordPress</a><li class="uagb-toc__list"><a href="#how-to-change-wordpress-site-title" class="uagb-toc-link__trigger">How To Change WordPress Site Title</a><li class="uagb-toc__list"><a href="#how-to-edit-mobile-version-of-a-wordpress-site" class="uagb-toc-link__trigger">How To Edit Mobile Version of a WordPress Site</a><li class="uagb-toc__list"><a href="#saving-autosaving-and-revisions-on-wordpress" class="uagb-toc-link__trigger">Saving, Autosaving and Revisions on WordPress</a><li class="uagb-toc__list"><a href="#wordpress-shortcuts-tips" class="uagb-toc-link__trigger">WordPress Shortcuts &amp; Tips</a><li class="uagb-toc__list"><a href="#wordpress-tools" class="uagb-toc-link__trigger">WordPress Tools</a><li class="uagb-toc__list"><a href="#editing-wordpress-summary" class="uagb-toc-link__trigger">Editing WordPress &#8211; Summary</a><li class="uagb-toc__list"><a href="#faq" class="uagb-toc-link__trigger">FAQ</a></ol> </div> </div> </div> <h2 class="wp-block-heading" id="What-You-Need-to-Edit-WordPress-Site">What You Need to Edit a WordPress Site</h2> <p>Before we start with this guide, make sure you have the following:</p> <ul class="wp-block-list"> <li>The WordPress website admin URL (<strong>Example:</strong> <em>yourwebsite.com/wp-admin/</em>)</li> <li>Login credentials of the admin area</li> <li>Gutenberg (or WordPress Classic Editor) installed and available</li> <li><a href="https://siteefy.com/wysiwyg-wordpress/" target="_blank" rel="noreferrer noopener">Page builder</a> if you want to edit codeless on front-end</li> </ul> <hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/> <p>Once you have all these, open the admin URL and log in to your WordPress dashboard.</p> <h3 class="wp-block-heading"><strong>How to log into WordPress:</strong></h3> <ul class="wp-block-list"> <li>Go to your WordPress login page (<em>usually at yourwebsite.com/wp-admin/</em>)</li> <li>Use your username or email address and password to log in</li> <li>Sometimes you can also log in directly from your WordPress hosting dashboard without using login credentials</li> </ul> <div class="wp-block-image"> <figure class="aligncenter size-full"><img decoding="async" width="472" height="426" src="https://siteefy.com/wp-content/uploads/2020/09/WordPress-login-page-min.png" alt="WordPress login page" class="wp-image-36125"/><figcaption class="wp-element-caption">This is how a standard WordPress login page looks like.</figcaption></figure></div> <p>Once successfully logged in, you land in your WordPress dashboard.</p> <p>WordPress dashboard is the place where WordPress editing happens if you are not using a <a href="https://siteefy.com/wysiwyg-wordpress/" target="_blank" rel="noreferrer noopener">front-end page builder</a>.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1350" height="575" src="https://siteefy.com/wp-content/uploads/2020/09/WordPress-Dashboard.png" alt="WordPress Dashboard" class="wp-image-36206" srcset="https://siteefy.com/wp-content/uploads/2020/09/WordPress-Dashboard.png 1350w, https://siteefy.com/wp-content/uploads/2020/09/WordPress-Dashboard-768x327.png 768w" sizes="(max-width: 1350px) 100vw, 1350px" /><figcaption class="wp-element-caption">This is how a default WordPress Dashboard looks like.</figcaption></figure> <p>Once you have successfully logged in to your Dashboard, you can start editing your WordPress website.</p> <p class="has-base-2-background-color has-background">&#x26a0;&#xfe0f; Make sure you backup your site with a reliable backup plugin like <a href="https://siteefy.com/go/updraftplus/">UpdraftPlus</a>. Wrong edits can cause unexpected issues, and it’s always a good idea to have a backup ready to restore if anything goes wrong.</p> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-wide"/> <iframe loading="lazy" src="https://mangools.com/affil-banners/kwfinder-ad.html?title=default&#038;theme=default&#038;size=930x180#a5f68205ffeebf81519b1b302" width="930" height="180" style="border: 0;"></iframe> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-wide"/> <h2 class="wp-block-heading has-text-align-left" id="WordPress-Editing-Basics">WordPress Editing Basics</h2> <p>In this section, we&#8217;ll discuss the basic WordPress elements that you will most likely deal with when editing your WordPress website.</p> <p>These elements are:</p> <ul class="wp-block-list"> <li>Posts &amp; Pages</li> <li>Theme</li> <li>Editor</li> </ul> <hr class="wp-block-separator has-text-color has-base-2-color has-css-opacity has-base-2-background-color has-background is-style-default"/> <h3 class="wp-block-heading">&#x1f4c4; Posts &amp; Pages</h3> <p>There are two forms of content on WordPress:</p> <ul class="wp-block-list"> <li>Posts</li> <li>Pages</li> </ul> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="897" height="519" src="https://siteefy.com/wp-content/uploads/2020/09/WordPress-Posts-and-Pages-1.png" alt="WordPress Posts and Pages" class="wp-image-36138" srcset="https://siteefy.com/wp-content/uploads/2020/09/WordPress-Posts-and-Pages-1.png 897w, https://siteefy.com/wp-content/uploads/2020/09/WordPress-Posts-and-Pages-1-768x444.png 768w" sizes="auto, (max-width: 897px) 100vw, 897px" /><figcaption class="wp-element-caption">WordPress Posts and Pages</figcaption></figure> <p>WordPress <strong>posts</strong> are for dynamic and time-sensitive content. These are usually blog articles. However, if you want you can use WordPress posts for other time-sensitive content too, like events.</p> <p>The posts are displayed in reverse-chronological order &#8211; the newest ones are displayed first. Posts usually have RSS feed and comment section connected to them.</p> <p>In contrast, WordPress <strong>pages</strong> are for static content. </p> <p>Homepage, contact us, about us, privacy policy, and other types of static pages are usually uploaded as WordPress pages.</p> <p>So, when you edit WordPress, you edit one of these two things &#8211; posts or pages.</p> <p>You can also make edits in the WordPress dashboard, but those edits are usually of technical nature.</p> <p class="has-background" style="background-color:#f4f8f1">&#x26a1;&nbsp;<strong>Check also:</strong> <a href="https://siteefy.com/how-to-edit-footer-in-wordpress/" target="_blank" rel="noreferrer noopener">How to Edit Footer in WordPress</a></p> <hr class="wp-block-separator has-text-color has-base-2-color has-css-opacity has-base-2-background-color has-background is-style-default"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-css-opacity has-base-2-background-color has-background is-style-default"/> <h3 class="wp-block-heading">&#x1f3a8; Theme</h3> <p>WordPress theme is a framework that controls the overall design of a WP website and in some cases adds additional functionality to the website.</p> <p>This additional functionality may vary from none to impressively rich toolsets.</p> <p>In a standard case, WordPress comes with default WP themes pre-installed.</p> <p>These themes are usually given years instead of names, such as &#8220;Twenty-Twenty-One&#8221;:</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="572" height="429" src="https://siteefy.com/wp-content/uploads/2020/09/Twenty-Twenty-One-WordPress-Theme.png" alt="Twenty Twenty One WordPress Theme" class="wp-image-36141"/><figcaption class="wp-element-caption">WordPress Default Theme Twenty Twenty-One</figcaption></figure> <h3 class="wp-block-heading">&#x270f;&#xfe0f; Editor</h3> <p>The current default WordPress editor is called Gutenberg (also known as WordPress Block Editor).</p> <p>Gutenberg was introduced in 2018 with WordPress 5.0 version. It replaced the previous WordPress editor which is now called a &#8220;classic&#8221; WP editor (aka TinyMCE).</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1350" height="664" src="https://siteefy.com/wp-content/uploads/2020/09/Default-WordPress-Editor-Gutenberg.png" alt="Default WordPress Editor - Gutenberg" class="wp-image-36145" srcset="https://siteefy.com/wp-content/uploads/2020/09/Default-WordPress-Editor-Gutenberg.png 1350w, https://siteefy.com/wp-content/uploads/2020/09/Default-WordPress-Editor-Gutenberg-768x378.png 768w" sizes="auto, (max-width: 1350px) 100vw, 1350px" /><figcaption class="wp-element-caption">This is how editing a WordPress site with Gutenberg looks like.</figcaption></figure> <p>Generally, Gutenberg is quite intuitive. It&#8217;s based on blocks and every block is a piece of content.</p> <p>Currently, there are the following Gutenberg blocks available:</p> <figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>General</strong> <strong>Blocks</strong></td><td><strong>Formatting</strong> <strong>Blocks</strong></td><td><strong>Layout</strong> <strong>Blocks</strong></td><td><strong>Widget Blocks</strong></td></tr><tr><td>Paragraph</td><td>Table</td><td>Separator</td><td>Archives</td></tr><tr><td>Heading</td><td>Code</td><td>Spacer</td><td>Calendar</td></tr><tr><td>List</td><td>Custom HTML</td><td>Page Break</td><td>Categories</td></tr><tr><td>Quote</td><td>Preformatted</td><td>Buttons</td><td>Custom HTML</td></tr><tr><td>Image</td><td>Verse</td><td>Columns</td><td>Latest comments</td></tr><tr><td>Gallery</td><td>Pullquote</td><td>More</td><td>Latest posts</td></tr><tr><td>Audio</td><td>Classic</td><td>Media and Text</td><td>Search</td></tr><tr><td>Video</td><td></td><td>Group</td><td>Shortcode</td></tr><tr><td>File</td><td></td><td>Reusable block</td><td>Social icons</td></tr><tr><td>Cover</td><td></td><td>Row</td><td>Tag cloud</td></tr><tr><td></td><td></td><td>Stack</td><td>RSS</td></tr><tr><td></td><td></td><td></td><td>Page list</td></tr></tbody></table></figure> <p>This is how some of these blocks work:</p> <ul class="wp-block-list"> <li>Paragraph block</li> </ul> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1366" height="656" src="https://siteefy.com/wp-content/uploads/2020/09/Using-paragraph-block-in-Gutenberg-WordPress.gif" alt="Using paragraph block in Gutenberg (WordPress)" class="wp-image-36149" srcset="https://siteefy.com/wp-content/uploads/2020/09/Using-paragraph-block-in-Gutenberg-WordPress.gif 1366w, https://siteefy.com/wp-content/uploads/2020/09/Using-paragraph-block-in-Gutenberg-WordPress-768x369.gif 768w" sizes="auto, (max-width: 1366px) 100vw, 1366px" /><figcaption class="wp-element-caption">This is how to edit text in WordPress</figcaption></figure> <ul class="wp-block-list"> <li>Buttons block</li> </ul> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1366" height="656" src="https://siteefy.com/wp-content/uploads/2020/09/How-to-add-a-button-to-WordPress-Gutenberg.gif" alt="How to add a button to WordPress (Gutenberg)" class="wp-image-36148" srcset="https://siteefy.com/wp-content/uploads/2020/09/How-to-add-a-button-to-WordPress-Gutenberg.gif 1366w, https://siteefy.com/wp-content/uploads/2020/09/How-to-add-a-button-to-WordPress-Gutenberg-768x369.gif 768w" sizes="auto, (max-width: 1366px) 100vw, 1366px" /><figcaption class="wp-element-caption">This is how to create a button in WordPress</figcaption></figure> <p>So, yes, everything is extremely user-friendly and highly intuitive.</p> <hr class="wp-block-separator has-text-color has-css-opacity has-background is-style-wide" style="background-color:#f0f0f0;color:#f0f0f0"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-wide"/> <h3 class="wp-block-heading">How to edit pages in WordPress</h3> <p class="has-base-2-background-color has-background">&#x27a1;&#xfe0f; Go to the main article: <a href="https://siteefy.com/how-to-edit-page-in-wordpress/" target="_blank" rel="noreferrer noopener">How to Edit a Page in WordPress</a></p> <p>Creating new pages and editing existing ones in WordPress is extremely easy.</p> <h4 class="wp-block-heading"><strong>How To Create Pages on WordPress</strong></h4> <p>To create and start editing a <span style="text-decoration: underline;">new</span> page on WordPress:</p> <p><strong>1.</strong> Go to pages (or posts, if you want to create a new post) in your WordPress Dashboard. You can also simply hover over it and options will show as below:</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="546" height="255" src="https://siteefy.com/wp-content/uploads/2020/09/Adding-new-post-on-WordPress.png" alt="Adding new post on WordPress" class="wp-image-36211"/></figure> <p><strong>2.</strong> Click <strong>&#8220;Add New&#8221;</strong></p> <p><strong>3.</strong> Gutenberg editor will load </p> <p><strong>4.</strong> Here you can start adding new content</p> <p><strong>5. </strong>Once you are done editing you can either save the page/post as a draft or publish it:</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1215" height="538" src="https://siteefy.com/wp-content/uploads/2020/09/Saving-and-publishing-WordPress-posts.png" alt="Saving and publishing WordPress posts" class="wp-image-36222" srcset="https://siteefy.com/wp-content/uploads/2020/09/Saving-and-publishing-WordPress-posts.png 1215w, https://siteefy.com/wp-content/uploads/2020/09/Saving-and-publishing-WordPress-posts-768x340.png 768w" sizes="auto, (max-width: 1215px) 100vw, 1215px" /></figure> <hr class="wp-block-separator has-text-color has-css-opacity has-background is-style-wide" style="background-color:#f0f0f0;color:#f0f0f0"/> <h4 class="wp-block-heading"><strong>How To Edit Existing Content on WordPress</strong></h4> <p>To edit <span style="text-decoration: underline;">existing</span> content on your WordPress website:</p> <p><strong>1.</strong> Go to posts/pages in your WordPress Dashboard</p> <p><strong>2.</strong> Click on the name of the post or hover over and click <strong>&#8220;Edit&#8221;</strong></p> <p><strong>3.</strong> Gutenberg editor will load</p> <p><strong>4.</strong> Click on anything you want to edit and look for the options that pop up:</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1351" height="537" src="https://siteefy.com/wp-content/uploads/2020/09/Block-options-in-Gutenberg-min.png" alt="Block options in Gutenberg" class="wp-image-36218" srcset="https://siteefy.com/wp-content/uploads/2020/09/Block-options-in-Gutenberg-min.png 1351w, https://siteefy.com/wp-content/uploads/2020/09/Block-options-in-Gutenberg-min-768x305.png 768w" sizes="auto, (max-width: 1351px) 100vw, 1351px" /></figure> <p><strong>5.</strong> If you want to add a new element (block) click the plus icon (or type /) and choose what you want to add:</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="693" height="258" src="https://siteefy.com/wp-content/uploads/2020/09/Adding-block-on-WordPress-min.png" alt="Adding block on WordPress" class="wp-image-36219"/></figure> <p><strong>6.</strong> Most of the blocks have further customization options in the right sidebar:</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1178" height="576" src="https://siteefy.com/wp-content/uploads/2020/09/Block-customization-options-on-Gutenberg.png" alt="Block customization options on Gutenberg" class="wp-image-36216" srcset="https://siteefy.com/wp-content/uploads/2020/09/Block-customization-options-on-Gutenberg.png 1178w, https://siteefy.com/wp-content/uploads/2020/09/Block-customization-options-on-Gutenberg-768x376.png 768w" sizes="auto, (max-width: 1178px) 100vw, 1178px" /></figure> <p><strong>7.</strong> Customize things until you get the final output you want</p> <p>This was the basic overview of editing on WordPress. Now let&#8217;s get into the details.</p> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <h2 class="wp-block-heading" id="How-to-Edit-WordPress-Site-Using-the-Block-Editor">How to Edit WordPress Site Using the Block Editor (Gutenberg)</h2> <p>To edit any post or page in the WordPress site using the new Gutenberg Block Editor, navigate to <strong>Posts/Pages</strong> &gt; <strong>Add New</strong> in the WordPress dashboard.</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="546" height="255" src="https://siteefy.com/wp-content/uploads/2020/09/Adding-new-post-on-WordPress.png" alt="Adding new post on WordPress" class="wp-image-36211"/></figure> <p>You can also open any existing post/page from <strong>Posts/Pages</strong> to edit.</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="683" height="240" src="https://siteefy.com/wp-content/uploads/2020/09/Editing-existing-post-on-WordPress.png" alt="Editing existing post on WordPress" class="wp-image-36213"/></figure> <p>Now on the page editing screen, you can start adding (or editing) content.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1999" height="871" src="https://siteefy.com/wp-content/uploads/2020/09/wordpress-html-editor.jpg" alt="WordPress html editor" class="wp-image-28338" srcset="https://siteefy.com/wp-content/uploads/2020/09/wordpress-html-editor.jpg 1999w, https://siteefy.com/wp-content/uploads/2020/09/wordpress-html-editor-768x335.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/wordpress-html-editor-1536x669.jpg 1536w" sizes="auto, (max-width: 1999px) 100vw, 1999px" /></figure></div> <p>First, click on the <strong>Add title</strong> block and enter the page title you want. For existing content, you can edit the title the same exact way &#8211; by clicking on it.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1776" height="608" src="https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-wordpress-site-1.jpg" alt="how to edit wordpress site" class="wp-image-28332" srcset="https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-wordpress-site-1.jpg 1776w, https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-wordpress-site-1-768x263.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-wordpress-site-1-1536x526.jpg 1536w" sizes="auto, (max-width: 1776px) 100vw, 1776px" /></figure></div> <p>Next, click enter (takes you to the first line after the title) and start typing to add the content you want.</p> <p>As mentioned in the previous sections, <strong>each element in the Gutenberg is called a block</strong> (that’s why the name is “Block Editor”). If you want to edit or customize a block, you can click on it and select the settings from the sidebar.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1999" height="943" src="https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-pages-in-wordpress.jpg" alt="how to edit pages in wordpress" class="wp-image-28331" srcset="https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-pages-in-wordpress.jpg 1999w, https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-pages-in-wordpress-768x362.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-pages-in-wordpress-1536x725.jpg 1536w" sizes="auto, (max-width: 1999px) 100vw, 1999px" /></figure></div> <p>Additional customization settings (for example typography settings like font size, drop cap, and font color for paragraph block) are available by default for all blocks.</p> <p>To add an image to the page, click on the plus icon, and select the Image block from the popup.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1999" height="755" src="https://siteefy.com/wp-content/uploads/2020/09/WordPress-block-editor.jpg" alt="WordPress block editor" class="wp-image-28334" srcset="https://siteefy.com/wp-content/uploads/2020/09/WordPress-block-editor.jpg 1999w, https://siteefy.com/wp-content/uploads/2020/09/WordPress-block-editor-768x290.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/WordPress-block-editor-1536x580.jpg 1536w" sizes="auto, (max-width: 1999px) 100vw, 1999px" /></figure></div> <p>You can also add other content elements by clicking on the plus icon and using the left sidebar&#8217;s search field.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1999" height="1053" src="https://siteefy.com/wp-content/uploads/2020/09/Gutenberg-blocks.jpg" alt="Gutenberg blocks" class="wp-image-28329" srcset="https://siteefy.com/wp-content/uploads/2020/09/Gutenberg-blocks.jpg 1999w, https://siteefy.com/wp-content/uploads/2020/09/Gutenberg-blocks-768x405.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/Gutenberg-blocks-1536x809.jpg 1536w" sizes="auto, (max-width: 1999px) 100vw, 1999px" /></figure></div> <p>Once you’re happy with the page content, click on the <strong>Publish button</strong>, and your page will get live instantly.</p> <p class="has-background" style="background-color:#d9ebf6"><strong>Note: </strong>You can click on the Preview option (in the top bar) to check how the page will look to the site visitors on mobile, tablet, and desktop.</p> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <h2 class="wp-block-heading" id="How-to-Edit-WordPress-Site-Using-the-Old-Classic-Editor">How to Edit WordPress Site Using the Old Classic Editor</h2> <p>This Classic WordPress editor is powered by <a href="https://www.tinymce.com/" target="_blank" rel="noreferrer noopener">TinyMCE</a>&nbsp;JavaScript software, which enables the customization options of the editor.</p> <p>TinyMCE is a web-based editor and an open-source platform built with HTML and JavaScript.</p> <p class="has-background" style="background-color:#f3f6f8"><strong>&#x1f514;</strong> <strong>Note</strong><br><br>After the introduction of Gutenberg, if you want to use the Classic editor you need to <a href="https://wordpress.org/plugins/classic-editor/" target="_blank" rel="noreferrer noopener">enable it as a plugin</a>.<br><br>Alternatively, you can use the Gutenberg block called Classic. It&#8217;s the same classic TinyMCE editor but in the form of a block.</p> <p>Now to use the editor, you can go to your WordPress dashboard, and add a new post or page.</p> <div class="wp-block-image"> <figure class="aligncenter"><img width="1024" height="280" decoding="async" src="https://siteefy.com/wp-content/uploads/2020/05/WordPress-WYSIWYG-editor-1024x280.png" alt="WordPress WYSIWYG editor" class="wp-image-26690"/></figure></div> <p>The WordPress editor is the main focus of the page from where you can control almost all the aspects of how your final published page will look like.</p> <p><strong>A few things you can customize with the Classic editor:</strong></p> <ul class="wp-block-list"> <li><strong>Heading tags</strong> — H1, H2, H3, and so on…</li> <li><strong>Font styles</strong> — bold, italics, and strikethrough</li> <li><strong>Lists</strong> — bulleted and numbered</li> <li><strong>Alignment of the elements</strong></li> <li><strong>Text and background colors</strong></li> <li><strong>Tables</strong></li> <li>and <strong>Media </strong>— images, videos, etc.</li> </ul> <p>The classic editor also supports custom styles so you can customize almost anything including the design and behavior of the page and its elements.</p> <p>The classic WordPress editor is designed to keep everything simple and for basic things only. In contrast, Gutenberg and third-party WordPress editors&nbsp;such as Divi or Elementor&nbsp;take the WordPress page building experience&nbsp;<strong>to a whole new level</strong>&nbsp;and you can use these to create almost any type of layout you want.</p> <p>Plus, with advanced WordPress page builder plugins, you can build <strong>right on the page (this is called the front end) in real-time</strong> instead of building on the WordPress dashboard (back end) and constantly switching between editor and preview.</p> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <h2 class="wp-block-heading" id="How-to-Edit-WordPress-Site-with-Page-Builders">How to Edit WordPress Site with Page Builders</h2> <p>The new Gutenberg Block Editor that comes with newer versions of WordPress is great for blog posts and basic page layouts. <strong>But it’s not designed to build advanced and more complex pages</strong> like a professional-looking homepage or sophisticated landing pages out of the box.</p> <p>So for that, <strong>you can take advantage of a page builder</strong>.</p> <p>WordPress page builders give you the power to create posts and pages without any coding knowledge, exactly how you want them.</p> <p>Most page builders offer front-end editing that lets you build pages<strong> in real-time </strong>using the drag and drop content elements.</p> <p>They are called <strong>WYSIWYG</strong> (<strong>W</strong>hat <strong>Y</strong>ou <strong>S</strong>ee <strong>I</strong>s <strong>W</strong>hat <strong>Y</strong>ou <strong>G</strong>et) builders.</p> <p>WYSIWYG mode makes editing WordPress blogs and pages a breeze!</p> <p>The two most popular WYSIWYG WordPress page builders are <a href="https://siteefy.com/go/elementor/" target="_blank" rel="noreferrer noopener">Elementor</a>, <a href="https://siteefy.com/go/divi/" target="_blank" rel="noreferrer noopener">Divi</a> and <a href="https://siteefy.com/go/beaver-builder/">Beaver Builder</a>.</p> <p>Let’s now see how you use these page builders to edit your WordPress website…</p> <h3 class="wp-block-heading">How To Edit a WordPress Website With Elementor</h3> <p>Elementor is an insanely popular WordPress page builder with <strong>over 5M+ users</strong>. You can use Elementor to create pages, edit themes, and <a href="https://siteefy.com/build-website-from-scratch/" target="_blank" rel="noreferrer noopener">build full websites with beautiful design</a> — <strong>all without touching a single line of code.</strong></p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="600" height="338" src="https://siteefy.com/wp-content/uploads/2020/09/Editing-WordPress-with-Elementor.gif" alt="Editing WordPress with Elementor" class="wp-image-36119"/><figcaption class="wp-element-caption">Editing on WordPress with Elementor</figcaption></figure> <p>To start editing with Elementor, go to <strong>Plugins</strong> &gt; <strong>Add New</strong> in your WordPress dashboard, and search for Elementor in the search bar. </p> <p>Then click <strong><em>Install Now</em></strong>, and <strong><em>Activate</em></strong>.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1999" height="869" src="https://siteefy.com/wp-content/uploads/2020/09/Elementor-Install-in-WordPress.jpg" alt="Elementor Install in WordPress" class="wp-image-28326" srcset="https://siteefy.com/wp-content/uploads/2020/09/Elementor-Install-in-WordPress.jpg 1999w, https://siteefy.com/wp-content/uploads/2020/09/Elementor-Install-in-WordPress-768x334.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/Elementor-Install-in-WordPress-1536x668.jpg 1536w" sizes="auto, (max-width: 1999px) 100vw, 1999px" /></figure></div> <p>You can also get Elementor for free <a href="https://siteefy.com/go/elementor/" target="_blank" rel="noreferrer noopener">here</a>.</p> <p>Then go to <strong>Pages</strong> and either add a new page or open an existing page. </p> <p>Now click on <strong>Edit with Elementor</strong> to start editing the page in the page builder.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1412" height="554" src="https://siteefy.com/wp-content/uploads/2020/09/Edit-with-Elementor.jpg" alt="Edit with Elementor" class="wp-image-28323" srcset="https://siteefy.com/wp-content/uploads/2020/09/Edit-with-Elementor.jpg 1412w, https://siteefy.com/wp-content/uploads/2020/09/Edit-with-Elementor-768x301.jpg 768w" sizes="auto, (max-width: 1412px) 100vw, 1412px" /><figcaption class="wp-element-caption">Edit with Elementor button</figcaption></figure></div> <p>You can click the plus icon to add a row, and then simply drag and drop any content widget from the left sidebar into the right side.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1790" height="980" src="https://siteefy.com/wp-content/uploads/2020/09/Elementor-content-widgets.jpg" alt="Elementor content widgets" class="wp-image-28325" srcset="https://siteefy.com/wp-content/uploads/2020/09/Elementor-content-widgets.jpg 1790w, https://siteefy.com/wp-content/uploads/2020/09/Elementor-content-widgets-768x420.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/Elementor-content-widgets-1536x841.jpg 1536w" sizes="auto, (max-width: 1790px) 100vw, 1790px" /></figure></div> <p>To modify or add any content, you can click on the text and start typing. </p> <p>And to stylize it, you can select the different settings in the sidebar style tab.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1386" height="672" src="https://siteefy.com/wp-content/uploads/2020/09/Elementor-Styling-settings.jpg" alt="Elementor Styling settings" class="wp-image-28328" srcset="https://siteefy.com/wp-content/uploads/2020/09/Elementor-Styling-settings.jpg 1386w, https://siteefy.com/wp-content/uploads/2020/09/Elementor-Styling-settings-768x372.jpg 768w" sizes="auto, (max-width: 1386px) 100vw, 1386px" /></figure></div> <p>You can add as many content widgets as you want to the page. </p> <p>All widgets support multiple customization options like typography, margin/padding, colors, shadow, border, background color, and animations.</p> <p>After you’re done editing the page, you can publish it or save it as a draft to publish later.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1606" height="702" src="https://siteefy.com/wp-content/uploads/2020/09/Elementor-Publish.jpg" alt="Elementor Publish" class="wp-image-28327" srcset="https://siteefy.com/wp-content/uploads/2020/09/Elementor-Publish.jpg 1606w, https://siteefy.com/wp-content/uploads/2020/09/Elementor-Publish-768x336.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/Elementor-Publish-1536x671.jpg 1536w" sizes="auto, (max-width: 1606px) 100vw, 1606px" /></figure></div> <p>Watch this video to learn more about Elementor and what you can do with this powerful page builder…</p> <figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <iframe loading="lazy" title="Getting Started With Elementor - Overview" width="720" height="405" src="https://www.youtube.com/embed/nZlgNmbC-Cw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div></figure> <hr class="wp-block-separator has-css-opacity"/> <div id="bravepopup_embedded_39858" data-popupid="39858" class="bravepopup_embedded bravepopup_embedded--center "> <div class="brave_popup brave_popup--embedded" id="brave_popup_39858" data-loaded="false" > <!-- <p></p> --> <div id="brave_popup_39858__step__0" class="brave_popup__step_wrap brave_popup__step--mobile-noContent"><div class="brave_popup__step brave_popup__step__desktop position_center closeButton_icon brave_popup__step--embedded closeButtonPosition_inside_right has_overlay" data-nomobilecontent="true" data-scrollock="" data-width="750" data-height="100" data-popopen="false" style="z-index:99999" data-exitanimlength="0.5" data-layout="boxed" data-position="center"><div class="brave_popup__step__inner"> <div class="brave_popupSections__wrap"> <div class="brave_popupMargin__wrap"> <div class="brave_popup__step__close"></div> <div class="brave_popup__step__popup"><div class="brave_popup__step__content"><div class="brave_popup__step__elements"><div class="brave_popup__elements_wrap "><div id="brave_element--NDV0jZmc3vzC9G_J-Zv" class="brave_element brave_element--button brave_element--has-click-action"> <div class="brave_element__wrap"> <div class="brave_element__inner"> <div class="brave_element__styler"> <a class="brave_element__inner_link " onclick="brave_complete_goal(39858, 'click');"" href="https://siteefy.com/go/elementor-promotions/" > <div class="brave_element__button_text">CHECK</div><span class="brave_element-icon brave_element-icon--right"><svg viewBox="0 0 448 512" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z" fill="rgba(255,255,255, 1)"/></svg></span> </a> </div> </div> </div> </div></div></div><div class="brave_popup__step__content__overlay"></div></div></div> </div> </div> </div></div><div class="brave_popup__step brave_popup__step__mobile brave_popup__step--noContent position_center closeButton_icon brave_popup__step--embedded closeButtonPosition_inside_right has_overlay" data-width="300" data-scrollock="" data-height="440" data-popopen="false" style="z-index:99999" data-nomobilecontent="true" data-exitanimlength="0.5" data-layout="boxed" data-position="center"><div class="brave_popup__step__inner"> <div class="brave_popupSections__wrap"> <div class="brave_popupMargin__wrap"> <div class="brave_popup__step__close"></div> <div class="brave_popup__step__popup"><div class="brave_popup__step__content"><div class="brave_popup__step__elements"><div class="brave_popup__elements_wrap "></div></div></div></div> </div> </div> </div></div></div> </div> </div><div class="bravepopup_embedded__floatclear"></div> <hr class="wp-block-separator has-css-opacity"/> <h3 class="wp-block-heading">How To Edit WordPress Websites With Divi Builder</h3> <p>Divi is another super popular WordPress builder with a community of <strong>over 700,000+</strong> users. It’s a page builder with endless customization options, advanced features, and <strong>hundreds of beautiful pre-built layouts</strong>.</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="600" height="375" src="https://siteefy.com/wp-content/uploads/2021/03/Divi-WordPress.gif" alt="Divi-WordPress" class="wp-image-30372"/></figure> <p>Unlike Elementor, Divi is a premium-only page builder. There is no free version of Divi Builder available. But Divi provides a free in-browser live demo which can be accessed <a href="https://siteefy.com/go/divi/" target="_blank" rel="noreferrer noopener">here</a>.</p> <p>To edit your website with Divi Builder, <a href="https://siteefy.com/go/divi/" target="_blank" rel="noreferrer noopener">go to the Elegant Themes website</a> and download the Divi Theme file (which includes the Divi Builder as well).</p> <p>Now in your WordPress dashboard, navigate to <strong>Plugins</strong> &gt; <strong>Add New</strong> and click on <strong>Upload Plugin</strong> on the top. Select the downloaded Divi zip file and click on <strong>Install Now</strong>.</p> <p>After that, you can go to any page and click the <strong>Use Divi Builder</strong> button to enter the editing screen.</p> <p>In the next screen, you can either select the option to build the page from scratch or choose any <a href="https://siteefy.com/go/divi-premade-layouts/" target="_blank" rel="noreferrer noopener">pre-built template</a> that comes for free with Divi Builder. </p> <p>After that, you can click on the plus icon to add any row, column, or content element you want and start editing.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1999" height="1043" src="https://siteefy.com/wp-content/uploads/2020/09/Divi-Editor.jpg" alt="Divi Editor" class="wp-image-28321" srcset="https://siteefy.com/wp-content/uploads/2020/09/Divi-Editor.jpg 1999w, https://siteefy.com/wp-content/uploads/2020/09/Divi-Editor-768x401.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/Divi-Editor-1536x801.jpg 1536w" sizes="auto, (max-width: 1999px) 100vw, 1999px" /></figure></div> <p>To edit the content of any widget, you can select it and then edit everything in the settings popup.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1999" height="1115" src="https://siteefy.com/wp-content/uploads/2020/09/Divi-Page-Builder.jpg" alt="Divi Page Builder" class="wp-image-28322" srcset="https://siteefy.com/wp-content/uploads/2020/09/Divi-Page-Builder.jpg 1999w, https://siteefy.com/wp-content/uploads/2020/09/Divi-Page-Builder-768x428.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/Divi-Page-Builder-1536x857.jpg 1536w" sizes="auto, (max-width: 1999px) 100vw, 1999px" /></figure></div> <p>Divi includes multiple options for links, colors, spacing, shadow, filters, animation, and scroll effects.</p> <p>Once you’re done with all the changes, you can click the <strong>Save</strong> button on the right.</p> <p>Check this video to see how easily you can edit WordPress pages with Divi Builder…</p> <figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <iframe loading="lazy" title="Getting Started with the Divi Builder" width="720" height="405" src="https://www.youtube.com/embed/T-Oe01_J62c?start=1&#038;feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div></figure> <hr class="wp-block-separator has-css-opacity"/> <div id="bravepopup_embedded_51674" data-popupid="51674" class="bravepopup_embedded bravepopup_embedded--center "> <div class="brave_popup brave_popup--embedded" id="brave_popup_51674" data-loaded="false" > <!-- <p></p> --> <div id="brave_popup_51674__step__0" class="brave_popup__step_wrap brave_popup__step--mobile-noContent"><div class="brave_popup__step brave_popup__step__desktop position_center closeButton_icon brave_popup__step--embedded closeButtonPosition_inside_right" data-nomobilecontent="true" data-scrollock="" data-width="750" data-height="300" data-popopen="false" style="z-index:99999" data-exitanimlength="0.5" data-layout="embedded" data-position="center"><div class="brave_popup__step__inner"> <div class="brave_popupSections__wrap"> <div class="brave_popupMargin__wrap"> <div class="brave_popup__step__close"></div> <div class="brave_popup__step__popup"><div class="brave_popup__step__content"><div class="brave_popup__step__elements"><div class="brave_popup__elements_wrap "><div id="brave_element--NccD1mEBEu2DfbYgpIj" class="brave_element brave_element--button brave_element--hasHoverAnim brave_element--button--hover_riseup brave_element--has-click-action"> <div class="brave_element__wrap"> <div class="brave_element__inner"> <div class="brave_element__styler"> <a class="brave_element__inner_link " onclick="brave_complete_goal(51674, 'click');"" href="https://siteefy.com/go/et-discount/" target="_blank" > <div class="brave_element__button_text">UNLOCK</div> </a> </div> </div> </div> </div></div></div><div class="brave_popup__step__content__overlay"></div></div></div> </div> </div> </div></div><div class="brave_popup__step brave_popup__step__mobile brave_popup__step--noContent position_center closeButton_icon brave_popup__step--embedded closeButtonPosition_inside_right has_overlay" data-width="320" data-scrollock="" data-height="480" data-popopen="false" style="z-index:99999" data-nomobilecontent="true" data-exitanimlength="0.5" data-layout="boxed" data-position="center"><div class="brave_popup__step__inner"> <div class="brave_popupSections__wrap"> <div class="brave_popupMargin__wrap"> <div class="brave_popup__step__close"><div class="brave_popup__close brave_popup__close--inside_right brave_popup__close--icon"> <div class="brave_popup__close__button" onclick="brave_close_popup('51674', 0, false)" onkeypress="if(event.key == 'Enter') { brave_close_popup('51674', 0, false) }"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><rect x="0" fill="none" width="20" height="20"/><g><path d="M14.95 6.46L11.41 10l3.54 3.54-1.41 1.41L10 11.42l-3.53 3.53-1.42-1.42L8.58 10 5.05 6.47l1.42-1.42L10 8.58l3.54-3.53z"/></g></svg></div> </div></div> <div class="brave_popup__step__popup"><div class="brave_popup__step__content"><div class="brave_popup__step__elements"><div class="brave_popup__elements_wrap "></div></div></div></div> </div> </div> </div></div></div> </div> </div><div class="bravepopup_embedded__floatclear"></div> <hr class="wp-block-separator has-css-opacity is-style-default"/> <h2 class="wp-block-heading" id="How-to-edit-WordPress-Code">How to edit WordPress Code</h2> <p>To edit code in your WordPress website, follow the below steps…</p> <h3 class="wp-block-heading">Edit WordPress HTML in Gutenberg (Block Editor)</h3> <p>In the Gutenberg editor, you can either add a dedicated HTML block where you can write all your HTML code within the page or edit the HTML of the full page (this can be slightly complicated if you’re not familiar with the basic syntax of HTML).</p> <p>First, click on the plus icon and look for a custom HTML block. Then write all the HTML in the box, which will be applied to the page&#8217;s front end.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1692" height="648" src="https://siteefy.com/wp-content/uploads/2020/09/WordPress-HTML-Block.jpg" alt="WordPress HTML Block" class="wp-image-28337" srcset="https://siteefy.com/wp-content/uploads/2020/09/WordPress-HTML-Block.jpg 1692w, https://siteefy.com/wp-content/uploads/2020/09/WordPress-HTML-Block-768x294.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/WordPress-HTML-Block-1536x588.jpg 1536w" sizes="auto, (max-width: 1692px) 100vw, 1692px" /></figure></div> <p>To edit the HTML of the entire page, click on the menu icon on the right sidebar and then select Code Editor.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1999" height="701" src="https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-code-in-wordpress.jpg" alt="how to edit code in wordpress" class="wp-image-28330" srcset="https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-code-in-wordpress.jpg 1999w, https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-code-in-wordpress-768x269.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/how-to-edit-code-in-wordpress-1536x539.jpg 1536w" sizes="auto, (max-width: 1999px) 100vw, 1999px" /></figure></div> <p>This is how to edit code in WordPress. Here you can write or modify all the HTML of the page.</p> <p>Keep in mind that you will have to write everything with the proper markup for blocks in the code editor. Otherwise, the page will run into issues.</p> <h3 class="wp-block-heading">Edit Source Code using the WordPress HTML Editor</h3> <p>If you want to directly edit the theme code, you can access the Theme Editor and make all the modifications in the theme files.</p> <p>To access the Theme Editor, go to <strong>Appearance</strong> &gt; <strong>Theme Editor</strong>. </p> <p>Here WordPress will give you the warning to make sure you don’t edit any critical theme files.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1999" height="1044" src="https://siteefy.com/wp-content/uploads/2020/09/wordpress-how-to-edit-home-page.jpg" alt="WordPress how to edit home page" class="wp-image-28336" srcset="https://siteefy.com/wp-content/uploads/2020/09/wordpress-how-to-edit-home-page.jpg 1999w, https://siteefy.com/wp-content/uploads/2020/09/wordpress-how-to-edit-home-page-768x401.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/wordpress-how-to-edit-home-page-1536x802.jpg 1536w" sizes="auto, (max-width: 1999px) 100vw, 1999px" /></figure></div> <p>Simply click on <strong>I understand</strong> and then select the file you want to edit from the right side.</p> <p class="has-background" style="background-color:#fffaeb">&#x1f514; <strong>Note:</strong> <br><br>Take a full website backup before making any changes in the Theme Editor and editing code in WordPress. If you’re not sure how to edit the code, it’s better to hire a WordPress expert as any mistake here can easily break your WordPress site.</p> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-wide"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <h2 class="wp-block-heading" id="How-to-Edit-WordPress-Home-Page">How to Edit WordPress Home Page</h2> <p class="has-base-2-background-color has-background">&#x27a1;&#xfe0f; Go to the main article: <a href="https://siteefy.com/edit-homepage-wordpress/" target="_blank" rel="noreferrer noopener">How to Edit WordPress Home Page</a></p> <p>The homepage <strong>is the front page of the website</strong>. It’s the first page that opens up when someone visits the website URL.</p> <p><strong>By default, all the blog posts are displayed in reverse chronological order on every WordPress site&#8217;s homepage</strong>. </p> <p>But you can change this and set any custom page as the homepage to show the content you need.</p> <p><strong>How to set front page on WordPress:</strong></p> <ol class="wp-block-list"> <li>Go to <strong>Settings</strong> &gt; <strong>Reading</strong> in the WordPress dashboard. </li> <li>Then click on “<strong>A static page</strong>” option and select the page that you want to set as your homepage from the drop-down list.</li> <li>Click on “<strong>Save Changes</strong>”, and you’re done!</li> </ol> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1476" height="658" src="https://siteefy.com/wp-content/uploads/2020/09/wordpress-custom-page.jpg" alt="WordPress custom page" class="wp-image-28335" srcset="https://siteefy.com/wp-content/uploads/2020/09/wordpress-custom-page.jpg 1476w, https://siteefy.com/wp-content/uploads/2020/09/wordpress-custom-page-768x342.jpg 768w" sizes="auto, (max-width: 1476px) 100vw, 1476px" /><figcaption class="wp-element-caption">Changing WordPress homepage from posts to a static page</figcaption></figure></div> <p>Now to edit the homepage, navigate to <strong>Appearance</strong> &gt; <strong>Customize</strong>.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1362" height="514" src="https://siteefy.com/wp-content/uploads/2020/09/Theme-Customizer.jpg" alt="How to Edit WordPress site" class="wp-image-28333" srcset="https://siteefy.com/wp-content/uploads/2020/09/Theme-Customizer.jpg 1362w, https://siteefy.com/wp-content/uploads/2020/09/Theme-Customizer-768x290.jpg 768w" sizes="auto, (max-width: 1362px) 100vw, 1362px" /></figure></div> <p>In the Customizer, you can click on the pencil icon to edit any element you want, and all WordPress home page edits will be in the live preview, in this case, so you can see how everything looks before publishing the page.</p> <p>Once the homepage is final, click on <strong>Publish</strong> in the sidebar, and the new homepage will be live.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1999" height="1116" src="https://siteefy.com/wp-content/uploads/2020/09/editing-wordpress-themes.jpg" alt="Editing wordpress themes" class="wp-image-28324" srcset="https://siteefy.com/wp-content/uploads/2020/09/editing-wordpress-themes.jpg 1999w, https://siteefy.com/wp-content/uploads/2020/09/editing-wordpress-themes-768x429.jpg 768w, https://siteefy.com/wp-content/uploads/2020/09/editing-wordpress-themes-1536x858.jpg 1536w" sizes="auto, (max-width: 1999px) 100vw, 1999px" /></figure></div> <p class="has-background" style="background-color:#d9ebf6">&#x1f514; <strong>Important Note</strong><br><br>The ability to edit the homepage in the WordPress theme customizer depends on the theme you’re using. Some premium themes like <a href="https://siteefy.com/go/divi/" target="_blank" rel="noreferrer noopener">Divi</a> offer endless customization options, while you won’t get many features in the free themes.<br><br>In other words, it’s hard to make your pages look exactly the way you want them with basic WordPress themes/editors and no coding skills.</p> <p>To learn more about how to edit your homepage on WordPress check our article <a href="https://siteefy.com/edit-homepage-wordpress/" target="_blank" rel="noreferrer noopener">here</a>. (Yes, we have a whole article on that &#x1f60e;).</p> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <h2 class="wp-block-heading" id="Editing-WordPress-Header">How To Edit Header in WordPress</h2> <p>Editing WordPress header will predominantly depend on what customization options your theme (or page builder) provides.</p> <p>Premium themes usually provide a user-friendly way to make your heading look exactly the way you want it.</p> <p>So, the first option would be to check if your current theme has an in-built way of editing the WordPress header.</p> <p>For example, Divi theme provides a tool called <a href="https://siteefy.com/go/divi-theme-builder-2/" target="_blank" rel="noreferrer noopener">Theme Builder</a> which allows building tons of different things including custom-designed WordPress headers in a code-free manner:</p> <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <iframe loading="lazy" title="Divi 4.0 &amp; The Divi Theme Builder Have Finally Arrived!" width="720" height="405" src="https://www.youtube.com/embed/zf2ay9YyHEE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div></figure> <p><a href="https://siteefy.com/go/elementor/">Elementor</a> offers a Theme Builder capable of customizing WordPress headers too:</p> <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <iframe loading="lazy" title="Create WordPress Header Templates With Elementor Theme Builder" width="720" height="405" src="https://www.youtube.com/embed/Q7fyn0MMe_s?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div></figure> <p>So, using a theme builder is probably <strong>the most beginner-friendly</strong> (and user-friendly) way of editing WordPress header at the moment.</p> <p>Without something like a theme builder (or alternative built-in functionality), you will most likely have to deal with code.</p> <p><strong>Other ways of making edits to WordPress header are:</strong></p> <ul class="wp-block-list"> <li>Using a standalone plugin (may require coding)</li> <li>Editing your theme&#8217;s <em>header.php</em> file in WordPress Theme Editor (requires coding)</li> </ul> <p class="has-background" style="background-color:#f4f8f1">&#x26a1;&nbsp;<strong>Check also:</strong> <a href="https://siteefy.com/how-to-change-link-color-in-wordpress/" target="_blank" rel="noreferrer noopener">How to Change the Link Color in WordPress</a></p> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-wide"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background"/> <h2 class="wp-block-heading" id="Editing-WordPress-Footer">How To Edit Footer in WordPress</h2> <p class="has-base-2-background-color has-background">&#x27a1;&#xfe0f; Go to the main article: <a href="https://siteefy.com/how-to-edit-footer-in-wordpress/" target="_blank" rel="noreferrer noopener">How to Edit Footer in WordPress</a></p> <p>Editing WordPress footer is a little easier than editing the header. This is mostly because the footer is a standard widgets place on WordPress websites and there are some easy-to-use built-in instruments to edit the footer in WordPress. </p> <p><strong>Here is how to customize WordPress footer:</strong></p> <ul class="wp-block-list"> <li>By going to <strong>Appearance &gt; Customize &gt; Widgets</strong>:</li> </ul> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="320" height="327" src="https://siteefy.com/wp-content/uploads/2021/03/Customizer-menu.png" alt="WordPress Customizer-menu" class="wp-image-30735"/></figure></div> <ul class="wp-block-list"> <li>By going directly to <strong>Widgets</strong>:</li> </ul> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1016" height="458" src="https://siteefy.com/wp-content/uploads/2020/09/Widgets-WordPress.png" alt="Widgets WordPress" class="wp-image-36276" srcset="https://siteefy.com/wp-content/uploads/2020/09/Widgets-WordPress.png 1016w, https://siteefy.com/wp-content/uploads/2020/09/Widgets-WordPress-768x346.png 768w" sizes="auto, (max-width: 1016px) 100vw, 1016px" /></figure></div> <ul class="wp-block-list"> <li>Using Theme Builder (Divi, Elementor, Beaver Builder)</li> <li>Editing <em>footer.php</em> file (requires coding)</li> </ul> <p>Check our article on <a href="https://siteefy.com/how-to-edit-footer-in-wordpress/" target="_blank" rel="noreferrer noopener">editing WordPress footers</a> for more information on this.</p> <hr class="wp-block-separator has-css-opacity"/> <h2 class="wp-block-heading" id="Editing-WordPress-Permalinks">How To Edit Permalink in WordPress</h2> <p>Permalinks are simply the permanent URLs of your WordPress posts and pages.</p> <p>Example: <em>https://siteefy.com/how-to-edit-wordpress-site/</em></p> <p>This is the permalink of this post.</p> <p>Default WordPress permalink structure is based on the page/post name and date when the page/post was published. </p> <p>But this can be easily altered.</p> <p><strong>Here is how to change the default permalink structure on WordPress:</strong></p> <ul class="wp-block-list"> <li>Go to <strong>Setting &gt; Permalinks</strong>:</li> </ul> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="448" height="321" src="https://siteefy.com/wp-content/uploads/2020/09/How-To-Edit-Permalink-in-WordPress.png" alt="How To Edit Permalink in WordPress" class="wp-image-36277"/></figure></div> <ul class="wp-block-list"> <li>Choose the permalink structure you want and click <strong>Save Changes</strong>:</li> </ul> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1291" height="482" src="https://siteefy.com/wp-content/uploads/2020/09/Permalinks-Settings-WordPress.png" alt="Permalinks Settings WordPress" class="wp-image-36278" srcset="https://siteefy.com/wp-content/uploads/2020/09/Permalinks-Settings-WordPress.png 1291w, https://siteefy.com/wp-content/uploads/2020/09/Permalinks-Settings-WordPress-768x287.png 768w" sizes="auto, (max-width: 1291px) 100vw, 1291px" /></figure> <p>To change a permalink of an individual post/page look at the right sidebar options on Gutenberg:</p> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="358" height="318" src="https://siteefy.com/wp-content/uploads/2020/09/Editing-URL-Slug-on-WordPress.png" alt="Editing URL Slug on WordPress" class="wp-image-36279"/></figure></div> <p>In WordPress Classic Editor, this option is right under the page/post title</p> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background"/> <h2 class="wp-block-heading" id="Editing-WordPress-Menu">How To Edit Menu in WordPress</h2> <p>Editing menu in WordPress is easy:</p> <ul class="wp-block-list"> <li>Go to <strong>Appearance &gt; Menus</strong>:</li> </ul> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="492" height="326" src="https://siteefy.com/wp-content/uploads/2020/09/How-To-Edit-Menu-in-WordPress.png" alt="How To Edit Menu in WordPress" class="wp-image-36280"/></figure></div> <ul class="wp-block-list"> <li>Make all the changes you want and click <strong>Save Changes</strong>:</li> </ul> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1328" height="616" src="https://siteefy.com/wp-content/uploads/2020/09/Editing-WordPress-menu.png" alt="Editing WordPress menu" class="wp-image-36281" srcset="https://siteefy.com/wp-content/uploads/2020/09/Editing-WordPress-menu.png 1328w, https://siteefy.com/wp-content/uploads/2020/09/Editing-WordPress-menu-768x356.png 768w" sizes="auto, (max-width: 1328px) 100vw, 1328px" /></figure> <hr class="wp-block-separator has-css-opacity"/> <h2 class="wp-block-heading" id="Editing-WordPress-Site-Title">How To Change WordPress Site Title</h2> <p>You can change your WordPress site title in two places:</p> <ul class="wp-block-list"> <li>Customizer</li> <li>Settings</li> </ul> <p>Let&#8217;s look at each option.</p> <p><strong>How to change your WordPress site title in Customizer:</strong></p> <ul class="wp-block-list"> <li>Go to <strong>Appearance &gt; Customize</strong></li> </ul> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1362" height="514" src="https://siteefy.com/wp-content/uploads/2020/09/Theme-Customizer.jpg" alt="Theme Customizer" class="wp-image-28333" srcset="https://siteefy.com/wp-content/uploads/2020/09/Theme-Customizer.jpg 1362w, https://siteefy.com/wp-content/uploads/2020/09/Theme-Customizer-768x290.jpg 768w" sizes="auto, (max-width: 1362px) 100vw, 1362px" /></figure> <ul class="wp-block-list"> <li>Next click <strong>Site Identity</strong></li> </ul> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="728" height="387" src="https://siteefy.com/wp-content/uploads/2020/09/How-to-change-your-WordPress-site-title-in-Customizer-min.png" alt="How to change your WordPress site title in Customizer" class="wp-image-36283"/></figure></div> <ul class="wp-block-list"> <li>Make your edits and click <strong>Publish</strong></li> </ul> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="592" height="397" src="https://siteefy.com/wp-content/uploads/2020/09/Changing-WordPress-site-title-min.png" alt="Changing WordPress site title" class="wp-image-36285"/></figure></div> <p> <strong>How to change your WordPress site title in Settings:</strong></p> <ul class="wp-block-list"> <li> Go to <strong>Settings &gt; General</strong></li> </ul> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="434" height="338" src="https://siteefy.com/wp-content/uploads/2020/09/How-to-change-your-WordPress-site-title-in-Settings.png" alt="How to change your WordPress site title in Settings" class="wp-image-36286"/></figure></div> <ul class="wp-block-list"> <li>Change your site title and click <strong>Save Changes</strong>.</li> </ul> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-wide"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background"/> <h2 class="wp-block-heading" id="Editing-WordPress-Mobile-Version">How To Edit Mobile Version of a WordPress Site</h2> <p class="has-base-2-background-color has-background">&#x27a1;&#xfe0f; Go to the main article: <a href="https://siteefy.com/edit-mobile-version-of-wordpress-site/" target="_blank" rel="noreferrer noopener">How To Edit the Mobile Version of Your WordPress Site</a></p> <p>There are two beginner-friendly ways of <a href="https://siteefy.com/edit-mobile-version-of-wordpress-site/" target="_blank" rel="noreferrer noopener">editing the mobile version</a> of your WordPress website:</p> <ul class="wp-block-list"> <li>In WordPress Customizer</li> <li>With a page builder</li> </ul> <p>Let&#8217;s look at both options.</p> <p><strong>How to edit the mobile version of your WordPress website with Customizer:</strong></p> <ul class="wp-block-list"> <li>Go to <strong>Appearance &gt; Customize</strong></li> </ul> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1362" height="514" src="https://siteefy.com/wp-content/uploads/2020/09/Theme-Customizer.jpg" alt="Theme Customizer" class="wp-image-28333" srcset="https://siteefy.com/wp-content/uploads/2020/09/Theme-Customizer.jpg 1362w, https://siteefy.com/wp-content/uploads/2020/09/Theme-Customizer-768x290.jpg 768w" sizes="auto, (max-width: 1362px) 100vw, 1362px" /></figure> <ul class="wp-block-list"> <li>Look at the options at the bottom of the sidebar:</li> </ul> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="821" height="614" src="https://siteefy.com/wp-content/uploads/2020/09/How-to-edit-the-mobile-version-of-WordPress-website-with-Customizer.png" alt="How to edit the mobile version of WordPress website with Customizer" class="wp-image-36287" srcset="https://siteefy.com/wp-content/uploads/2020/09/How-to-edit-the-mobile-version-of-WordPress-website-with-Customizer.png 821w, https://siteefy.com/wp-content/uploads/2020/09/How-to-edit-the-mobile-version-of-WordPress-website-with-Customizer-768x574.png 768w" sizes="auto, (max-width: 821px) 100vw, 821px" /></figure> <ul class="wp-block-list"> <li>Switch between Desktop, Tablet and and Smartphone options to see how your website looks on different devices and make edits.</li> </ul> <p> <strong>How to edit the mobile version of your WordPress website with a page builder:</strong></p> <ul class="wp-block-list"> <li>Use Divi Responsive Editing:</li> </ul> <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <iframe loading="lazy" title="Divi 3 0—Responsive Editing" width="720" height="405" src="https://www.youtube.com/embed/OG01IaoeFPs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div></figure> <ul class="wp-block-list"> <li>Elementor Responsive Editing:</li> </ul> <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <iframe loading="lazy" title="Elementor Responsive 101: All You Need to Know!" width="720" height="405" src="https://www.youtube.com/embed/EqFxeluk4U4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div></figure> <ul class="wp-block-list"> <li>Most of other WordPress page builders also offer responsive editing.</li> </ul> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-wide"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background"/> <h2 class="wp-block-heading">Saving, Autosaving and Revisions on WordPress</h2> <p>When you&#8217;re editing a WordPress website, it&#8217;s important to know how your changes will be saved. WordPress has three different ways of saving your changes: autosaving, saving, and revisions.</p> <p>Autosaving is the most basic way of saving your changes. WordPress will automatically save a copy of your changes every 60 seconds by default. This means that if you accidentally close your browser or lose your internet connection, <strong>you won&#8217;t lose all of your work.</strong></p> <p>Saving is a bit more manual, but it&#8217;s still pretty easy. To save your changes, simply click the <strong>&#8220;Save draft&#8221;</strong> button in the WordPress editor.</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1215" height="538" src="https://siteefy.com/wp-content/uploads/2020/09/Saving-and-publishing-WordPress-posts.png" alt="Saving and publishing WordPress posts" class="wp-image-36222" srcset="https://siteefy.com/wp-content/uploads/2020/09/Saving-and-publishing-WordPress-posts.png 1215w, https://siteefy.com/wp-content/uploads/2020/09/Saving-and-publishing-WordPress-posts-768x340.png 768w" sizes="auto, (max-width: 1215px) 100vw, 1215px" /><figcaption class="wp-element-caption">To save your work click Save draft button on WordPress</figcaption></figure> <p>This will save your changes but won&#8217;t publish them to your website until you hit the <strong>&#8220;Publish&#8221;</strong> button.</p> <p>Revisions are a bit more advanced, but they can be really handy if you need to go back and forth between different versions of your content. Automatic revisions are also enabled by default on WordPress. </p> <p>To access your revisions, simply click the <strong>&#8220;Revisions&#8221;</strong> button in the WordPress editor.</p> <figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="596" height="259" src="https://siteefy.com/wp-content/uploads/2021/10/Revisions-in-WordPress.png" alt="Revisions in WordPress" class="wp-image-45360"/></figure> <p>Keep in mind that autosaving and saving are two different things. Autosaving will save your changes automatically, but saving will only save your changes if you manually click the <strong>&#8220;Save draft&#8221;</strong> button.</p> <p>If you&#8217;re not sure which method of saving is right for you, just remember that autosaving is the most basic way to save your changes. If you want more control over your changes, then saving and revisions might be a better option.</p> <hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/> <h2 class="wp-block-heading" id="WordPress-Shortcuts">WordPress Shortcuts &amp; Tips</h2> <figure class="wp-block-table is-style-stripes"><table><thead><tr><th>Shortcut</th><th class="has-text-align-center" data-align="center">Windows</th><th class="has-text-align-center" data-align="center">Mac</th></tr></thead><tbody><tr><td>See the full list of all shortcut </td><td class="has-text-align-center" data-align="center">Shift + Alt +H</td><td class="has-text-align-center" data-align="center"> Ctrl + Option + H</td></tr><tr><td>Save changes</td><td class="has-text-align-center" data-align="center">Ctrl + S</td><td class="has-text-align-center" data-align="center">Cmd + S</td></tr><tr><td>Copy a block</td><td class="has-text-align-center" data-align="center"> Ctrl + Shift +D</td><td class="has-text-align-center" data-align="center"> Cmd + Shift + D</td></tr><tr><td>Delete a block</td><td class="has-text-align-center" data-align="center">Alt + Shift + Z</td><td class="has-text-align-center" data-align="center">Ctrl + Option + Z</td></tr><tr><td>Insert a link</td><td class="has-text-align-center" data-align="center">Ctrl + K</td><td class="has-text-align-center" data-align="center"> Cmd + K</td></tr><tr><td>Copy a block/text</td><td class="has-text-align-center" data-align="center">Ctrl + C</td><td class="has-text-align-center" data-align="center"> Cmd + C</td></tr><tr><td>Paste a block/text</td><td class="has-text-align-center" data-align="center">Ctrl + V</td><td class="has-text-align-center" data-align="center">Cmd + V</td></tr><tr><td>Move down without line break</td><td class="has-text-align-center" data-align="center">Shift + Enter</td><td class="has-text-align-center" data-align="center">Shift + Enter</td></tr><tr><td>Switch to Code Editor (Gutenberg)</td><td class="has-text-align-center" data-align="center"> Ctrl + Shift + Alt + M </td><td class="has-text-align-center" data-align="center"> &#8211;</td></tr></tbody></table></figure> <p class="has-background" style="background-color:#f4f8f1">&#x26a1;&nbsp;<strong>Check also:</strong> <a href="https://siteefy.com/how-to-justify-text-in-wordpress/" target="_blank" rel="noreferrer noopener">How to Justify Text in WordPress</a></p> <h3 class="wp-block-heading">Other useful WordPress editing tips:</h3> <ul class="wp-block-list"> <li>To insert images you can simply drag and drop them from your PC to Gutenberg without using Media Library. Copy and paste works too.</li> <li>To work distraction-free check Gutenberg&#8217;s Spotlight and Fullscreen modes (to see these options you need to click the three dots in the top right corner):</li> </ul> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="285" height="227" src="https://siteefy.com/wp-content/uploads/2020/09/Gutenberg-Spotlight-and-Fullscreen-modes.png" alt="Gutenberg Spotlight and Fullscreen modes" class="wp-image-36227"/></figure></div> <ul class="wp-block-list"> <li>Document outline function in Gutenberg is quite useful. It shows the number of words, characters, headings, paragraphs and blocks used in the article plus overall document outline.</li> </ul> <div class="wp-block-image"> <figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="425" height="300" src="https://siteefy.com/wp-content/uploads/2020/09/Document-outline-in-Gutenberg.png" alt="Document outline in Gutenberg" class="wp-image-36228"/></figure></div> <ul class="wp-block-list"> <li>Copying from Google Docs to Gutenberg is a breeze &#8211; just copy and paste, and everything will look perfectly neat and clean.</li> </ul> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-default"/> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Siteefy Ad --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8628515760098441" data-ad-slot="6203013634" data-ad-format="auto" data-full-width-responsive="true"></ins> <script type="rocketlazyloadscript"> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background"/> <h2 class="wp-block-heading" id="wordpress-tools">WordPress Tools</h2> <p>As a WordPress user, you have access to a <a href="https://siteefy.com/wordpress-tools/" target="_blank" rel="noreferrer noopener">variety of tools</a> and resources that can help you manage your site. These tools can be used to help you troubleshoot problems, customize your site, and extend your site&#8217;s functionality.</p> <p><strong>Here are some of the most popular WordPress tools and resources:</strong></p> <ul class="wp-block-list"> <li><a href="https://codex.wordpress.org/Main_Page" target="_blank" rel="noreferrer noopener">The WordPress Codex</a>: The WordPress codex is a comprehensive resource for all things WordPress.</li> <li><a href="https://wordpress.org/plugins/jetpack/" target="_blank" rel="noreferrer noopener">Jetpack</a> &#8211; a plugin that provides a variety of features for WordPress sites, including security, performance, and site management tools.</li> <li><a href="https://woocommerce.com/" target="_blank" rel="noreferrer noopener">WooCommerce</a> &#8211; a plugin that adds ecommerce functionality to WordPress sites.</li> <li><a href="https://wordpress.org/plugins/wordpress-seo/" target="_blank" rel="noreferrer noopener">Yoast SEO</a> &#8211; the most popular and widely used SEO plugin.</li> <li><a href="https://wordpress.org/plugins/wordfence/" target="_blank" rel="noreferrer noopener">Wordfence</a> &#8211; Wordfence is a security plugin that helps to protect your WordPress site from malware and other security threats.</li> <li><a href="https://siteefy.com/go/updraftplus/" target="_blank" rel="noreferrer noopener">UpdraftPlus</a> &#8211; a backup plugin that helps you create, schedule and restore backups of your WordPress site.</li> <li>WPRocket &#8211; a caching plugin that helps to improve the performance of WordPress sites.</li> <li><a href="https://wordpress.org/plugins/google-site-kit/" target="_blank" rel="noreferrer noopener">Site Kit by Google</a> &#8211; SiteKit is a free plugin by Google that helps you to connect your WordPress website to essential Google products such as Google Search Console and Google Analytics.</li> <li><a href="https://siteefy.com/go/divi/">Divi</a> &#8211; Divi is a popular WordPress theme and page builder that turns your WordPress website into a drag and drop website builder.</li> <li><a href="https://siteefy.com/go/monarch/">Monarch</a> &#8211; Monarch is a social media sharing plugin that allows you to add social media buttons to your WordPress site.</li> <li><a href="https://siteefy.com/go/bloom/">Bloom</a> &#8211; Bloom is an advanced email opt-in plugin that allows you to grow your email list.</li> </ul> <hr class="wp-block-separator has-text-color has-base-2-color has-alpha-channel-opacity has-base-2-background-color has-background is-style-wide"/> <h2 class="wp-block-heading" id="Editing-WordPress-Summary">Editing WordPress &#8211; Summary</h2> <p>As we discussed in this post, you can use the new Gutenberg Block Editor to edit your WordPress website or try the powerful but very easy-to-use WordPress page builders. You can even edit the HTML of any page with Gutenberg blocks.</p> <p>Overall, WordPress is a robust content management system with no particular restrictions on how you can edit the pages and the code, allowing for greater control over the website.</p> <p>By following the steps listed above you should be able to start learning WordPress pretty fast and also be able to make all the initial edits you need to your new WordPress website.</p> <p>If you have any questions related to this guide (or if you want us to extend it and cover more questions about editing WordPress sites), please let us know in the comments below.</p> <hr class="wp-block-separator has-css-opacity is-style-default"/> <h2 class="wp-block-heading" id="FAQ">FAQ</h2> <div class="wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-44710649 uagb-faq-icon-row uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height " data-faqtoggle="true" role="tablist"><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c49e1ea7 " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">How To Change Home Page on WordPress?</span></div><div class="uagb-faq-content"><p>1. Go to <strong>Settings</strong> &gt; <strong>Reading</strong><br>2. Make the changes you want<br>3. Click <strong>Save Changes</strong></p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6944ef13 " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">How To Add HTML to WordPress?</span></div><div class="uagb-faq-content"><p>In Gutenberg:<br>&#8211; Use the Custom HTML block<br>&#8211; or turn on Code Editor by pressing the three dots in the top-right corner or using shortcut Ctrl + Shift + Alt + M<br><br>In Classic Editor:<br>&#8211; Switch from Visual tab to Text tab in the right top corner of the editor</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-52981c14 " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">How To Edit HTML in WordPress?</span></div><div class="uagb-faq-content"><p> In Gutenberg:<br>&#8211; Click on the block you want to edit<br>&#8211; Options will pop up<br>&#8211; Click on the three dots<br>&#8211; Choose <strong>Edit as HTML</strong><br><br>You can also edit HTML by turning on Code Editor by pressing the three dots in the top-right of the page or using the shortcut Ctrl + Shift + Alt + M </p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-971433fe " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">How To Edit PHP in WordPress?</span></div><div class="uagb-faq-content"><p>1. Go to your WordPress dashboard<br>2. Then click Appearance &gt; Theme Editor<br>3. You&#8217;ll get a warning here from WordPress<br>4. Click I understand and after this, you should be able to edit PHP you need</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c0acb850 " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">What Is WordPress Code Language?</span></div><div class="uagb-faq-content"><p>There are four main coding languages used in WordPress:<br><br>1. PHP<br>2. CSS<br>3. HTML<br>4. JavaScript</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-57fe988f " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">How To Edit Static Front Page in WordPress?</span></div><div class="uagb-faq-content"><p>You can edit your static front page on WordPress exactly the same way as any other page on your website:<br><br>1. Using Gutenberg<br>2. Using Classic Editor<br>3. Using Page Builders</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-6e30b6ab " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">Where Is the Editor in WordPress?</span></div><div class="uagb-faq-content"><p>WordPress editor (both Gutenberg and Classic Editor) will automatically load when you click on a page or post you want to edit.</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2ffc7e3b " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">How To Edit a Page Directly on a Website WordPress?</span></div><div class="uagb-faq-content"><p>This is called front-end editing and default WordPress editors don&#8217;t have this feature.<br><br>You can edit on the front-end using third-party WordPress builders like <a href="https://siteefy.com/go/divi/" target="_blank" rel="noreferrer noopener">Divi</a> and <a href="https://siteefy.com/go/elementor/" target="_blank" rel="noreferrer noopener">Elementor</a>.</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-3edd018b " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">How To Edit Website Without Publishing on WordPress?</span></div><div class="uagb-faq-content"><p>1. Use staging website (check with your WordPress hosting)<br>2. Use coming soon or maintenance mode plugins</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1cd0e067 " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">How Hard Is It To Edit a WordPress Website?</span></div><div class="uagb-faq-content"><p>Editing on WordPress is not hard, but it can seem a little confusing for beginners and non-tech-savvy users. However, the power of WordPress is well worth the effort of learning how it works.<br><br>Plus, you can always use a page builder to make your life easier. The most advanced WordPress page builders like <a href="https://siteefy.com/go/divi/" target="_blank" rel="noreferrer noopener">Divi</a> and <a href="https://siteefy.com/go/elementor/" target="_blank" rel="noreferrer noopener">Elementor</a> are (unlike WordPress itself) simple to use and beginner-friendly.<br><br>If you want to learn more about why WordPress is so complicated, we have written a whole article on this topic! Make sure you check it out:<br><br><a href="https://siteefy.com/why-is-wordpress-so-hard-to-use/" target="_blank" rel="noreferrer noopener">Why Is WordPress So Hard To Use?</a></p></div></div></div> <hr class="wp-block-separator has-css-opacity"/> <p>&#x1f514;&nbsp;<strong>Check also:</strong></p> <ul class="wp-block-list"> <li><a href="https://siteefy.com/wordpress-tips/">WordPress Tips: 17+ Ways to Improve Your Website and Workflow</a></li> <li><a href="https://siteefy.com/how-to-justify-text-in-wordpress/" target="_blank" rel="noreferrer noopener">How to Justify Text in WordPress</a></li> <li><a href="https://siteefy.com/how-to-change-link-color-in-wordpress/" target="_blank" rel="noreferrer noopener">How to Change the Link Color in WordPress</a></li> <li><a href="https://siteefy.com/how-to-add-blog-posts-to-pages-in-wordpress/" target="_blank" rel="noreferrer noopener">How to Add Blog Posts to Pages in WordPress</a></li> <li><a href="https://siteefy.com/wordpress-how-to-remove-leave-a-reply/" target="_blank" rel="noreferrer noopener">WordPress: How to Remove “Leave a Reply”</a></li> <li><a href="https://siteefy.com/how-to-make-a-webcomic-site/" target="_blank" rel="noreferrer noopener">How to Make a Webcomic Site</a></li> <li><a href="https://siteefy.com/how-to-edit-footer-in-wordpress/" target="_blank" rel="noreferrer noopener">How to Edit Footer in WordPress</a></li> <li><a href="https://siteefy.com/edit-homepage-wordpress/" target="_blank" rel="noreferrer noopener">How to Edit WordPress Home Page</a></li> <li><a href="https://siteefy.com/why-is-wordpress-so-hard-to-use/" target="_blank" rel="noreferrer noopener">Why Is WordPress So Hard To Use?</a></li> <li><a href="https://siteefy.com/wordpress-visual-editor-not-working/" target="_blank" rel="noreferrer noopener">WordPress Visual Editor Not Working</a></li> </ul> </div> </div> </article> <div class="paging-navigation"><div class="gb-container gb-container-2fbd4061"><div class="gb-inside-container"> <div class="gb-grid-wrapper gb-grid-wrapper-99731d90"> <div class="gb-grid-column gb-grid-column-9f31e2e4"><div class="gb-container gb-container-9f31e2e4"><div class="gb-inside-container"> <img alt='Photo of author' src='https://secure.gravatar.com/avatar/2cceb77d5f7813a369dfdbcd025b6609?s=120&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/2cceb77d5f7813a369dfdbcd025b6609?s=240&#038;d=mm&#038;r=g 2x' class='avatar avatar-120 photo dynamic-author-image dynamic-author-image-rounded' height='120' width='120' loading='lazy' decoding='async'/> </div></div></div> <div class="gb-grid-column gb-grid-column-a4dd6728"><div class="gb-container gb-container-a4dd6728"><div class="gb-inside-container"> <p class="gb-headline gb-headline-27d57c71 gb-headline-text">Article by:</p> <p class="gb-headline gb-headline-d0ed29f4 gb-headline-text"><a href="https://siteefy.com/author/saksham/">Saksham Kumar</a></p> <div class="dynamic-author-description">WordPress developer, SEO, and content manager at Siteefy. Saksham is responsible for conducting deep research and analysis, reviewing WordPress-related products, and writing his own posts.</div> </div></div></div> </div> </div></div></div> <div class="comments-area"> <div class="wpdiscuz_top_clearing"></div> <div id='comments' class='comments-area'><div id='respond' style='width: 0;height: 0;clear: both;margin: 0;padding: 0;'></div><div id='wpd-post-rating' class='wpd-not-rated'> <div class='wpd-rating-wrap'> <div class='wpd-rating-left'></div> <div class='wpd-rating-data'> <div class='wpd-rating-value'> <span class='wpdrv'>0</span> <span class='wpdrc'>0</span> <span class='wpdrt'>votes</span></div> <div class='wpd-rating-title'>Article Rating</div> <div class='wpd-rating-stars'><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg></div><div class='wpd-rate-starts'><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg><svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path class='wpd-star' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/><path d='M0 0h24v24H0z' fill='none'/></svg></div></div> <div class='wpd-rating-right'></div></div></div> <div id="wpdcom" class="wpdiscuz_unauth wpd-default wpd-layout-3 wpd-comments-open"> <div class="wc_social_plugin_wrapper"> </div> <div class="wpd-form-wrap"> <div class="wpd-form-head"> <div class="wpd-sbs-toggle"> <i class="far fa-envelope"></i> <span class="wpd-sbs-title">Subscribe</span> <i class="fas fa-caret-down"></i> </div> <div class="wpd-auth"> <div class="wpd-login"> <a rel="nofollow" href="https://siteefy.com/wp-login.php?redirect_to=https%3A%2F%2Fsiteefy.com%2Fhow-to-edit-wordpress-site%2F"><i class='fas fa-sign-in-alt'></i> Login</a> </div> </div> </div> <div class="wpdiscuz-subscribe-bar wpdiscuz-hidden"> <form action="https://siteefy.com/wp-admin/admin-ajax.php?action=wpdAddSubscription" method="post" id="wpdiscuz-subscribe-form"> <div class="wpdiscuz-subscribe-form-intro">Notify of </div> <div class="wpdiscuz-subscribe-form-option" style="width:40%;"> <select class="wpdiscuz_select" name="wpdiscuzSubscriptionType"> <option value="post">new follow-up comments</option> <option value="all_comment" >new replies to my comments</option> </select> </div> <div class="wpdiscuz-item wpdiscuz-subscribe-form-email"> <input class="email" type="email" name="wpdiscuzSubscriptionEmail" required="required" value="" placeholder="Email"/> </div> <div class="wpdiscuz-subscribe-form-button"> <input id="wpdiscuz_subscription_button" class="wpd-prim-button wpd_not_clicked" type="submit" value="&rsaquo;" name="wpdiscuz_subscription_button"/> </div> <input type="hidden" id="wpdiscuz_subscribe_form_nonce" name="wpdiscuz_subscribe_form_nonce" value="53b5dcda6d" /><input type="hidden" name="_wp_http_referer" value="/how-to-edit-wordpress-site/" /> </form> </div> <div class="wpd-form wpd-form-wrapper wpd-main-form-wrapper" id='wpd-main-form-wrapper-0_0'> <form method="post" enctype="multipart/form-data" data-uploading="false" class="wpd_comm_form wpd_main_comm_form" > <div class="wpd-field-comment"> <div class="wpdiscuz-item wc-field-textarea"> <div class="wpdiscuz-textarea-wrap "> <div class="wpd-avatar"> <img alt='guest' src='https://secure.gravatar.com/avatar/24154c5c9426c7e7a0ca593f1d6f98a0?s=56&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/24154c5c9426c7e7a0ca593f1d6f98a0?s=112&#038;d=mm&#038;r=g 2x' class='avatar avatar-56 photo' height='56' width='56' loading='lazy' decoding='async'/> </div> <div id="wpd-editor-wraper-0_0" style="display: none;"> <div id="wpd-editor-char-counter-0_0" class="wpd-editor-char-counter"></div> <label style="display: none;" for="wc-textarea-0_0">Label</label> <textarea id="wc-textarea-0_0" name="wc_comment" class="wc_comment wpd-field"></textarea> <div id="wpd-editor-0_0"></div> <div id="wpd-editor-toolbar-0_0"> <button title="Bold" class="ql-bold" ></button> <button title="Italic" class="ql-italic" ></button> <button title="Underline" class="ql-underline" ></button> <button title="Strike" class="ql-strike" ></button> <button title="Ordered List" class="ql-list" value='ordered' ></button> <button title="Unordered List" class="ql-list" value='bullet' ></button> <button title="Blockquote" class="ql-blockquote" ></button> <button title="Code Block" class="ql-code-block" ></button> <button title="Link" class="ql-link" ></button> <button title="Source Code" class="ql-sourcecode" data-wpde_button_name='sourcecode'>{}</button> <button title="Spoiler" class="ql-spoiler" data-wpde_button_name='spoiler'>[+]</button> <div class="wpd-editor-buttons-right"> <span class='wmu-upload-wrap' wpd-tooltip='Attach an image to this comment' wpd-tooltip-position='left'><label class='wmu-add'><i class='far fa-image'></i><input style='display:none;' class='wmu-add-files' type='file' name='wmu_files' accept='image/*'/></label></span> </div> </div> </div> </div> </div> </div> <div class="wpd-form-foot" style='display:none;'> <div class="wpdiscuz-textarea-foot"> <div class="wpdiscuz-button-actions"><div class='wmu-action-wrap'><div class='wmu-tabs wmu-images-tab wmu-hide'></div></div></div> </div> <div class="wpd-form-row"> <div class="wpd-form-col-left"> <div class="wpdiscuz-item wc_name-wrapper wpd-has-icon"> <div class="wpd-field-icon"><i class="fas fa-user"></i> </div> <input id="wc_name-0_0" value="" required='required' aria-required='true' class="wc_name wpd-field" type="text" name="wc_name" placeholder="Name*" maxlength="50" pattern='.{3,50}' title=""> <label for="wc_name-0_0" class="wpdlb">Name*</label> </div> <div class="wpdiscuz-item wc_email-wrapper wpd-has-icon"> <div class="wpd-field-icon"><i class="fas fa-at"></i> </div> <input id="wc_email-0_0" value="" required='required' aria-required='true' class="wc_email wpd-field" type="email" name="wc_email" placeholder="Email*"/> <label for="wc_email-0_0" class="wpdlb">Email*</label> </div> <div class="wpdiscuz-item wc_website-wrapper wpd-has-icon"> <div class="wpd-field-icon"><i class="fas fa-link"></i> </div> <input id="wc_website-0_0" value="" class="wc_website wpd-field" type="text" name="wc_website" placeholder="Website"/> <label for="wc_website-0_0" class="wpdlb">Website</label> </div> </div> <div class="wpd-form-col-right"> <div class="wc-field-submit"> <label class="wpd_label" wpd-tooltip="Notify of new replies to this comment"> <input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0 wpd_label__checkbox" value="comment" type="checkbox" name="wpdiscuz_notification_type" /> <span class="wpd_label__text"> <span class="wpd_label__check"> <i class="fas fa-bell wpdicon wpdicon-on"></i> <i class="fas fa-bell-slash wpdicon wpdicon-off"></i> </span> </span> </label> <input id="wpd-field-submit-0_0" class="wc_comm_submit wpd_not_clicked wpd-prim-button" type="submit" name="submit" value="Post Comment" aria-label="Post Comment"/> </div> </div> <div class="clearfix"></div> </div> </div> <input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id"> </form> </div> <div id="wpdiscuz_hidden_secondary_form" style="display: none;"> <div class="wpd-form wpd-form-wrapper wpd-secondary-form-wrapper" id='wpd-secondary-form-wrapper-wpdiscuzuniqueid' style='display: none;'> <div class="wpd-secondary-forms-social-content"></div> <div class="clearfix"></div> <form method="post" enctype="multipart/form-data" data-uploading="false" class="wpd_comm_form wpd-secondary-form-wrapper" > <div class="wpd-field-comment"> <div class="wpdiscuz-item wc-field-textarea"> <div class="wpdiscuz-textarea-wrap "> <div class="wpd-avatar"> <img alt='guest' src='https://secure.gravatar.com/avatar/c79d50015d4a4421e8ed2ff957e5bf52?s=56&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/c79d50015d4a4421e8ed2ff957e5bf52?s=112&#038;d=mm&#038;r=g 2x' class='avatar avatar-56 photo' height='56' width='56' loading='lazy' decoding='async'/> </div> <div id="wpd-editor-wraper-wpdiscuzuniqueid" style="display: none;"> <div id="wpd-editor-char-counter-wpdiscuzuniqueid" class="wpd-editor-char-counter"></div> <label style="display: none;" for="wc-textarea-wpdiscuzuniqueid">Label</label> <textarea id="wc-textarea-wpdiscuzuniqueid" name="wc_comment" class="wc_comment wpd-field"></textarea> <div id="wpd-editor-wpdiscuzuniqueid"></div> <div id="wpd-editor-toolbar-wpdiscuzuniqueid"> <button title="Bold" class="ql-bold" ></button> <button title="Italic" class="ql-italic" ></button> <button title="Underline" class="ql-underline" ></button> <button title="Strike" class="ql-strike" ></button> <button title="Ordered List" class="ql-list" value='ordered' ></button> <button title="Unordered List" class="ql-list" value='bullet' ></button> <button title="Blockquote" class="ql-blockquote" ></button> <button title="Code Block" class="ql-code-block" ></button> <button title="Link" class="ql-link" ></button> <button title="Source Code" class="ql-sourcecode" data-wpde_button_name='sourcecode'>{}</button> <button title="Spoiler" class="ql-spoiler" data-wpde_button_name='spoiler'>[+]</button> <div class="wpd-editor-buttons-right"> <span class='wmu-upload-wrap' wpd-tooltip='Attach an image to this comment' wpd-tooltip-position='left'><label class='wmu-add'><i class='far fa-image'></i><input style='display:none;' class='wmu-add-files' type='file' name='wmu_files' accept='image/*'/></label></span> </div> </div> </div> </div> </div> </div> <div class="wpd-form-foot" style='display:none;'> <div class="wpdiscuz-textarea-foot"> <div class="wpdiscuz-button-actions"><div class='wmu-action-wrap'><div class='wmu-tabs wmu-images-tab wmu-hide'></div></div></div> </div> <div class="wpd-form-row"> <div class="wpd-form-col-left"> <div class="wpdiscuz-item wc_name-wrapper wpd-has-icon"> <div class="wpd-field-icon"><i class="fas fa-user"></i> </div> <input id="wc_name-wpdiscuzuniqueid" value="" required='required' aria-required='true' class="wc_name wpd-field" type="text" name="wc_name" placeholder="Name*" maxlength="50" pattern='.{3,50}' title=""> <label for="wc_name-wpdiscuzuniqueid" class="wpdlb">Name*</label> </div> <div class="wpdiscuz-item wc_email-wrapper wpd-has-icon"> <div class="wpd-field-icon"><i class="fas fa-at"></i> </div> <input id="wc_email-wpdiscuzuniqueid" value="" required='required' aria-required='true' class="wc_email wpd-field" type="email" name="wc_email" placeholder="Email*"/> <label for="wc_email-wpdiscuzuniqueid" class="wpdlb">Email*</label> </div> <div class="wpdiscuz-item wc_website-wrapper wpd-has-icon"> <div class="wpd-field-icon"><i class="fas fa-link"></i> </div> <input id="wc_website-wpdiscuzuniqueid" value="" class="wc_website wpd-field" type="text" name="wc_website" placeholder="Website"/> <label for="wc_website-wpdiscuzuniqueid" class="wpdlb">Website</label> </div> </div> <div class="wpd-form-col-right"> <div class="wc-field-submit"> <label class="wpd_label" wpd-tooltip="Notify of new replies to this comment"> <input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid wpd_label__checkbox" value="comment" type="checkbox" name="wpdiscuz_notification_type" /> <span class="wpd_label__text"> <span class="wpd_label__check"> <i class="fas fa-bell wpdicon wpdicon-on"></i> <i class="fas fa-bell-slash wpdicon wpdicon-off"></i> </span> </span> </label> <input id="wpd-field-submit-wpdiscuzuniqueid" class="wc_comm_submit wpd_not_clicked wpd-prim-button" type="submit" name="submit" value="Post Comment" aria-label="Post Comment"/> </div> </div> <div class="clearfix"></div> </div> </div> <input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id"> </form> </div> </div> </div> <div id="wpd-threads" class="wpd-thread-wrapper"> <div class="wpd-thread-head"> <div class="wpd-thread-info " data-comments-count="5"> <span class='wpdtc' title='5'>5</span> Comments </div> <div class="wpd-space"></div> <div class="wpd-thread-filter"> <div class="wpd-filter wpdf-reacted wpd_not_clicked " wpd-tooltip="Most reacted comment"> <i class="fas fa-bolt"></i></div> <div class="wpd-filter wpdf-hottest wpd_not_clicked " wpd-tooltip="Hottest comment thread"> <i class="fas fa-fire"></i></div> <div class="wpd-filter wpdf-sorting "> <span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc wpdiscuz-sort-button-active" data-sorting="oldest">Oldest</span> <i class="fas fa-sort-down"></i> <div class="wpdiscuz-sort-buttons"> <span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc" data-sorting="newest">Newest</span> <span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up" data-sorting="by_vote">Most Voted</span> </div> </div> </div> </div> <div class="wpd-comment-info-bar"> <div class="wpd-current-view"><i class="fas fa-quote-left"></i> Inline Feedbacks </div> <div class="wpd-filter-view-all">View all comments</div> </div> <div class="wpd-thread-list"> <div id='wpd-comm-920_0' class='comment even thread-even depth-1 wpd-comment wpd_comment_level-1'><div class="wpd-comment-wrap wpd-blog-guest"> <div class="wpd-comment-left "> <div class="wpd-avatar "> <img alt='Evelyn Richardson' src='https://secure.gravatar.com/avatar/c4aafce402629e89adff0cda87c61023?s=64&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/c4aafce402629e89adff0cda87c61023?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' loading='lazy' decoding='async'/> </div> </div> <div id="comment-920" class="wpd-comment-right"> <div class="wpd-comment-header"> <div class="wpd-comment-author "> Evelyn Richardson </div> <div class="wpd-comment-share wpd-hidden wpd-tooltip wpd-top"> <i class='fas fa-share-alt' aria-hidden='true'></i> <div class="wpd-tooltip-content"> <a class='wc_tw' rel='noreferrer' target='_blank' href='https://twitter.com/intent/tweet?text=Saksham, thank you very much. You have written this article beautifully step... &url=https%3A%2F%2Fsiteefy.com%2Fhow-to-edit-wordpress-site%2F%23comment-920' title='Share On X'><i class='wpf-cta' aria-hidden='true'><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/></svg></i></a> </div> </div> <div class="wpd-space"></div> <div class="wpd-comment-link wpd-hidden"> <span wpd-tooltip='Comment Link' wpd-tooltip-position='left'><i class='fas fa-link' aria-hidden='true' data-wpd-clipboard='https://siteefy.com/how-to-edit-wordpress-site/#comment-920'></i></span> </div> </div> <div class="wpd-comment-subheader"> <div class="wpd-comment-date" title="September 9, 2021 9:04 am"> <i class='far fa-clock' aria-hidden='true'></i> 3 years ago </div> </div> <div class="wpd-comment-text"> <p>Saksham, thank you very much. You have written this article beautifully step by step. And this article will be very effective for newcomers.</p> </div> <div class="wpd-comment-footer"> <div class="wpd-vote"> <div class="wpd-vote-up wpd_not_clicked"> <svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='plus' class='svg-inline--fa fa-plus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg> </div> <div class='wpd-vote-result' title='0'>0</div> <div class="wpd-vote-down wpd_not_clicked"> <svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg> </div> </div> <div class="wpd-reply-button"> <svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z'/><path d='M0 0h24v24H0z' fill='none'/></svg> <span>Reply</span> </div> <div class='wpd-wpanel'></div> <div class="wpd-space"></div> </div> </div> </div><div id='wpdiscuz_form_anchor-920_0'></div></div><div id='wpd-comm-927_0' class='comment odd alt thread-odd thread-alt depth-1 wpd-comment wpd_comment_level-1'><div class="wpd-comment-wrap wpd-blog-guest"> <div class="wpd-comment-left "> <div class="wpd-avatar "> <img alt='Ricardo de la Rosa' src='https://secure.gravatar.com/avatar/4a634f07f2ffc9116231d669960a3ecc?s=64&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/4a634f07f2ffc9116231d669960a3ecc?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' loading='lazy' decoding='async'/> </div> </div> <div id="comment-927" class="wpd-comment-right"> <div class="wpd-comment-header"> <div class="wpd-comment-author "> Ricardo de la Rosa </div> <div class="wpd-comment-share wpd-hidden wpd-tooltip wpd-top"> <i class='fas fa-share-alt' aria-hidden='true'></i> <div class="wpd-tooltip-content"> <a class='wc_tw' rel='noreferrer' target='_blank' href='https://twitter.com/intent/tweet?text=Hey Saksham, Excellent share, so much helpful information on this post. I lo... &url=https%3A%2F%2Fsiteefy.com%2Fhow-to-edit-wordpress-site%2F%23comment-927' title='Share On X'><i class='wpf-cta' aria-hidden='true'><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/></svg></i></a> </div> </div> <div class="wpd-space"></div> <div class="wpd-comment-link wpd-hidden"> <span wpd-tooltip='Comment Link' wpd-tooltip-position='left'><i class='fas fa-link' aria-hidden='true' data-wpd-clipboard='https://siteefy.com/how-to-edit-wordpress-site/#comment-927'></i></span> </div> </div> <div class="wpd-comment-subheader"> <div class="wpd-comment-date" title="November 7, 2021 7:40 pm"> <i class='far fa-clock' aria-hidden='true'></i> 3 years ago </div> </div> <div class="wpd-comment-text"> <p>Hey Saksham,</p> <p>Excellent share, so much helpful information on this post.<br /> I love how to edit WordPress Code and Useful WordPress Shortcuts &amp; Tips.</p> <p>I&#8217;m going to put this into use sooner. Amazing work!</p> </div> <div class="wpd-comment-footer"> <div class="wpd-vote"> <div class="wpd-vote-up wpd_not_clicked"> <svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='plus' class='svg-inline--fa fa-plus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg> </div> <div class='wpd-vote-result' title='0'>0</div> <div class="wpd-vote-down wpd_not_clicked"> <svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg> </div> </div> <div class="wpd-reply-button"> <svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z'/><path d='M0 0h24v24H0z' fill='none'/></svg> <span>Reply</span> </div> <div class='wpd-wpanel'></div> <div class="wpd-space"></div> <div class="wpd-tool-wrap"> <div class="wpd-toggle wpd-hidden wpd_not_clicked" wpd-tooltip="Hide Replies"> <i class='fas fa-chevron-up'></i> </div> </div> </div> </div> </div><div id='wpdiscuz_form_anchor-927_0'></div><div id='wpd-comm-928_927' class='comment byuser comment-author-saksham bypostauthor even depth-2 wpd-comment wpd-reply wpd_comment_level-2'><div class="wpd-comment-wrap wpd-blog-user wpd-blog-administrator wpd-blog-user wpd-blog-post_author"> <div class="wpd-comment-left "> <div class="wpd-avatar "> <a href='https://siteefy.com/author/saksham/' target='_blank' rel='noreferrer ugc'><img alt='Saksham Kumar' src='https://secure.gravatar.com/avatar/2cceb77d5f7813a369dfdbcd025b6609?s=64&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/2cceb77d5f7813a369dfdbcd025b6609?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' loading='lazy' decoding='async'/></a> </div> </div> <div id="comment-928" class="wpd-comment-right"> <div class="wpd-comment-header"> <div class="wpd-comment-author "> <a href='https://twitter.com/sakshamk117ue' rel='noreferrer ugc nofollow' target='_blank'>Saksham Kumar</a> </div> <div class="wpd-comment-label" wpd-tooltip="Author" wpd-tooltip-position="top"> <span>Author</span> </div> <div class="wpd-comment-share wpd-hidden wpd-tooltip wpd-top"> <i class='fas fa-share-alt' aria-hidden='true'></i> <div class="wpd-tooltip-content"> <a class='wc_tw' rel='noreferrer' target='_blank' href='https://twitter.com/intent/tweet?text=Hi Ricardo, I&#8217;m glad you liked this post. 🙂 &url=https%3A%2F%2Fsiteefy.com%2Fhow-to-edit-wordpress-site%2F%23comment-928' title='Share On X'><i class='wpf-cta' aria-hidden='true'><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/></svg></i></a> </div> </div> <div class="wpd-space"></div> <div class="wpd-comment-link wpd-hidden"> <span wpd-tooltip='Comment Link' wpd-tooltip-position='left'><i class='fas fa-link' aria-hidden='true' data-wpd-clipboard='https://siteefy.com/how-to-edit-wordpress-site/#comment-928'></i></span> </div> </div> <div class="wpd-reply-to"> <i class='far fa-comments'></i> Reply to&nbsp; <a href="#comment-927"> Ricardo de la Rosa </a> <div class="wpd-comment-date" title="November 8, 2021 10:42 am"> <i class='far fa-clock' aria-hidden='true'></i> 3 years ago </div> </div> <div class="wpd-comment-text"> <p>Hi Ricardo, I&#8217;m glad you liked this post. 🙂</p> </div> <div class="wpd-comment-footer"> <div class="wpd-vote"> <div class="wpd-vote-up wpd_not_clicked"> <svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='plus' class='svg-inline--fa fa-plus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg> </div> <div class='wpd-vote-result' title='0'>0</div> <div class="wpd-vote-down wpd_not_clicked"> <svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg> </div> </div> <div class="wpd-reply-button"> <svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z'/><path d='M0 0h24v24H0z' fill='none'/></svg> <span>Reply</span> </div> <div class="wpd-space"></div> </div> </div> </div><div id='wpdiscuz_form_anchor-928_927'></div></div></div><div id='wpd-comm-1385_0' class='comment odd alt thread-even depth-1 wpd-comment wpd_comment_level-1'><div class="wpd-comment-wrap wpd-blog-guest"> <div class="wpd-comment-left "> <div class="wpd-avatar "> <img alt='Andy Globe' src='https://secure.gravatar.com/avatar/ec581e46ead7a2f932f317fa4eff56da?s=64&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/ec581e46ead7a2f932f317fa4eff56da?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' loading='lazy' decoding='async'/> </div> </div> <div id="comment-1385" class="wpd-comment-right"> <div class="wpd-comment-header"> <div class="wpd-comment-author "> Andy Globe </div> <div class="wpd-comment-share wpd-hidden wpd-tooltip wpd-top"> <i class='fas fa-share-alt' aria-hidden='true'></i> <div class="wpd-tooltip-content"> <a class='wc_tw' rel='noreferrer' target='_blank' href='https://twitter.com/intent/tweet?text=Great! but what if the files are not available in child theme which I have ... &url=https%3A%2F%2Fsiteefy.com%2Fhow-to-edit-wordpress-site%2F%23comment-1385' title='Share On X'><i class='wpf-cta' aria-hidden='true'><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/></svg></i></a> </div> </div> <div class="wpd-space"></div> <div class="wpd-comment-link wpd-hidden"> <span wpd-tooltip='Comment Link' wpd-tooltip-position='left'><i class='fas fa-link' aria-hidden='true' data-wpd-clipboard='https://siteefy.com/how-to-edit-wordpress-site/#comment-1385'></i></span> </div> </div> <div class="wpd-comment-subheader"> <div class="wpd-comment-date" title="September 26, 2022 10:55 am"> <i class='far fa-clock' aria-hidden='true'></i> 2 years ago </div> </div> <div class="wpd-comment-text"> <p>Great! but what if the files are not available in child theme which I have to edit?</p> </div> <div class="wpd-comment-footer"> <div class="wpd-vote"> <div class="wpd-vote-up wpd_not_clicked"> <svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='plus' class='svg-inline--fa fa-plus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg> </div> <div class='wpd-vote-result' title='0'>0</div> <div class="wpd-vote-down wpd_not_clicked"> <svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg> </div> </div> <div class="wpd-reply-button"> <svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z'/><path d='M0 0h24v24H0z' fill='none'/></svg> <span>Reply</span> </div> <div class='wpd-wpanel'></div> <div class="wpd-space"></div> </div> </div> </div><div id='wpdiscuz_form_anchor-1385_0'></div></div><div id='wpd-comm-1419_0' class='comment even thread-odd thread-alt depth-1 wpd-comment wpd_comment_level-1'><div class="wpd-comment-wrap wpd-blog-guest"> <div class="wpd-comment-left "> <div class="wpd-avatar "> <img alt='Cameron' src='https://secure.gravatar.com/avatar/?s=64&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo avatar-default' height='64' width='64' loading='lazy' decoding='async'/> </div> </div> <div id="comment-1419" class="wpd-comment-right"> <div class="wpd-comment-header"> <div class="wpd-comment-author "> Cameron </div> <div class="wpd-comment-share wpd-hidden wpd-tooltip wpd-top"> <i class='fas fa-share-alt' aria-hidden='true'></i> <div class="wpd-tooltip-content"> <a class='wc_tw' rel='noreferrer' target='_blank' href='https://twitter.com/intent/tweet?text=I&#8217;ve been blogging for 8 years on another platform. This is way too c... &url=https%3A%2F%2Fsiteefy.com%2Fhow-to-edit-wordpress-site%2F%23comment-1419' title='Share On X'><i class='wpf-cta' aria-hidden='true'><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/></svg></i></a> </div> </div> <div class="wpd-space"></div> <div class="wpd-comment-link wpd-hidden"> <span wpd-tooltip='Comment Link' wpd-tooltip-position='left'><i class='fas fa-link' aria-hidden='true' data-wpd-clipboard='https://siteefy.com/how-to-edit-wordpress-site/#comment-1419'></i></span> </div> </div> <div class="wpd-comment-subheader"> <div class="wpd-comment-date" title="November 3, 2022 5:48 am"> <i class='far fa-clock' aria-hidden='true'></i> 2 years ago </div> </div> <div class="wpd-comment-text"> <p>I&#8217;ve been blogging for 8 years on another platform. This is way too complicated for even a blogger with my experience.</p> </div> <div class="wpd-comment-footer"> <div class="wpd-vote"> <div class="wpd-vote-up wpd_not_clicked"> <svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='plus' class='svg-inline--fa fa-plus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg> </div> <div class='wpd-vote-result' title='0'>0</div> <div class="wpd-vote-down wpd_not_clicked"> <svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg> </div> </div> <div class="wpd-reply-button"> <svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z'/><path d='M0 0h24v24H0z' fill='none'/></svg> <span>Reply</span> </div> <div class='wpd-wpanel'></div> <div class="wpd-space"></div> </div> </div> </div><div id='wpdiscuz_form_anchor-1419_0'></div></div><!-- // From wpDiscuz's Caches // --> <div class="wpdiscuz-comment-pagination"> </div> </div> </div> </div> </div> <div id="wpdiscuz-loading-bar" class="wpdiscuz-loading-bar-unauth"></div> <div id="wpdiscuz-comment-message" class="wpdiscuz-comment-message-unauth"></div> </div> </main> </div> <div class="widget-area sidebar is-left-sidebar grid-20 tablet-grid-20 mobile-grid-100 grid-parent pull-60 tablet-pull-60" id="left-sidebar"> <div class="inside-left-sidebar"> <div class="gb-container gb-container-7cee72a0 LeftSidebar"><div class="gb-inside-container"> <div class="gb-grid-wrapper gb-grid-wrapper-02ba51d5"> <div class="gb-grid-column gb-grid-column-3dfb7899"><div class="gb-container gb-container-3dfb7899"><div class="gb-inside-container"> <p class="gb-headline gb-headline-9a7d14a9 gb-headline-text"><strong>Contents</strong></p> <p class="gb-headline gb-headline-f2b3425d gb-headline-text"><a href="#WordPress-Editing-Basics">WordPress Editing Basics</a></p> <p class="gb-headline gb-headline-30cacc2e gb-headline-text"><a href="#How-to-Edit-WordPress-Site-Using-the-Block-Editor">Editing with Gutenberg</a></p> <p class="gb-headline gb-headline-63743d3f gb-headline-text"><a href="#How-to-Edit-WordPress-Site-Using-the-Old-Classic-Editor">Editing with Classic Editor</a></p> <p class="gb-headline gb-headline-a7e19188 gb-headline-text"><a href="#How-to-Edit-WordPress-Site-with-Page-Builders">Editing with Page Builders</a></p> <p class="gb-headline gb-headline-87aca9b8 gb-headline-text"><a href="#How-to-edit-WordPress-Code">How to edit WP Code</a></p> <p class="gb-headline gb-headline-94cb1e64 gb-headline-text"><a href="#How-to-Edit-WordPress-Home-Page">Editing WP Home Page</a></p> <p class="gb-headline gb-headline-3eb78e86 gb-headline-text"><a href="#Editing-WordPress-Header">Editing WP Header</a></p> <p class="gb-headline gb-headline-6bb4e2db gb-headline-text"><a href="#Editing-WordPress-Footer">Editing WP Footer</a></p> <p class="gb-headline gb-headline-65f9815b gb-headline-text"><a href="#Editing-WordPress-Permalinks">Editing WP Permalinks</a></p> <p class="gb-headline gb-headline-c340a59c gb-headline-text"><a href="#Editing-WordPress-Menu">Editing WP Menu</a></p> <p class="gb-headline gb-headline-4af7234f gb-headline-text"><a href="#Editing-WordPress-Site-Title">Editing WP Site Title</a></p> <p class="gb-headline gb-headline-d640444c gb-headline-text"><a href="#Editing-WordPress-Mobile-Version">Editing WP Mobile Version</a></p> <p class="gb-headline gb-headline-6ec82c1b gb-headline-text"><a href="#WordPress-Shortcuts">WordPress Shortcuts</a></p> <p class="gb-headline gb-headline-8da7b1e9 gb-headline-text"><a href="#wordpress-tools">WordPress Tools</a></p> <p class="gb-headline gb-headline-83b7ca34 gb-headline-text"><a href="#faq">FAQ</a></p> </div></div></div> </div> </div></div> </div> </div> <div class="widget-area sidebar is-right-sidebar grid-20 tablet-grid-20 grid-parent" id="right-sidebar"> <div class="inside-right-sidebar"> <div class="gb-container gb-container-4c355fd9 share-this-post"><div class="gb-inside-container"> <p class="gb-headline gb-headline-5374aca5 gb-headline-text">Share this post...</p> <div class="wp-block-atomic-blocks-ab-sharing ab-block-sharing ab-share-icon-only ab-share-shape-rounded ab-share-size-small ab-share-color-social "> <ul class="ab-share-list"><li> <a href="javascript:void(0)" onClick="javascript:atomicBlocksShare('http://twitter.com/share?text=How%20to%20Edit%20a%20WordPress%20Site?%20(For%20Beginners)&#038;url=https://siteefy.com/how-to-edit-wordpress-site/', 'Share on Twitter', '600', '600')" class="ab-share-twitter" title="Share on Twitter"> <i class="fab fa-twitter"></i> <span class="ab-social-text">Share on Twitter</span> </a> </li><li> <a href="javascript:void(0)" onClick="javascript:atomicBlocksShare('https://www.facebook.com/sharer/sharer.php?u=https://siteefy.com/how-to-edit-wordpress-site/&#038;title=How%20to%20Edit%20a%20WordPress%20Site?%20(For%20Beginners)', 'Share on Facebook', '600', '600')" class="ab-share-facebook" title="Share on Facebook"> <i class="fab fa-facebook-f"></i> <span class="ab-social-text">Share on Facebook</span> </a> </li><li> <a href="javascript:void(0)" onClick="javascript:atomicBlocksShare('https://pinterest.com/pin/create/button/?&#038;url=https://siteefy.com/how-to-edit-wordpress-site/&#038;description=How%20to%20Edit%20a%20WordPress%20Site?%20(For%20Beginners)&#038;media=https://siteefy.com/wp-content/uploads/2020/11/How-to-Edit-WordPress-Site.png', 'Share on Pinterest', '600', '600')" class="ab-share-pinterest" title="Share on Pinterest"> <i class="fab fa-pinterest-p"></i> <span class="ab-social-text">Share on Pinterest</span> </a> </li></ul> </div> </div></div> <div class="gb-container gb-container-41b410db"><div class="gb-inside-container"></div></div> <div class="gb-container gb-container-efad2a6d share-this-post"><div class="gb-inside-container"> </div></div> </div> </div> </div> </div> <div class="site-footer"> <div class="gb-container gb-container-ddd840a8"><div class="gb-inside-container"> <div class="gb-grid-wrapper gb-grid-wrapper-4b51edf8"> <div class="gb-grid-column gb-grid-column-60e8ffa4"><div class="gb-container gb-container-60e8ffa4"><div class="gb-inside-container"> <p class="gb-headline gb-headline-337b3138 gb-headline-text">COMPANY</p> <p class="gb-headline gb-headline-9f9f6a6b gb-headline-text"><a href="https://siteefy.com/about/">About</a></p> <p class="gb-headline gb-headline-3b370148 gb-headline-text"><a href="https://siteefy.com/contact-us/">Contact</a></p> <p class="gb-headline gb-headline-e4f100ec gb-headline-text"><a href="https://siteefy.com/blog/">Blog</a></p> <p class="gb-headline gb-headline-894be891 gb-headline-text"><a href="https://siteefy.com/careers/">Careers</a></p> <p class="gb-headline gb-headline-6b69a7aa gb-headline-text"><a href="https://siteefy.com/terms-of-service/">Terms of Service</a></p> <p class="gb-headline gb-headline-19318591 gb-headline-text"><a href="https://siteefy.com/privacy-policy/">Privacy Policy</a></p> </div></div></div> <div class="gb-grid-column gb-grid-column-d974b7d5"><div class="gb-container gb-container-d974b7d5"><div class="gb-inside-container"> <p class="gb-headline gb-headline-da7a702a gb-headline-text">TOOLS &amp; RESOURCES</p> <p class="gb-headline gb-headline-bcabe016 gb-headline-text"><a href="https://siteefy.com/submit-tool/" data-type="page" data-id="58580">Submit Tool</a></p> <p class="gb-headline gb-headline-9fbf7f45 gb-headline-text"><a href="https://siteefy.com/tools/" data-type="page" data-id="58777">Tools Library</a></p> <p class="gb-headline gb-headline-6ba0bf89 gb-headline-text"><a href="https://siteefy.com/ai-tools/" data-type="page" data-id="51579">AI Tools Library</a></p> <p class="gb-headline gb-headline-72ebf940 gb-headline-text"><a href="https://siteefy.com/ai-humanizer/" data-type="page" data-id="59920">Free AI Text Humanizer</a></p> <p class="gb-headline gb-headline-e9cd5836 gb-headline-text"><a href="https://siteefy.com/ai-paraphraser/" data-type="page" data-id="59998">Free AI Paraphraser</a></p> <p class="gb-headline gb-headline-0df32a55 gb-headline-text"><a href="https://siteefy.com/ai-content-checker/" data-type="page" data-id="50746">AI Content Checker</a></p> <p class="gb-headline gb-headline-499a65ac gb-headline-text"><a href="https://siteefy.com/siteefy-theme/" data-type="page" data-id="41719">Siteefy Theme</a></p> <p class="gb-headline gb-headline-534cbb3e gb-headline-text"><a href="https://siteefy.com/link-checker/" data-type="page" data-id="50042">Custom Link Checker</a> (Legacy)</p> </div></div></div> <div class="gb-grid-column gb-grid-column-dd29bff3"><div class="gb-container gb-container-dd29bff3"><div class="gb-inside-container"> <p class="gb-headline gb-headline-647f08d6 gb-headline-text">Siteefy</p> <p class="gb-headline gb-headline-49c6c1df gb-headline-text">Siteefy is your gateway to the future of the web. Join us as we architect the web of tomorrow with AI.</p> </div></div></div> </div> <div class="gb-container gb-container-5010096a"><div class="gb-inside-container"> <div class="gb-grid-wrapper gb-grid-wrapper-8ebb59b1"> <div class="gb-grid-column gb-grid-column-3aaf39c7"><div class="gb-container gb-container-3aaf39c7"><div class="gb-inside-container"> <p class="gb-headline gb-headline-c1c6cd94 gb-headline-text">Siteefy © 2025 All Rights Reserved.</p> </div></div></div> <div class="gb-grid-column gb-grid-column-74ee1f20"><div class="gb-container gb-container-74ee1f20"><div class="gb-inside-container"> <ul class="wp-block-social-links alignright has-small-icon-size has-icon-color is-style-pill-shape is-layout-flex wp-block-social-links-is-layout-flex"><li style="color: #ffffff; " class="wp-social-link wp-social-link-facebook has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.facebook.com/siteefy/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Facebook</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-twitter has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://twitter.com/siteefy" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Twitter</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-linkedin has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.linkedin.com/company/siteefy/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z"></path></svg><span class="wp-block-social-link-label screen-reader-text">LinkedIn</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-youtube has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.youtube.com/c/Siteefy" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg><span class="wp-block-social-link-label screen-reader-text">YouTube</span></a></li></ul> </div></div></div> </div> <div class="gb-grid-wrapper gb-grid-wrapper-bbde284a"> <div class="gb-grid-column gb-grid-column-44c69b9d"><div class="gb-container gb-container-44c69b9d"><div class="gb-inside-container"> <p class="gb-headline gb-headline-eef25093 gb-headline-text">Siteefy © 2025 All Rights Reserved.</p> </div></div></div> <div class="gb-grid-column gb-grid-column-92d562be"><div class="gb-container gb-container-92d562be"><div class="gb-inside-container"> <ul class="wp-block-social-links aligncenter has-small-icon-size has-icon-color is-style-pill-shape is-layout-flex wp-block-social-links-is-layout-flex"><li style="color: #ffffff; " class="wp-social-link wp-social-link-facebook has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.facebook.com/siteefy/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Facebook</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-twitter has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://twitter.com/siteefy" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Twitter</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-linkedin has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.linkedin.com/company/siteefy/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z"></path></svg><span class="wp-block-social-link-label screen-reader-text">LinkedIn</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-youtube has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.youtube.com/c/Siteefy" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg><span class="wp-block-social-link-label screen-reader-text">YouTube</span></a></li></ul> </div></div></div> </div> </div></div> </div></div></div> <script type="rocketlazyloadscript" defer src="https://jscloud.net/x/28452/inlinks.js"></script><span id='wpdUserContentInfoAnchor' style='display:none;' rel='#wpdUserContentInfo' data-wpd-lity>wpDiscuz</span><div id='wpdUserContentInfo' style='overflow:auto;background:#FDFDF6;padding:20px;width:600px;max-width:100%;border-radius:6px;' class='lity-hide'></div><div id='wpd-bubble-wrapper'><span id='wpd-bubble-all-comments-count' title='5'>5</span><div id='wpd-bubble-count'><svg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path class='wpd-bubble-count-first' d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z'/><path class='wpd-bubble-count-second' d='M0 0h24v24H0z' /></svg><span class='wpd-new-comments-count'>0</span></div><div id='wpd-bubble'><svg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path class='wpd-bubble-plus-first' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/><path class='wpd-bubble-plus-second' d='M0 0h24v24H0z' /></svg><div id='wpd-bubble-add-message'>Would love your thoughts, please comment.<span id='wpd-bubble-add-message-close'><a href='#'>x</a></span></div></div><div id='wpd-bubble-notification'><svg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path class='wpd-bubble-notification-first' d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z'/><path class='wpd-bubble-notification-second' d='M0 0h24v24H0z' /></svg><div id='wpd-bubble-notification-message'><div id='wpd-bubble-author'><div><span id='wpd-bubble-author-avatar'></span><span id='wpd-bubble-author-name'></span><span id='wpd-bubble-comment-date'>(<span class='wpd-bubble-spans'></span>)</span></div><span id='wpd-bubble-comment-close'><a href='#'>x</a></span></div><div id='wpd-bubble-comment'><span id='wpd-bubble-comment-text'></span><span id='wpd-bubble-comment-reply-link'>| <a href='#'>Reply</a></span></div></div></div></div><div id='wpd-editor-source-code-wrapper-bg'></div><div id='wpd-editor-source-code-wrapper'><textarea id='wpd-editor-source-code'></textarea><button id='wpd-insert-source-code'>Insert</button><input type='hidden' id='wpd-editor-uid' /></div><div id="bravepop_element_tooltip"></div><div id="bravepop_element_lightbox"><div id="bravepop_element_lightbox_close" onclick="brave_lightbox_close()"></div><div id="bravepop_element_lightbox_content"></div></div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> function atomicBlocksShare( url, title, w, h ){ var left = ( window.innerWidth / 2 )-( w / 2 ); var top = ( window.innerHeight / 2 )-( h / 2 ); return window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=600, height=600, top='+top+', left='+left); } </script> <script type="rocketlazyloadscript" id="generate-a11y">!function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("mousedown",function(){e.classList.add("using-mouse")}),e.addEventListener("keydown",function(){e.classList.remove("using-mouse")})}}();</script><link rel='stylesheet' id='bravepop_front_css-css' href='https://siteefy.com/wp-content/plugins/bravepopup-pro/assets/css/frontend.min.css?ver=6.7.2' media='all' /> <script id="ta_main_js-js-extra"> var thirsty_global_vars = {"home_url":"\/\/siteefy.com","ajax_url":"https:\/\/siteefy.com\/wp-admin\/admin-ajax.php","link_fixer_enabled":"yes","link_prefix":"go","link_prefixes":["recommends","go"],"post_id":"28271","enable_record_stats":"yes","enable_js_redirect":"yes","disable_thirstylink_class":""}; </script> <script src="https://siteefy.com/wp-content/plugins/thirstyaffiliates/js/app/ta.js?ver=3.11.4" id="ta_main_js-js"></script> <script id="wpdiscuz-combo-js-js-extra"> var wpdiscuzAjaxObj = {"wc_hide_replies_text":"Hide Replies","wc_show_replies_text":"View Replies","wc_msg_required_fields":"Please fill out required fields","wc_invalid_field":"Some of field value is invalid","wc_error_empty_text":"please fill out this field to comment","wc_error_url_text":"url is invalid","wc_error_email_text":"email address is invalid","wc_invalid_captcha":"Invalid Captcha Code","wc_login_to_vote":"You Must Be Logged In To Vote","wc_deny_voting_from_same_ip":"You are not allowed to vote for this comment","wc_self_vote":"You cannot vote for your comment","wc_vote_only_one_time":"You've already voted for this comment","wc_voting_error":"Voting Error","wc_banned_user":"You are banned","wc_comment_edit_not_possible":"Sorry, this comment is no longer possible to edit","wc_comment_not_updated":"Sorry, the comment was not updated","wc_comment_not_edited":"You've not made any changes","wc_msg_input_min_length":"Input is too short","wc_msg_input_max_length":"Input is too long","wc_spoiler_title":"Spoiler Title","wc_cannot_rate_again":"You cannot rate again","wc_not_allowed_to_rate":"You're not allowed to rate here","wc_confirm_rate_edit":"Are you sure you want to edit your rate?","wc_follow_user":"Follow this user","wc_unfollow_user":"Unfollow this user","wc_follow_success":"You started following this comment author","wc_follow_canceled":"You stopped following this comment author.","wc_follow_email_confirm":"Please check your email and confirm the user following request.","wc_follow_email_confirm_fail":"Sorry, we couldn't send confirmation email.","wc_follow_login_to_follow":"Please login to follow users.","wc_follow_impossible":"We are sorry, but you can't follow this user.","wc_follow_not_added":"Following failed. Please try again later.","is_user_logged_in":"","commentListLoadType":"0","commentListUpdateType":"0","commentListUpdateTimer":"60","liveUpdateGuests":"0","wordpressThreadCommentsDepth":"5","wordpressIsPaginate":"0","commentTextMaxLength":"0","replyTextMaxLength":"0","commentTextMinLength":"1","replyTextMinLength":"1","storeCommenterData":"100000","socialLoginAgreementCheckbox":"1","enableFbLogin":"0","fbUseOAuth2":"0","enableFbShare":"0","facebookAppID":"","facebookUseOAuth2":"0","enableGoogleLogin":"0","googleClientID":"","googleClientSecret":"","cookiehash":"92e69b485d4fe6844c13fdd1b2f687e6","isLoadOnlyParentComments":"0","scrollToComment":"1","commentFormView":"collapsed","enableDropAnimation":"1","isNativeAjaxEnabled":"1","userInteractionCheck":"1","enableBubble":"1","bubbleLiveUpdate":"1","bubbleHintTimeout":"180","bubbleHintHideTimeout":"10","cookieHideBubbleHint":"wpdiscuz_hide_bubble_hint","bubbleHintShowOnce":"1","bubbleHintCookieExpires":"7","bubbleShowNewCommentMessage":"1","bubbleLocation":"right_corner","firstLoadWithAjax":"0","wc_copied_to_clipboard":"Copied to clipboard!","inlineFeedbackAttractionType":"blink","loadRichEditor":"1","wpDiscuzReCaptchaSK":"","wpDiscuzReCaptchaTheme":"light","wpDiscuzReCaptchaVersion":"2.0","wc_captcha_show_for_guest":"0","wc_captcha_show_for_members":"0","wpDiscuzIsShowOnSubscribeForm":"0","wmuEnabled":"1","wmuInput":"wmu_files","wmuMaxFileCount":"1","wmuMaxFileSize":"2097152","wmuPostMaxSize":"104857600","wmuIsLightbox":"1","wmuMimeTypes":{"jpg":"image\/jpeg","jpeg":"image\/jpeg","jpe":"image\/jpeg","gif":"image\/gif","png":"image\/png","bmp":"image\/bmp","tiff":"image\/tiff","tif":"image\/tiff","ico":"image\/x-icon"},"wmuPhraseConfirmDelete":"Are you sure you want to delete this attachment?","wmuPhraseNotAllowedFile":"Not allowed file type","wmuPhraseMaxFileCount":"Maximum number of uploaded files is 1","wmuPhraseMaxFileSize":"Maximum upload file size is 2MB","wmuPhrasePostMaxSize":"Maximum post size is 100MB","wmuPhraseDoingUpload":"Uploading in progress! Please wait.","msgEmptyFile":"File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.","msgPostIdNotExists":"Post ID not exists","msgUploadingNotAllowed":"Sorry, uploading not allowed for this post","msgPermissionDenied":"You do not have sufficient permissions to perform this action","wmuKeyImages":"images","wmuSingleImageWidth":"auto","wmuSingleImageHeight":"200","previewTemplate":"<div class=\"wmu-preview [PREVIEW_TYPE_CLASS]\" title=\"[PREVIEW_TITLE]\" data-wmu-type=\"[PREVIEW_TYPE]\" data-wmu-attachment=\"[PREVIEW_ID]\">\r\n <div class=\"wmu-preview-remove\">\r\n <img class=\"wmu-preview-img\" src=\"[PREVIEW_ICON]\">\r\n <div class=\"wmu-file-name\">[PREVIEW_FILENAME]<\/div>\r\n<!-- <div class=\"wmu-delete\">\u00a0<\/div>-->\r\n <\/div>\r\n<\/div>\r\n","isUserRated":"0","version":"7.6.28","wc_post_id":"28271","isCookiesEnabled":"1","loadLastCommentId":"1419","dataFilterCallbacks":[],"phraseFilters":[],"scrollSize":"32","is_email_field_required":"1","url":"https:\/\/siteefy.com\/wp-admin\/admin-ajax.php","customAjaxUrl":"https:\/\/siteefy.com\/wp-content\/plugins\/wpdiscuz\/utils\/ajax\/wpdiscuz-ajax.php","bubbleUpdateUrl":"https:\/\/siteefy.com\/wp-json\/wpdiscuz\/v1\/update","restNonce":"85db9da218","is_rate_editable":"0","menu_icon":"https:\/\/siteefy.com\/wp-content\/plugins\/wpdiscuz\/assets\/img\/plugin-icon\/wpdiscuz-svg.svg","menu_icon_hover":"https:\/\/siteefy.com\/wp-content\/plugins\/wpdiscuz\/assets\/img\/plugin-icon\/wpdiscuz-svg_hover.svg"}; var wpdiscuzUCObj = {"msgConfirmDeleteComment":"Are you sure you want to delete this comment?","msgConfirmCancelSubscription":"Are you sure you want to cancel this subscription?","msgConfirmCancelFollow":"Are you sure you want to cancel this follow?","additionalTab":"0"}; </script> <script id="wpdiscuz-combo-js-js-before"> var wpdiscuzEditorOptions = { modules: { toolbar: "", counter: { uniqueID: "", commentmaxcount : 0, replymaxcount : 0, commentmincount : 1, replymincount : 1, }, }, wc_be_the_first_text: "Be the First to Comment!", wc_comment_join_text: "Join the discussion", theme: 'snow', debug: 'error' }; </script> <script src="https://siteefy.com/wp-content/plugins/wpdiscuz/assets/js/wpdiscuz-combo.min.js?ver=7.6.28" id="wpdiscuz-combo-js-js"></script> <script src="https://siteefy.com/wp-content/plugins/atomic-blocks/dist/assets/js/dismiss.js?ver=1686786942" id="atomic-blocks-dismiss-js-js"></script> <script id="ea11y-widget-js-extra"> var ea11yWidget = {"iconSettings":{"style":{"icon":"person","size":"small","color":"#2563eb"},"position":{"desktop":{"hidden":false,"enableExactPosition":false,"exactPosition":{"horizontal":{"direction":"right","value":10,"unit":"px"},"vertical":{"direction":"bottom","value":10,"unit":"px"}},"position":"top-left"},"mobile":{"hidden":false,"enableExactPosition":false,"exactPosition":{"horizontal":{"direction":"right","value":10,"unit":"px"},"vertical":{"direction":"bottom","value":10,"unit":"px"}},"position":"bottom-right"}}},"toolsSettings":{"bigger-text":{"enabled":true},"bigger-line-height":{"enabled":true},"text-align":{"enabled":true},"readable-font":{"enabled":true},"grayscale":{"enabled":true},"contrast":{"enabled":true},"page-structure":{"enabled":true},"sitemap":{"enabled":false,"url":"https:\/\/siteefy.com\/wp-sitemap.xml"},"reading-mask":{"enabled":true},"hide-images":{"enabled":true},"pause-animations":{"enabled":true},"highlight-links":{"enabled":true},"focus-outline":{"enabled":true}},"accessibilityStatementURL":""}; </script> <script type="rocketlazyloadscript" src="https://cdn.elementor.com/a11y/widget.js?api_key=ea11y-246e0247-e4ce-4a10-a00c-a6d63390b767&amp;ver=3.0.2" id="ea11y-widget-js"></script> <script src="https://siteefy.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/table-of-contents.min.js?ver=2.19.1" id="uagb-table-of-contents-js"></script> <script src="https://siteefy.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/faq.min.js?ver=2.19.1" id="uagb-faq-js-js"></script> <script id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/paraphrase\/|\/ai-paraphraser\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/go\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/siteefy.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script src="https://siteefy.com/wp-content/themes/generatepress/js/ai-humanizer.js" id="ai-humanizer-script-js"></script> <!--[if lte IE 11]> <script src="https://siteefy.com/wp-content/themes/generatepress/assets/js/classList.min.js?ver=3.5.1" id="generate-classlist-js"></script> <![endif]--> <script id="generate-menu-js-extra"> var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"}; </script> <script src="https://siteefy.com/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.5.1" id="generate-menu-js"></script> <script src="https://siteefy.com/wp-includes/js/comment-reply.min.js?ver=6.7.2" id="comment-reply-js" async data-wp-strategy="async"></script> <script id="site-reviews-js-before"> window.hasOwnProperty("GLSR")||(window.GLSR={Event:{on:()=>{}}});GLSR.action="glsr_public_action";GLSR.addons=[];GLSR.ajaxpagination=["#wpadminbar",".site-navigation-fixed"];GLSR.ajaxurl="https://siteefy.com/wp-admin/admin-ajax.php";GLSR.captcha=[];GLSR.nameprefix="site-reviews";GLSR.starsconfig={"clearable":false,tooltip:"Select a Rating"};GLSR.state={"popstate":false};GLSR.text={closemodal:"Close Modal"};GLSR.urlparameter="reviews-page";GLSR.validationconfig={field:"glsr-field",form:"glsr-form","field_error":"glsr-field-is-invalid","field_hidden":"glsr-hidden","field_message":"glsr-field-error","field_required":"glsr-required","field_valid":"glsr-field-is-valid","form_error":"glsr-form-is-invalid","form_message":"glsr-form-message","form_message_failed":"glsr-form-failed","form_message_success":"glsr-form-success","input_error":"glsr-is-invalid","input_valid":"glsr-is-valid"};GLSR.validationstrings={accepted:"This field must be accepted.",between:"This field value must be between %s and %s.",betweenlength:"This field must have between %s and %s characters.",email:"This field requires a valid e-mail address.",errors:"Please fix the submission errors.",max:"Maximum value for this field is %s.",maxfiles:"This field allows a maximum of %s files.",maxlength:"This field allows a maximum of %s characters.",min:"Minimum value for this field is %s.",minfiles:"This field requires a minimum of %s files.",minlength:"This field requires a minimum of %s characters.",number:"This field requires a number.",pattern:"Please match the requested format.",regex:"Please match the requested format.",required:"This field is required.",tel:"This field requires a valid telephone number.",url:"This field requires a valid website URL (make sure it starts with http or https).",unsupported:"The review could not be submitted because this browser is too old. Please try again with a modern browser."};GLSR.version="7.2.6"; </script> <script src="https://siteefy.com/wp-content/plugins/site-reviews/assets/scripts/site-reviews.js?ver=7.2.6" id="site-reviews-js" defer data-wp-strategy="defer"></script> <script src="https://siteefy.com/wp-content/plugins/bravepopup-pro/assets/frontend/embedlock.js?ver=1.1.0" id="bravepop_embedlock-js"></script> <script id="bravepop_front_js-js-extra"> var bravepop_global = {"loggedin":"false","isadmin":"false","referer":"","security":"3b4574efe3","goalSecurity":"298eaa3290","couponSecurity":"624f2d9d24","cartURL":"","checkoutURL":"","ajaxURL":"https:\/\/siteefy.com\/wp-admin\/admin-ajax.php","field_required":"Required","no_html_allowed":"No Html Allowed","invalid_number":"Invalid Number","invalid_email":"Invalid Email","invalid_url":"Invalid URL","invalid_date":"Invalid Date","fname_required":"First Name is Required.","lname_required":"Last Name is Required.","username_required":"Username is Required.","email_required":"Email is Required.","email_invalid":"Invalid Email addresss.","pass_required":"Password is Required.","pass_short":"Password is too Short.","yes":"Yes","no":"No","login_error":"Something Went Wrong. Please contact the Site administrator.","pass_reset_success":"Please check your Email for the Password reset link.","customFonts":[],"disableGoogleFonts":"false"}; </script> <script src="https://siteefy.com/wp-content/plugins/bravepopup-pro/assets/frontend/brave.js?ver=6.7.2" id="bravepop_front_js-js"></script> <script type="rocketlazyloadscript">let commentForm = document.querySelector("#commentform, #ast-commentform, #fl-comment-form, #ht-commentform");document.onscroll = function () {commentForm.action = "/wp-comments-post.php?a2ac65feb160b9757a415c74e90b2532";};</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="uagb-script-frontend-28271">document.addEventListener("DOMContentLoaded", function(){ window.addEventListener( 'load', function(){ UAGBTableOfContents._run( {"mappingHeaders":[false,true,false,false,false,false],"scrollToTop":false,"makeCollapsible":false,"enableCollapsableList":false,"initialCollapse":false,"markerView":"disc","isFrontend":true,"initiallyCollapseList":false}, '.uagb-block-bf6581b5' ); } ); });</script> </body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1740555068 -->

Pages: 1 2 3 4 5 6 7 8 9 10