301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: ht4wp.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-US" data-skin="light" prefix="og: https://ogp.me/ns#"> <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> <link rel="profile" href="http://gmpg.org/xfn/11"/> <meta http-equiv='x-dns-prefetch-control' content='on'> <link rel='dns-prefetch' href="//cdnjs.cloudflare.com/"/> <link rel='dns-prefetch' href="//ajax.googleapis.com/"/> <link rel='dns-prefetch' href="//fonts.googleapis.com/"/> <link rel='dns-prefetch' href="//fonts.gstatic.com/"/> <link rel='dns-prefetch' href="//s.gravatar.com/"/> <link rel='dns-prefetch' href="//www.google-analytics.com/"/> <link rel='preload' as='image' href="wp-content/uploads/2022/04/logo-ht4wp.jpg"> <link rel='preload' as='image' href="wp-content/uploads/2022/05/1652911125_WordPress-One-million-WordPress-sites-victims-of-a-data-leak-780x470.jpg"> <link rel='preload' as='image' href="wp-content/uploads/2022/05/1652909095_WordPress-60-Decouvrez-ce-qui-vous-attend-780x470.jpg"> <link rel='preload' as='image' href="wp-content/uploads/2022/05/1652910831_Flaws-in-PHP-Everywhere-Affect-Thousands-of-WordPress-Sites-780x470.jpg"> <link rel='preload' as='image' href="wp-content/uploads/2022/05/Why-should-I-use-WordPress-for-my-website-780x470.jpg"> <link rel='preload' as='image' href="wp-content/uploads/2022/05/Full-Site-Editing-FSE-Gutenberg-lavenir-de-WordPress-780x470.jpg"> <link rel='preload' as='image' href="wp-content/uploads/2022/05/90-of-hacked-CMS-are-WordPress-sites.jpg"> <link rel='preload' as='font' href="wp-content/themes/jannah/assets/fonts/tielabs-fonticon/tielabs-fonticon.woff" type='font/woff' crossorigin='anonymous'/> <link rel='preload' as='font' href="wp-content/themes/jannah/assets/fonts/fontawesome/fa-solid-900.woff2" type='font/woff2' crossorigin='anonymous'/> <link rel='preload' as='font' href="wp-content/themes/jannah/assets/fonts/fontawesome/fa-brands-400.woff2" type='font/woff2' crossorigin='anonymous'/> <link rel='preload' as='font' href="wp-content/themes/jannah/assets/fonts/fontawesome/fa-regular-400.woff2" type='font/woff2' crossorigin='anonymous'/> <style id='tie-critical-css' type='text/css'>html{-ms-touch-action:manipulation;touch-action:manipulation;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:600}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}figure{margin:1em 0}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit}optgroup{font-weight:bold}button,input,select{overflow:visible}button,input,select,textarea{margin:0}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}[disabled]{cursor:default}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}*{padding:0;margin:0;list-style:none;border:0;outline:none;box-sizing:border-box}*:before,*:after{box-sizing:border-box}body{background:#F7F7F7;color:#2c2f34;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;font-size:13px;line-height:21px}h1,h2,h3,h4,h5,h6,.the-subtitle{line-height:1.4;font-weight:600}h1{font-size:41px;font-weight:700}h2{font-size:27px}h3{font-size:23px}h4,.the-subtitle{font-size:17px}h5{font-size:13px}h6{font-size:12px}a{color:#333;text-decoration:none;transition:0.15s}a:hover{color:#08f}img,object,embed{max-width:100%;height:auto}iframe{max-width:100%}p{line-height:21px}.says,.screen-reader-text,.comment-form-comment label{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.stream-title{margin-bottom:3px;font-size:11px;color:#a5a5a5;display:block}.stream-item{text-align:center;position:relative;z-index:2;margin:20px 0;padding:0}.stream-item iframe{margin:0 auto}.stream-item img{max-width:100%;width:auto;height:auto;margin:0 auto;display:inline-block;vertical-align:middle}.stream-item.stream-item-above-header{margin:0}.stream-item.stream-item-between .post-item-inner{width:100%;display:block}.post-layout-8.is-header-layout-1.has-header-ad .entry-header-outer,body.post-layout-8.has-header-below-ad .entry-header-outer{padding-top:0}.stream-item-top-wrapper ~ .stream-item-below-header,.is-header-layout-1.has-header-ad.post-layout-6 .featured-area,.has-header-below-ad.post-layout-6 .featured-area{margin-top:0}.has-header-below-ad .fullwidth-entry-title.container-wrapper,.is-header-layout-1.has-header-ad .fullwidth-entry-title,.is-header-layout-1.has-header-ad .is-first-section,.has-header-below-ad .is-first-section{padding-top:0;margin-top:0}@media (max-width: 991px){body:not(.is-header-layout-1).has-header-below-ad.has-header-ad .top-nav-below .has-breaking-news{margin-bottom:20px}.has-header-ad .fullwidth-entry-title.container-wrapper,.has-header-ad.has-header-below-ad .stream-item-below-header,.single.has-header-ad:not(.has-header-below-ad) #content,.page.has-header-ad:not(.has-header-below-ad) #content{margin-top:0}.has-header-ad .is-first-section{padding-top:0}.has-header-ad:not(.has-header-below-ad) .buddypress-header-outer{margin-bottom:15px}}.has-full-width-logo .stream-item-top-wrapper,.header-layout-2 .stream-item-top-wrapper{width:100%;max-width:100%;float:none;clear:both}@media (min-width: 992px){.header-layout-2.has-normal-width-logo .stream-item-top-wrapper{margin-top:0}}.header-layout-3.no-stream-item .logo-container{width:100%;float:none}@media (min-width: 992px){.header-layout-3.has-normal-width-logo .stream-item-top img{float:right}}@media (max-width: 991px){.header-layout-3.has-normal-width-logo .stream-item-top{clear:both}}#background-ad-cover{top:0;left:0;z-index:0;overflow:hidden;width:100%;height:100%;position:fixed}@media (max-width: 768px){.hide_banner_header .stream-item-above-header,.hide_banner_top .stream-item-top-wrapper,.hide_banner_below_header .stream-item-below-header,.hide_banner_bottom .stream-item-above-footer,.hide_banner_above .stream-item-above-post,.hide_banner_above_content .stream-item-above-post-content,.hide_banner_below_content .stream-item-below-post-content,.hide_banner_below .stream-item-below-post,.hide_banner_comments .stream-item-below-post-comments,.hide_breaking_news #top-nav,.hide_sidebars .sidebar,.hide_footer #footer-widgets-container,.hide_copyright #site-info,.hide_breadcrumbs #breadcrumb,.hide_share_post_top .share-buttons-top,.hide_share_post_bottom .share-buttons-bottom,.hide_post_newsletter #post-newsletter,.hide_related #related-posts,.hide_read_next #read-next-block,.hide_post_authorbio .post-components .about-author,.hide_post_nav .prev-next-post-nav,.hide_back_top_button #go-to-top,.hide_read_more_buttons .more-link,.hide_inline_related_posts #inline-related-post{display:none !important}}.tie-icon:before,[class^="tie-icon-"],[class*=" tie-icon-"]{font-family:'tiefonticon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}body.tie-no-js a.remove,body.tie-no-js .tooltip,body.tie-no-js .woocommerce-message,body.tie-no-js .woocommerce-error,body.tie-no-js .woocommerce-info,body.tie-no-js .bbp-template-notice,body.tie-no-js .indicator-hint,body.tie-no-js .menu-counter-bubble-outer,body.tie-no-js .notifications-total-outer,body.tie-no-js .comp-sub-menu,body.tie-no-js .menu-sub-content{display:none !important}body.tie-no-js .fa,body.tie-no-js .fas,body.tie-no-js .far,body.tie-no-js .fab,body.tie-no-js .tie-icon:before,body.tie-no-js [class^="tie-icon-"],body.tie-no-js [class*=" tie-icon-"],body.tie-no-js .weather-icon{visibility:hidden !important}body.tie-no-js [class^="tie-icon-"]:before,body.tie-no-js [class*=" tie-icon-"]:before{content:"\f105"}.tie-popup,#autocomplete-suggestions{display:none}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after{content:"";display:table;clear:both}@media (min-width: 768px){.container{width:100%}}@media (min-width: 1200px){.container{max-width:1200px}}.tie-row{margin-left:-15px;margin-right:-15px}.tie-row:after{content:"";display:table;clear:both}.tie-col-xs-1,.tie-col-sm-1,.tie-col-md-1,.tie-col-xs-2,.tie-col-sm-2,.tie-col-md-2,.tie-col-xs-3,.tie-col-sm-3,.tie-col-md-3,.tie-col-xs-4,.tie-col-sm-4,.tie-col-md-4,.tie-col-xs-5,.tie-col-sm-5,.tie-col-md-5,.tie-col-xs-6,.tie-col-sm-6,.tie-col-md-6,.tie-col-xs-7,.tie-col-sm-7,.tie-col-md-7,.tie-col-xs-8,.tie-col-sm-8,.tie-col-md-8,.tie-col-xs-9,.tie-col-sm-9,.tie-col-md-9,.tie-col-xs-10,.tie-col-sm-10,.tie-col-md-10,.tie-col-xs-11,.tie-col-sm-11,.tie-col-md-11,.tie-col-xs-12,.tie-col-sm-12,.tie-col-md-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.tie-col-xs-1,.tie-col-xs-2,.tie-col-xs-3,.tie-col-xs-4,.tie-col-xs-5,.tie-col-xs-6,.tie-col-xs-7,.tie-col-xs-8,.tie-col-xs-9,.tie-col-xs-10,.tie-col-xs-11,.tie-col-xs-12{float:left}.tie-col-xs-1{width:8.33333%}.tie-col-xs-2{width:16.66667%}.tie-col-xs-3{width:25%}.tie-col-xs-4{width:33.33333%}.tie-col-xs-5{width:41.66667%}.tie-col-xs-6{width:50%}.tie-col-xs-7{width:58.33333%}.tie-col-xs-8{width:66.66667%}.tie-col-xs-9{width:75%}.tie-col-xs-10{width:83.33333%}.tie-col-xs-11{width:91.66667%}.tie-col-xs-12{width:100%}@media (min-width: 768px){.tie-col-sm-1,.tie-col-sm-2,.tie-col-sm-3,.tie-col-sm-4,.tie-col-sm-5,.tie-col-sm-6,.tie-col-sm-7,.tie-col-sm-8,.tie-col-sm-9,.tie-col-sm-10,.tie-col-sm-11,.tie-col-sm-12{float:left}.tie-col-sm-1{width:8.33333%}.tie-col-sm-2{width:16.66667%}.tie-col-sm-3{width:25%}.tie-col-sm-4{width:33.33333%}.tie-col-sm-5{width:41.66667%}.tie-col-sm-6{width:50%}.tie-col-sm-7{width:58.33333%}.tie-col-sm-8{width:66.66667%}.tie-col-sm-9{width:75%}.tie-col-sm-10{width:83.33333%}.tie-col-sm-11{width:91.66667%}.tie-col-sm-12{width:100%}}@media (min-width: 992px){.tie-col-md-1,.tie-col-md-2,.tie-col-md-3,.tie-col-md-4,.tie-col-md-5,.tie-col-md-6,.tie-col-md-7,.tie-col-md-8,.tie-col-md-9,.tie-col-md-10,.tie-col-md-11,.tie-col-md-12{float:left}.tie-col-md-1{width:8.33333%}.tie-col-md-2{width:16.66667%}.tie-col-md-3{width:25%}.tie-col-md-4{width:33.33333%}.tie-col-md-5{width:41.66667%}.tie-col-md-6{width:50%}.tie-col-md-7{width:58.33333%}.tie-col-md-8{width:66.66667%}.tie-col-md-9{width:75%}.tie-col-md-10{width:83.33333%}.tie-col-md-11{width:91.66667%}.tie-col-md-12{width:100%}}.tie-alignleft{float:left}.tie-alignright{float:right}.tie-aligncenter{clear:both;margin-left:auto;margin-right:auto}.fullwidth{width:100% !important}.alignleft{float:left;margin:0.375em 1.75em 1em 0}.alignright{float:right;margin:0.375em 0 1em 1.75em}.aligncenter{clear:both;display:block;margin:0 auto 1.75em;text-align:center;margin-left:auto;margin-right:auto;margin-top:6px;margin-bottom:6px}@media (max-width: 767px){.entry .alignright,.entry .alignright img,.entry .alignleft,.entry .alignleft img{float:none;clear:both;display:block;margin:0 auto 1.75em}}.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.tie-container,#tie-wrapper{height:100%;min-height:650px}.tie-container{position:relative;overflow:hidden}#tie-wrapper{background:#ffffff;position:relative;z-index:108;height:100%;margin:0 auto}.container-wrapper{background:#ffffff;border:1px solid rgba(0,0,0,0.1);border-radius:2px;padding:30px}#content{margin-top:30px}@media (max-width: 991px){#content{margin-top:15px}}.site-content{-ms-word-wrap:break-word;word-wrap:break-word}.boxed-layout #tie-wrapper,.boxed-layout .fixed-nav{max-width:1230px}.boxed-layout.wrapper-has-shadow #tie-wrapper{box-shadow:0 1px 7px rgba(171,171,171,0.5)}@media (min-width: 992px){.boxed-layout #main-nav.fixed-nav,.boxed-layout #tie-wrapper{width:95%}}@media (min-width: 992px){.framed-layout #tie-wrapper{margin-top:25px;margin-bottom:25px}}@media (min-width: 992px){.border-layout #tie-container{margin:25px}.border-layout:after,.border-layout:before{background:inherit;content:"";display:block;height:25px;left:0;bottom:0;position:fixed;width:100%;z-index:110}.border-layout:before{top:0;bottom:auto}.border-layout.admin-bar:before{top:32px}.border-layout #main-nav.fixed-nav{left:25px;right:25px;width:calc(100% - 50px)}}.theme-header{background:#ffffff;position:relative;z-index:999}.theme-header:after{content:"";display:table;clear:both}.theme-header.has-shadow{box-shadow:0 0 10px 5px rgba(0,0,0,0.1)}.theme-header.top-nav-below .top-nav{z-index:8}.is-stretch-header .container{max-width:100%}.logo-row{position:relative}#logo{margin-top:40px;margin-bottom:40px;display:block;float:left}#logo img{vertical-align:middle}#logo img[src*='.svg']{width:100% !important}@-moz-document url-prefix(){#logo img[src*='.svg']{height:100px}}#logo a{display:inline-block}#logo .h1-off{position:absolute;top:-9000px;left:-9000px}#logo.text-logo a{color:#08f}#logo.text-logo a:hover{color:#006dcc;opacity:0.8}#tie-logo-inverted,#tie-sticky-logo-inverted{display:none}.tie-skin-inverted #tie-sticky-logo-inverted,.tie-skin-inverted #tie-logo-inverted{display:block}.tie-skin-inverted #tie-sticky-logo-default,.tie-skin-inverted #tie-logo-default{display:none}.logo-text{font-size:50px;line-height:50px;font-weight:bold}@media (max-width: 670px){.logo-text{font-size:30px}}.has-full-width-logo.is-stretch-header .logo-container{padding:0}.has-full-width-logo #logo{margin:0}.has-full-width-logo #logo a,.has-full-width-logo #logo img{width:100%;height:auto;display:block}.has-full-width-logo #logo,.header-layout-2 #logo{float:none;text-align:center}.has-full-width-logo #logo img,.header-layout-2 #logo img{margin-right:auto;margin-left:auto}.has-full-width-logo .logo-container,.header-layout-2 .logo-container{width:100%;float:none}@media (max-width: 991px){#theme-header.has-normal-width-logo #logo{margin:14px 0 !important;text-align:left;line-height:1}#theme-header.has-normal-width-logo #logo img{width:auto;height:auto;max-width:190px}}@media (max-width: 479px){#theme-header.has-normal-width-logo #logo img{max-width:160px;max-height:60px !important}}@media (max-width: 991px){#theme-header.mobile-header-default:not(.header-layout-1) #logo,#theme-header.mobile-header-default.header-layout-1 .header-layout-1-logo{-webkit-flex-grow:10;-ms-flex-positive:10;flex-grow:10}#theme-header.mobile-header-centered.header-layout-1 .header-layout-1-logo{width:auto !important}#theme-header.mobile-header-centered #logo{float:none;text-align:center}}.components{float:right}.components>li{position:relative;float:right;list-style:none}.components>li.social-icons-item{margin:0}.components>li>a{display:block;position:relative;width:30px;text-align:center;line-height:inherit;font-size:16px}.components>li>a:hover,.components>li:hover>a{z-index:2}.components .avatar{border-radius:100%;position:relative;top:4px;max-width:20px}.components a.follow-btn{width:auto;padding-left:15px;padding-right:15px;overflow:hidden}.components .follow-btn .tie-icon-plus{font-size:13px}.components .follow-btn .follow-text{font-size:12px;margin-left:8px;display:block;float:right}.components .search-bar{width:auto;border:solid rgba(0,0,0,0.1);border-width:0 1px;margin-left:10px}.components #search{position:relative;background:transparent}.components #search-input{border:0;margin-bottom:0;line-height:inherit;width:100%;background:transparent;padding:0 25px 0 10px;border-radius:0;box-sizing:border-box;font-size:inherit}.components #search-input:hover{background:rgba(0,0,0,0.03)}.components #search-input:focus{background:rgba(0,0,0,0.03);box-shadow:none}.components #search-submit{position:absolute;right:0;top:0;width:40px;line-height:inherit;color:#777777;background:transparent;font-size:15px;padding:0;transition:color 0.15s}.components #search-submit:hover{color:#08f}#search-submit .tie-icon-spinner{color:#555;cursor:default;-webkit-animation:tie-spin 3s infinite linear;animation:tie-spin 3s infinite linear}.top-nav-boxed .components li:first-child.weather-menu-item,.main-nav-boxed .components li:first-child.weather-menu-item,.components .search-bar+.weather-menu-item{padding-right:10px}.popup-login-icon.has-title a{width:auto;padding:0 8px}.popup-login-icon.has-title span{line-height:unset;float:left}.popup-login-icon.has-title .login-title{position:relative;font-size:13px;padding-left:4px}.weather-menu-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-right:5px;overflow:hidden}.weather-menu-item:after{content:'t';visibility:hidden;width:0}.weather-menu-item .weather-wrap{padding:0;overflow:inherit;line-height:23px}.weather-menu-item .weather-forecast-day{display:block;float:left;width:auto;padding:0 5px;line-height:initial}.weather-menu-item .weather-forecast-day .weather-icon{font-size:26px;margin-bottom:0}.weather-menu-item .city-data{float:left;display:block;font-size:12px}.weather-menu-item .weather-current-temp{font-size:16px;font-weight:400}.weather-menu-item .weather-current-temp sup{font-size:9px;top:-2px}.weather-menu-item .theme-notice{padding:0 10px}.components .tie-weather-widget{color:#2c2f34}.main-nav-dark .main-nav .tie-weather-widget{color:#ffffff}.top-nav-dark .top-nav .tie-weather-widget{color:#ccc}.components .icon-basecloud-bg:after{color:#ffffff}.main-nav-dark .main-nav .icon-basecloud-bg:after{color:#1f2024}.top-nav-dark .top-nav .icon-basecloud-bg:after{color:#27292d}.header-layout-1 #menu-components-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width: 991px){.header-layout-1 #main-nav [class*="tie-col-md"]{float:left;width:auto}}.header-layout-1 .main-menu-wrapper{display:table;width:100%}.header-layout-1 #logo{line-height:1;float:left;margin-top:20px;margin-bottom:20px}.header-layout-1 .header-layout-1-logo{display:table-cell;vertical-align:middle;float:none}.header-layout-1 #main-nav .components .search-bar{border:none}.header-layout-1 #main-nav .components #search-input{border:1px solid rgba(0,0,0,0.1);line-height:initial;padding-top:10px;padding-bottom:10px}.header-layout-1.main-nav-dark #main-nav .components #search-input{border-color:rgba(255,255,255,0.07)}.header-layout-2 #menu-components-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header-layout-4 #menu-components-wrap{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px}.header-layout-4 #menu-components-wrap .main-menu-wrap{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.is-header-bg-extended #theme-header,.is-header-bg-extended #theme-header.header-layout-1 #main-nav:not(.fixed-nav){background:transparent !important;display:inline-block !important;width:100% !important;box-shadow:none !important;transition:background 0.3s}.is-header-bg-extended #theme-header:before,.is-header-bg-extended #theme-header.header-layout-1 #main-nav:not(.fixed-nav):before{content:"";position:absolute;width:100%;left:0;right:0;top:0;height:150px;background-image:linear-gradient(to top, transparent, rgba(0,0,0,0.5))}@media (max-width: 991px){.is-header-bg-extended #tie-wrapper #theme-header .logo-container:not(.fixed-nav){background:transparent;box-shadow:none;transition:background 0.3s}}.is-header-bg-extended .has-background .is-first-section{margin-top:-350px !important}.is-header-bg-extended .has-background .is-first-section>*{padding-top:350px !important}.rainbow-line{height:3px;width:100%;position:relative;z-index:2;background-image:linear-gradient(to right, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%)}@media (max-width: 991px){.logo-container,.header-layout-1 .main-menu-wrapper{border-width:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.mobile-header-components{display:none;z-index:10;height:30px;line-height:30px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.mobile-header-components .components{float:none;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-justify-content:stretch;-ms-flex-pack:stretch;justify-content:stretch}.mobile-header-components .components li.custom-menu-link{display:inline-block;float:none}.mobile-header-components .components li.custom-menu-link>a{width:20px;padding-bottom:15px}.mobile-header-components .components li.custom-menu-link>a .menu-counter-bubble{right:calc(50% - 10px);bottom:-10px}.header-layout-1.main-nav-dark .mobile-header-components .components li.custom-menu-link>a{color:#fff}.dark-skin .mobile-header-components .components a.button.guest-btn:not(:hover){background:#23262a;border-color:#23262a;color:#fff}.mobile-header-components .components .comp-sub-menu{padding:10px}.dark-skin .mobile-header-components .components .comp-sub-menu{background:#1f2024}.mobile-header-components [class^="tie-icon-"],.mobile-header-components [class*=" tie-icon-"]{font-size:18px;width:20px;height:20px;vertical-align:middle}.mobile-header-components .tie-mobile-menu-icon{font-size:20px}.mobile-header-components .tie-icon-grid-9,.mobile-header-components .tie-icon-grid-4{-webkit-transform:scale(1.75);-ms-transform:scale(1.75);transform:scale(1.75)}.mobile-header-components .nav-icon{display:inline-block;width:20px;height:2px;background-color:#2c2f34;position:relative;top:-4px;transition:background 0.4s ease}.mobile-header-components .nav-icon:before,.mobile-header-components .nav-icon:after{position:absolute;right:0;background-color:#2c2f34;content:'';display:block;width:100%;height:100%;transition:background 0.4s, right .2s ease, -webkit-transform 0.4s;transition:transform 0.4s, background 0.4s, right .2s ease;transition:transform 0.4s, background 0.4s, right .2s ease, -webkit-transform 0.4s;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.mobile-header-components .nav-icon:before{-webkit-transform:translateY(-7px);-ms-transform:translateY(-7px);transform:translateY(-7px)}.mobile-header-components .nav-icon:after{-webkit-transform:translateY(7px);-ms-transform:translateY(7px);transform:translateY(7px)}.mobile-header-components .nav-icon.is-layout-2:before,.mobile-header-components .nav-icon.is-layout-2:after{width:70%;right:15%}.mobile-header-components .nav-icon.is-layout-3:after{width:60%}.mobile-header-components .nav-icon.is-layout-4:after{width:60%;right:auto;left:0}.dark-skin .mobile-header-components .nav-icon,.dark-skin .mobile-header-components .nav-icon:before,.dark-skin .mobile-header-components .nav-icon:after,.main-nav-dark.header-layout-1 .mobile-header-components .nav-icon,.main-nav-dark.header-layout-1 .mobile-header-components .nav-icon:before,.main-nav-dark.header-layout-1 .mobile-header-components .nav-icon:after{background-color:#ffffff}.dark-skin .mobile-header-components .nav-icon .menu-text,.main-nav-dark.header-layout-1 .mobile-header-components .nav-icon .menu-text{color:#ffffff}.mobile-header-components .menu-text-wrapper{white-space:nowrap;width:auto !important}.mobile-header-components .menu-text{color:#2c2f34;line-height:30px;font-size:12px;padding:0 0 0 5px;display:inline-block;transition:color 0.4s}.dark-skin .mobile-header-components .menu-text,.main-nav-dark.header-layout-1 .mobile-header-components .menu-text{color:#ffffff}#mobile-header-components-area_1 .components li.custom-menu-link>a{margin-right:15px}#mobile-header-components-area_1 .comp-sub-menu{left:0;right:auto}#mobile-header-components-area_2 .components{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}#mobile-header-components-area_2 .components li.custom-menu-link>a{margin-left:15px}#mobile-menu-icon:hover .nav-icon,#mobile-menu-icon:hover .nav-icon:before,#mobile-menu-icon:hover .nav-icon:after{background-color:#08f}@media (max-width: 991px){.logo-container:before,.logo-container:after{height:1px}.mobile-components-row .logo-wrapper{height:auto !important}.mobile-components-row .logo-container,.mobile-components-row.header-layout-1 .main-menu-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mobile-components-row:not(.header-layout-1) #logo,.mobile-components-row.header-layout-1 .header-layout-1-logo{-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;-webkit-order:-1;-ms-flex-order:-1;order:-1}.mobile-components-row .mobile-header-components{padding:5px 0;height:45px}.mobile-components-row .mobile-header-components .components li.custom-menu-link>a{padding-bottom:0}#tie-body #mobile-container,.mobile-header-components{display:block}#slide-sidebar-widgets{display:none}}.top-nav{background-color:#ffffff;position:relative;z-index:10;line-height:35px;border:1px solid rgba(0,0,0,0.1);border-width:1px 0;color:#2c2f34}.main-nav-below.top-nav-above .top-nav{border-top-width:0}.top-nav a:not(.button):not(:hover){color:#2c2f34}.top-nav .components>li:hover>a{color:#08f}.topbar-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:35px}.top-nav.has-menu .topbar-wrapper,.top-nav.has-components .topbar-wrapper{display:block}.top-nav .tie-alignleft,.top-nav .tie-alignright{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;position:relative}.top-nav.has-breaking-news .tie-alignleft{-webkit-flex:1 0 100px;-ms-flex:1 0 100px;flex:1 0 100px}.top-nav.has-breaking-news .tie-alignright{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;z-index:1}.top-nav.has-date-components .tie-alignleft .components>li:first-child:not(.search-bar),.top-nav.has-date-components-menu .components>li:first-child:not(.search-bar),.top-nav-boxed .top-nav.has-components .components>li:first-child:not(.search-bar){border-width:0}@media (min-width: 992px){.header-layout-1.top-nav-below:not(.has-shadow) .top-nav{border-width:0 0 1px}}.topbar-today-date{float:left;padding-right:15px;font-size:12px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.topbar-today-date:before{font-size:13px;content:"\f017"}.top-menu .menu a{padding:0 10px}.top-menu .menu li:hover>a{color:#08f}.top-menu .menu ul{display:none;position:absolute;background:#ffffff}.top-menu .menu li:hover>ul{display:block}.top-menu .menu li{position:relative}.top-menu .menu ul.sub-menu a{width:180px;line-height:20px;padding:7px 15px}.tie-alignright .top-menu{float:right;border-width:0 1px}.top-menu .menu .tie-current-menu>a{color:#08f}@media (min-width: 992px){.top-nav-boxed .top-nav{background:transparent !important;border-width:0}.top-nav-boxed .topbar-today-date{padding:0 15px}.top-nav-boxed .top-nav{background:transparent;border-width:0}.top-nav-boxed .topbar-wrapper{background:#ffffff;border:1px solid rgba(0,0,0,0.1);border-width:0 1px 1px;width:100%}.top-nav-boxed.main-nav-above.top-nav-below:not(.header-layout-1) .topbar-wrapper{border-width:1px}.top-nav-boxed.has-shadow.top-nav-below .topbar-wrapper,.top-nav-boxed.has-shadow.top-nav-below-main-nav .topbar-wrapper{border-width:1px 1px 0 !important}.top-nav-boxed.main-nav-below.top-nav-below-main-nav .has-breaking-news .topbar-wrapper{border-left-width:0 !important}.top-nav-boxed .has-menu .topbar-wrapper,.top-nav-boxed .has-components .topbar-wrapper{border-width:0 1px 1px}.top-nav-boxed .tie-alignright .search-bar{border-right-width:0}.top-nav-boxed .tie-alignleft .search-bar{border-left-width:0}.top-nav-boxed .has-date-components .tie-alignleft .search-bar,.top-nav-boxed .has-date-components-menu .tie-alignleft .search-bar{border-left-width:1px}}.top-nav .tie-alignleft .components,.top-nav .tie-alignleft .components>li{float:left}.top-nav .tie-alignleft .comp-sub-menu{right:auto;left:-1px}.top-nav-dark .top-nav{background-color:#2c2e32;color:#ccc}.top-nav-dark .top-nav *{border-color:rgba(255,255,255,0.1)}.top-nav-dark .top-nav .breaking a{color:#ccc}.top-nav-dark .top-nav .breaking a:hover{color:#ffffff}.top-nav-dark .top-nav .components>li>a,.top-nav-dark .top-nav .components>li.social-icons-item .social-link:not(:hover) span{color:#ccc}.top-nav-dark .top-nav .components>li:hover>a{color:#ffffff}.top-nav-dark .top-nav .top-menu li a{color:#ccc;border-color:rgba(255,255,255,0.04)}.top-nav-dark .top-menu ul{background:#2c2e32}.top-nav-dark .top-menu li:hover>a{background:rgba(0,0,0,0.1);color:#08f}.top-nav-dark.top-nav-boxed .top-nav{background-color:transparent}.top-nav-dark.top-nav-boxed .topbar-wrapper{background-color:#2c2e32}.top-nav-dark.top-nav-boxed.top-nav-above.main-nav-below .topbar-wrapper{border-width:0}.top-nav-light #top-nav .weather-icon .icon-cloud,.top-nav-light #top-nav .weather-icon .icon-basecloud-bg,.top-nav-light #top-nav .weather-icon .icon-cloud-behind,.main-nav-light #main-nav .weather-icon .icon-cloud,.main-nav-light #main-nav .weather-icon .icon-basecloud-bg,.main-nav-light #main-nav .weather-icon .icon-cloud-behind{color:#d3d3d3}@media (max-width: 991px){.top-nav:not(.has-breaking-news),.topbar-today-date,.top-menu,.theme-header .components{display:none}}.breaking{display:none}.main-nav-wrapper{position:relative;z-index:4}.main-nav-below.top-nav-below-main-nav .main-nav-wrapper{z-index:9}.main-nav-above.top-nav-below .main-nav-wrapper{z-index:10}.main-nav{position:relative;border:1px solid rgba(0,0,0,0.1);border-width:1px 0}.main-menu-wrapper{border:0 solid rgba(0,0,0,0.1);position:relative}@media (min-width: 992px){.header-menu{float:left}.header-menu .menu li{display:block;float:left}.header-menu .menu a{display:block;position:relative}.header-menu .menu .sub-menu a{padding:8px 10px}.header-menu .menu a:hover,.header-menu .menu li:hover>a{z-index:2}.header-menu .menu ul{box-shadow:0 2px 5px rgba(0,0,0,0.1)}.header-menu .menu ul li{position:relative}.header-menu .menu ul a{border-width:0 0 1px;transition:0.15s}.header-menu .menu ul ul{top:0;left:100%}#main-nav{z-index:9;line-height:60px}.top-nav-below-main-nav #main-nav .main-menu>ul>li,.header-layout-1.top-nav-below #main-nav .main-menu>ul>li{border-bottom:0;margin-bottom:0}.main-menu .menu a{transition:0.15s}.main-menu .menu>li>a{padding:0 14px;font-size:13px;font-weight:600}.main-menu .menu>li>.menu-sub-content{border-top:2px solid #08f}.main-menu .menu>li.tie-current-menu{border-bottom:5px solid #08f;margin-bottom:-5px}.main-menu .menu>li.tie-current-menu>a:after{content:"";width:20px;height:2px;position:absolute;margin-top:17px;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background:#2c2f34;transition:0.3s}.main-menu .menu>li.is-icon-only>a{padding:0 20px;line-height:inherit}.main-menu .menu>li.is-icon-only>a:after,.main-menu .menu>li.is-icon-only>a:before{display:none}.main-menu .menu>li.is-icon-only>a .tie-menu-icon{font-size:160%;-webkit-transform:translateY(15%);-ms-transform:translateY(15%);transform:translateY(15%)}.main-menu .menu ul{line-height:20px;z-index:1}.main-menu .menu .sub-menu .tie-menu-icon,.main-menu .menu .mega-recent-featured-list .tie-menu-icon,.main-menu .menu .mega-link-column .tie-menu-icon,.main-menu .menu .mega-cat-more-links .tie-menu-icon{width:20px}.main-menu .menu-sub-content{display:none;padding:15px;width:230px;position:absolute;box-shadow:0 2px 2px rgba(0,0,0,0.15)}.main-menu .menu-sub-content a{width:200px}.main-menu .menu-sub-content .menu-item-has-children>a:before{right:5px}.main-menu ul li:hover>.menu-sub-content,.main-menu ul li[aria-expanded="true"]>ul,.main-menu ul li[aria-expanded="true"]>.mega-menu-block{display:block;z-index:1}nav.main-nav .menu>li.tie-current-menu>a,nav.main-nav .menu>li:hover>a{background-color:#08f;color:#fff}.header-layout-1 .main-menu-wrap .menu>li:only-child:not(.mega-menu){position:relative}.header-layout-1 .main-menu-wrap .menu>li:only-child>.menu-sub-content{right:0;left:auto}.header-layout-1 .main-menu-wrap .menu>li:only-child>.menu-sub-content ul{left:auto;right:100%}nav.main-nav .components>li:hover>a{color:#08f}.main-nav-dark .main-nav{background:#1f2024;border-width:0}.main-nav-dark .main-nav .search-bar{border-color:rgba(255,255,255,0.07)}.main-nav-dark .main-nav .components>li>a{color:#ffffff}.main-nav-dark .main-nav .components>li.social-icons-item .social-link:not(:hover) span{color:#ffffff}.main-nav-dark .main-nav.fixed-nav{background-color:rgba(31,32,36,0.95)}.main-nav-dark .main-menu .menu>li a{color:#ffffff}.main-nav-dark .main-menu .menu ul li:hover>a,.main-nav-dark .main-menu .menu ul li.current-menu-item:not(.mega-link-column)>a{color:#08f}.main-nav-dark .main-menu .menu-sub-content{background:#1f2024;color:#ffffff}.main-nav-dark .main-menu .menu ul a,.main-nav-dark .main-menu .mega-cat-wrapper,.main-nav-dark .mega-cat-more-links>li a{border-color:rgba(255,255,255,0.04)}.main-nav-dark .mega-recent-featured-list:after{background:rgba(0,0,0,0.08)}.main-nav-dark.main-nav-boxed .main-nav .main-menu-wrapper{background-color:#1f2024}.main-nav-dark .cats-vertical,.main-nav-dark ul.cats-horizontal li a{background:rgba(0,0,0,0.2)}.main-nav-dark ul.cats-horizontal li a{border:none}.main-nav-dark ul.cats-vertical li a.is-active,.main-nav-dark ul.cats-vertical li a:hover{background:#1f2024}.main-nav-light .main-nav{background-color:#ffffff;color:#2c2f34}.main-nav-light .main-nav .menu-sub-content{background:#ffffff}.main-nav-light .main-nav .menu ul li:hover>a,.main-nav-light .main-nav .components li a:hover,.main-nav-light .main-nav .menu ul li.current-menu-item:not(.mega-link-column)>a{color:#08f}.main-nav-light .main-nav .menu a,.main-nav-light .main-nav .components li a{color:#2c2f34}.main-nav-light .main-nav .components li a.button:hover,.main-nav-light .main-nav .components li a.checkout-button{color:#fff}.main-nav-light .main-nav.fixed-nav{background-color:rgba(255,255,255,0.95)}.main-nav-light .cats-vertical{background:rgba(0,0,0,0.03)}.main-nav-light ul.cats-vertical li a.is-active,.main-nav-light ul.cats-vertical li a:hover{background:#fff}.main-nav-light .mega-menu .post-meta,.main-nav-light .mega-menu .post-meta a:not(:hover){color:rgba(0,0,0,0.5)}}@media (min-width: 992px){.menu-item-has-children>a:before,.mega-menu>a:before{content:'';position:absolute;right:12px;margin-top:2px;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border:4px solid transparent;border-top:4px solid #ffffff;transition:border 0.15s}.menu-item-has-children .menu-item-has-children>a:before,.mega-menu .menu-item-has-children>a:before{border:4px solid transparent;border-left-color:#ffffff}.menu>.menu-item-has-children:not(.is-icon-only)>a,.menu .mega-menu:not(.is-icon-only)>a{padding-right:25px}.main-menu .menu>li.tie-current-menu>a:before,.main-menu .menu>li:hover>a:before{border-top-color:#fff}.main-nav-light .main-nav .menu-item-has-children>a:before,.main-nav-light .mega-menu>a:before{border-top-color:#2c2f34}.main-nav-light .main-nav .menu-item-has-children .menu-item-has-children>a:before,.main-nav-light .mega-menu .menu-item-has-children>a:before{border-top-color:transparent;border-left-color:#2c2f34}.main-nav-light .main-nav .menu-item-has-children li:hover>a:before,.main-nav-light .mega-menu li:hover>a:before{border-left-color:#08f}.top-nav-dark .top-menu .menu-item-has-children>a:before{border-top-color:#ccc}.top-nav-dark .top-menu .menu-item-has-children .menu-item-has-children>a:before{border-left-color:#ccc;border-top-color:transparent}}@media (min-width: 992px){.main-nav-boxed .main-nav{border-width:0}.main-nav-boxed .main-menu-wrapper{float:left;width:100%}.main-nav-boxed .main-menu-wrapper .search-bar{border-right-width:0}.main-nav-boxed.main-nav-light .main-menu-wrapper{border-width:1px;background-color:#ffffff}.dark-skin .main-nav-boxed.main-nav-light .main-menu-wrapper{border-width:0}.main-nav-boxed.main-nav-light .fixed-nav .main-menu-wrapper{border-color:transparent}.main-nav-above.top-nav-above #main-nav:not(.fixed-nav){top:-1px}.main-nav-below.top-nav-below #main-nav:not(.fixed-nav){bottom:-1px}.dark-skin .main-nav-below.top-nav-above #main-nav{border-width:0}.dark-skin .main-nav-below.top-nav-below-main-nav #main-nav{border-top-width:0}}.main-nav-boxed .main-nav:not(.fixed-nav),.main-nav-boxed .fixed-nav .main-menu-wrapper,.theme-header:not(.main-nav-boxed) .fixed-nav .main-menu-wrapper{background:transparent !important}@media (min-width: 992px){.header-layout-1.main-nav-below.top-nav-above .main-nav{margin-top:-1px}.header-layout-1.main-nav-below.top-nav-above .top-nav{border-top-width:0}.header-layout-1.main-nav-below.top-nav-above .breaking-title{top:0;margin-bottom:-1px}}.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav-wrapper{z-index:9}.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav{margin-bottom:-1px;bottom:0;border-top-width:0}@media (min-width: 992px){.header-layout-1.main-nav-below.top-nav-below-main-nav .top-nav{margin-top:-1px}}.header-layout-1.has-shadow:not(.top-nav-below) .main-nav{border-bottom:0 !important}#theme-header.header-layout-1>div:only-child nav{border-width:0 !important}@media only screen and (min-width: 992px) and (max-width: 1100px){.main-nav .menu>li:not(.is-icon-only)>a{padding-left:7px;padding-right:7px}.main-nav .menu>li:not(.is-icon-only)>a:before{display:none}.main-nav .menu>li.is-icon-only>a{padding-left:15px;padding-right:15px}}.menu-tiny-label{font-size:10px;border-radius:10px;padding:2px 7px 3px;margin-left:3px;line-height:1;position:relative;top:-1px}.menu-tiny-label.menu-tiny-circle{border-radius:100%}@media (max-width: 991px){#sticky-logo{display:none}}@media (min-width: 992px){#sticky-logo{overflow:hidden;float:left;vertical-align:middle}#sticky-logo a{line-height:1;display:inline-block}#sticky-logo img{position:relative;vertical-align:middle;padding:8px 10px;top:-1px;max-height:50px}.just-before-sticky #sticky-logo img,.header-layout-1 #sticky-logo img{padding:0}.header-layout-1:not(.has-custom-sticky-logo) #sticky-logo{display:none}.theme-header #sticky-logo img{opacity:0;visibility:hidden;width:0 !important;-webkit-transform:translateY(75%);-ms-transform:translateY(75%);transform:translateY(75%);transition:opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),-webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);transition:transform 0.3s cubic-bezier(0.55, 0, 0.1, 1),opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);transition:transform 0.3s cubic-bezier(0.55, 0, 0.1, 1),opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),-webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1)}.theme-header.header-layout-1:not(.has-custom-sticky-logo) #sticky-logo img{transition:none}.theme-header:not(.header-layout-1) #main-nav:not(.fixed-nav) #sticky-logo img{margin-left:-20px}.header-layout-1 .flex-placeholder{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.theme-header .fixed-nav{position:fixed;width:100%;top:0;bottom:auto !important;z-index:100;will-change:transform;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;box-shadow:0 4px 2px -2px rgba(0,0,0,0.1);border-width:0;background-color:rgba(255,255,255,0.95)}.theme-header .fixed-nav:not(.just-before-sticky){line-height:60px !important}@media (min-width: 992px){.theme-header .fixed-nav:not(.just-before-sticky) .header-layout-1-logo{display:none}}.theme-header .fixed-nav:not(.just-before-sticky) #sticky-logo img{opacity:1;visibility:visible;width:auto !important;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media (min-width: 992px){.header-layout-1:not(.just-before-sticky):not(.has-custom-sticky-logo) .fixed-nav #sticky-logo{display:block}}.admin-bar .theme-header .fixed-nav{top:32px}@media (max-width: 782px){.admin-bar .theme-header .fixed-nav{top:46px}}@media (max-width: 600px){.admin-bar .theme-header .fixed-nav{top:0}}@media (min-width: 992px){.border-layout .theme-header .fixed-nav{top:25px}.border-layout.admin-bar .theme-header .fixed-nav{top:57px}}.theme-header .fixed-nav .container{opacity:0.95}.theme-header .fixed-nav .main-menu-wrapper,.theme-header .fixed-nav .main-menu{border-top:0}.theme-header .fixed-nav.fixed-unpinned:not(.default-behavior-mode) .main-menu .menu>li.tie-current-menu{border-bottom-width:0;margin-bottom:0}.theme-header .fixed-nav.unpinned-no-transition{transition:none}.theme-header .fixed-nav:not(.fixed-unpinned):not(.fixed-pinned) .tie-current-menu{border:none !important}.theme-header .fixed-pinned,.theme-header .default-behavior-mode.fixed-unpinned{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@media (max-width: 991px){.theme-header .fixed-nav{transition:none}.fixed-nav.logo-container.sticky-up,.fixed-nav.logo-container.sticky-nav-slide.sticky-down,.fixed-nav#main-nav.sticky-up,.fixed-nav#main-nav.sticky-nav-slide.sticky-down{transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;transition:transform 0.4s ease, -webkit-transform 0.4s ease}.sticky-type-slide .fixed-nav.logo-container.sticky-nav-slide-visible,.sticky-type-slide .fixed-nav#main-nav.sticky-nav-slide-visible{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.fixed-nav.default-behavior-mode{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}}@media (max-width: 991px){#tie-wrapper header#theme-header{box-shadow:none;background:transparent !important}.logo-container,.header-layout-1 .main-nav{border-width:0;box-shadow:0 3px 7px 0 rgba(0,0,0,0.1)}.header-layout-1.top-nav-below .main-nav:not(.fixed-nav){box-shadow:none}.is-header-layout-1.has-header-ad .top-nav-below .main-nav{border-bottom-width:1px}.logo-container,.header-layout-1 .main-nav{background-color:#ffffff}.dark-skin .logo-container,.main-nav-dark.header-layout-1 .main-nav{background-color:#1f2024}.dark-skin #theme-header .logo-container.fixed-nav{background-color:rgba(31,32,36,0.95)}.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav{margin-bottom:0}#sticky-nav-mask,.header-layout-1 #menu-components-wrap,.header-layout-3 .main-nav-wrapper,.header-layout-2 .main-nav-wrapper{display:none}.main-menu-wrapper .tie-alignleft{width:100%}} </style> <title>Find All The Answers About Wordpress! | HT4WP</title> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://www.ht4wp.com/"/> <meta property="og:locale" content="en_US"/> <meta property="og:type" content="website"/> <meta property="og:title" content="Find All The Answers About Wordpress! | HT4WP"/> <meta property="og:url" content="https://www.ht4wp.com/"/> <meta property="og:site_name" content="HT4WP"/> <meta property="og:updated_time" content="2022-06-13T23:19:17+00:00"/> <meta property="article:published_time" content="2021-07-11T18:47:58+00:00"/> <meta property="article:modified_time" content="2022-06-13T23:19:17+00:00"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:title" content="Find All The Answers About Wordpress! | HT4WP"/> <meta name="twitter:label1" content="Written by"/> <meta name="twitter:data1" content="Lauren"/> <meta name="twitter:label2" content="Time to read"/> <meta name="twitter:data2" content="Less than a minute"/> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://www.ht4wp.com/#person","name":"admincoursesbest"},{"@type":"WebSite","@id":"https://www.ht4wp.com/#website","url":"https://www.ht4wp.com","name":"admincoursesbest","publisher":{"@id":"https://www.ht4wp.com/#person"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://www.ht4wp.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.ht4wp.com/#webpage","url":"https://www.ht4wp.com/","name":"Find All The Answers About Wordpress! | HT4WP","datePublished":"2021-07-11T18:47:58+00:00","dateModified":"2022-06-13T23:19:17+00:00","about":{"@id":"https://www.ht4wp.com/#person"},"isPartOf":{"@id":"https://www.ht4wp.com/#website"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://www.ht4wp.com/author/lauren/","name":"Lauren","url":"https://www.ht4wp.com/author/lauren/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/c0c6b776539e062a76dc9c0f4f40cef1?s=96&d=mm&r=g","url":"https://secure.gravatar.com/avatar/c0c6b776539e062a76dc9c0f4f40cef1?s=96&d=mm&r=g","caption":"Lauren","inLanguage":"en-US"}},{"@type":"Article","headline":"Find All The Answers About Wordpress! | HT4WP","keywords":"Best courses","datePublished":"2021-07-11T18:47:58+00:00","dateModified":"2022-06-13T23:19:17+00:00","author":{"@id":"https://www.ht4wp.com/author/lauren/","name":"Lauren"},"publisher":{"@id":"https://www.ht4wp.com/#person"},"name":"Find All The Answers About Wordpress! | HT4WP","@id":"https://www.ht4wp.com/#richSnippet","isPartOf":{"@id":"https://www.ht4wp.com/#webpage"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://www.ht4wp.com/#webpage"}}]}</script> <meta name="google-site-verification" content="aU1VTL7On-4XFBkA0ct-3yhvkXDmRi3kXokhUZBNKFw"/> <meta name="msvalidate.01" content="D1FF13BAA498D20BAEC5F72C01CD9086"/> <link rel="alternate" type="application/rss+xml" title="HT4WP » Feed" href="feed/"/> <link rel="alternate" type="application/rss+xml" title="HT4WP » Comments Feed" href="comments/feed/"/> <style type="text/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='rank-math-toc-block-style-inline-css' type='text/css'> .wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}.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;} </style> <link rel='stylesheet' id='contact-form-7-css' href="wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.7" type='text/css' media='all'/> <link rel='stylesheet' id='toc-screen-css' href="wp-content/plugins/table-of-contents-plus/screen.min.css?ver=2411.1" type='text/css' media='all'/> <link rel='stylesheet' id='tie-theme-child-css-css' href="wp-content/themes/jannah-child/style.css?ver=6.0.9" type='text/css' media='all'/> <style id='tie-theme-child-css-inline-css' type='text/css'> body{font-family: Verdana,Geneva,sans-serif;}.logo-text,h1,h2,h3,h4,h5,h6,.the-subtitle{font-family: Verdana,Geneva,sans-serif;}#main-nav .main-menu > ul > li > a{font-family: Verdana,Geneva,sans-serif;}html #top-nav .top-menu > ul ul li a{font-size: 14px;}html #main-nav .main-menu > ul > li > a{font-size: 16px;text-transform: capitalize;}html #main-nav .main-menu > ul ul li a{font-size: 14px;}.brand-title,a:hover,.tie-popup-search-submit,#logo.text-logo a,.theme-header nav .components #search-submit:hover,.theme-header .header-nav .components > li:hover > a,.theme-header .header-nav .components li a:hover,.main-menu ul.cats-vertical li a.is-active,.main-menu ul.cats-vertical li a:hover,.main-nav li.mega-menu .post-meta a:hover,.main-nav li.mega-menu .post-box-title a:hover,.search-in-main-nav.autocomplete-suggestions a:hover,#main-nav .menu ul:not(.cats-horizontal) li:hover > a,#main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a,.top-nav .menu li:hover > a,.top-nav .menu > .tie-current-menu > a,.search-in-top-nav.autocomplete-suggestions .post-title a:hover,div.mag-box .mag-box-options .mag-box-filter-links a.active,.mag-box-filter-links .flexMenu-viewMore:hover > a,.stars-rating-active,body .tabs.tabs .active > a,.video-play-icon,.spinner-circle:after,#go-to-content:hover,.comment-list .comment-author .fn,.commentlist .comment-author .fn,blockquote::before,blockquote cite,blockquote.quote-simple p,.multiple-post-pages a:hover,#story-index li .is-current,.latest-tweets-widget .twitter-icon-wrap span,.wide-slider-nav-wrapper .slide,.wide-next-prev-slider-wrapper .tie-slider-nav li:hover span,.review-final-score h3,#mobile-menu-icon:hover .menu-text,body .entry a,.dark-skin body .entry a,.entry .post-bottom-meta a:hover,.comment-list .comment-content a,q a,blockquote a,.widget.tie-weather-widget .icon-basecloud-bg:after,.site-footer a:hover,.site-footer .stars-rating-active,.site-footer .twitter-icon-wrap span,.site-info a:hover{color: #0e6c98;}#instagram-link a:hover{color: #0e6c98 !important;border-color: #0e6c98 !important;}[type='submit'],.button,.generic-button a,.generic-button button,.theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover,.theme-header .header-nav .comp-sub-menu a.checkout-button,nav.main-nav .menu > li.tie-current-menu > a,nav.main-nav .menu > li:hover > a,.main-menu .mega-links-head:after,.main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active,#mobile-menu-icon:hover .nav-icon,#mobile-menu-icon:hover .nav-icon:before,#mobile-menu-icon:hover .nav-icon:after,.search-in-main-nav.autocomplete-suggestions a.button,.search-in-top-nav.autocomplete-suggestions a.button,.spinner > div,.post-cat,.pages-numbers li.current span,.multiple-post-pages > span,#tie-wrapper .mejs-container .mejs-controls,.mag-box-filter-links a:hover,.slider-arrow-nav a:not(.pagination-disabled):hover,.comment-list .reply a:hover,.commentlist .reply a:hover,#reading-position-indicator,#story-index-icon,.videos-block .playlist-title,.review-percentage .review-item span span,.tie-slick-dots li.slick-active button,.tie-slick-dots li button:hover,.digital-rating-static,.timeline-widget li a:hover .date:before,#wp-calendar #today,.posts-list-counter li.widget-post-list:before,.cat-counter a + span,.tie-slider-nav li span:hover,.fullwidth-area .widget_tag_cloud .tagcloud a:hover,.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a:hover,.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs .active a,.magazine1 .dark-widgetized-area ul.tabs a:hover,.magazine1 .dark-widgetized-area ul.tabs .active a,.block-head-4.magazine2 .dark-widgetized-area .tabs.tabs .active a,.block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:before,.block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:after,.demo_store,.demo #logo:after,.demo #sticky-logo:after,.widget.tie-weather-widget,span.video-close-btn:hover,#go-to-top,.latest-tweets-widget .slider-links .button:not(:hover){background-color: #0e6c98;color: #FFFFFF;}.tie-weather-widget .widget-title .the-subtitle,.block-head-4.magazine2 #footer .tabs .active a:hover{color: #FFFFFF;}pre,code,.pages-numbers li.current span,.theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover,.multiple-post-pages > span,.post-content-slideshow .tie-slider-nav li span:hover,#tie-body .tie-slider-nav li > span:hover,.slider-arrow-nav a:not(.pagination-disabled):hover,.main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active,.main-nav .mega-menu.mega-cat .cats-horizontal li a:hover,.main-menu .menu > li > .menu-sub-content{border-color: #0e6c98;}.main-menu .menu > li.tie-current-menu{border-bottom-color: #0e6c98;}.top-nav .menu li.tie-current-menu > a:before,.top-nav .menu li.menu-item-has-children:hover > a:before{border-top-color: #0e6c98;}.main-nav .main-menu .menu > li.tie-current-menu > a:before,.main-nav .main-menu .menu > li:hover > a:before{border-top-color: #FFFFFF;}header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before,header.main-nav-light .main-nav .mega-menu li:hover > a:before{border-left-color: #0e6c98;}.rtl header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before,.rtl header.main-nav-light .main-nav .mega-menu li:hover > a:before{border-right-color: #0e6c98;border-left-color: transparent;}.top-nav ul.menu li .menu-item-has-children:hover > a:before{border-top-color: transparent;border-left-color: #0e6c98;}.rtl .top-nav ul.menu li .menu-item-has-children:hover > a:before{border-left-color: transparent;border-right-color: #0e6c98;}::-moz-selection{background-color: #0e6c98;color: #FFFFFF;}::selection{background-color: #0e6c98;color: #FFFFFF;}circle.circle_bar{stroke: #0e6c98;}#reading-position-indicator{box-shadow: 0 0 10px rgba( 14,108,152,0.7);}#logo.text-logo a:hover,body .entry a:hover,.dark-skin body .entry a:hover,.comment-list .comment-content a:hover,.block-head-4.magazine2 .site-footer .tabs li a:hover,q a:hover,blockquote a:hover{color: #003a66;}.button:hover,input[type='submit']:hover,.generic-button a:hover,.generic-button button:hover,a.post-cat:hover,.site-footer .button:hover,.site-footer [type='submit']:hover,.search-in-main-nav.autocomplete-suggestions a.button:hover,.search-in-top-nav.autocomplete-suggestions a.button:hover,.theme-header .header-nav .comp-sub-menu a.checkout-button:hover{background-color: #003a66;color: #FFFFFF;}.theme-header .header-nav .comp-sub-menu a.checkout-button:not(:hover),body .entry a.button{color: #FFFFFF;}#story-index.is-compact .story-index-content{background-color: #0e6c98;}#story-index.is-compact .story-index-content a,#story-index.is-compact .story-index-content .is-current{color: #FFFFFF;}#tie-body .mag-box-title h3 a,#tie-body .block-more-button{color: #0e6c98;}#tie-body .mag-box-title h3 a:hover,#tie-body .block-more-button:hover{color: #003a66;}#tie-body .mag-box-title{color: #0e6c98;}#tie-body .mag-box-title:before{border-top-color: #0e6c98;}#tie-body .mag-box-title:after,#tie-body #footer .widget-title:after{background-color: #0e6c98;}html .brand-title,html a:hover,html .tie-popup-search-submit,html #logo.text-logo a,html .theme-header nav .components #search-submit:hover,html .theme-header .header-nav .components > li:hover > a,html .theme-header .header-nav .components li a:hover,html .main-menu ul.cats-vertical li a.is-active,html .main-menu ul.cats-vertical li a:hover,html .main-nav li.mega-menu .post-meta a:hover,html .main-nav li.mega-menu .post-box-title a:hover,html .search-in-main-nav.autocomplete-suggestions a:hover,html #main-nav .menu ul:not(.cats-horizontal) li:hover > a,html #main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a,html .top-nav .menu li:hover > a,html .top-nav .menu > .tie-current-menu > a,html .search-in-top-nav.autocomplete-suggestions .post-title a:hover,html div.mag-box .mag-box-options .mag-box-filter-links a.active,html .mag-box-filter-links .flexMenu-viewMore:hover > a,html .stars-rating-active,html body .tabs.tabs .active > a,html .video-play-icon,html .spinner-circle:after,html #go-to-content:hover,html .comment-list .comment-author .fn,html .commentlist .comment-author .fn,html blockquote::before,html blockquote cite,html blockquote.quote-simple p,html .multiple-post-pages a:hover,html #story-index li .is-current,html .latest-tweets-widget .twitter-icon-wrap span,html .wide-slider-nav-wrapper .slide,html .wide-next-prev-slider-wrapper .tie-slider-nav li:hover span,html .review-final-score h3,html #mobile-menu-icon:hover .menu-text,html body .entry a,html .dark-skin body .entry a,html .entry .post-bottom-meta a:hover,html .comment-list .comment-content a,html q a,html blockquote a,html .widget.tie-weather-widget .icon-basecloud-bg:after,html .site-footer a:hover,html .site-footer .stars-rating-active,html .site-footer .twitter-icon-wrap span,html .site-info a:hover{color: #0e6c98;}html #instagram-link a:hover{color: #0e6c98 !important;border-color: #0e6c98 !important;}html [type='submit'],html .button,html .generic-button a,html .generic-button button,html .theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover,html .theme-header .header-nav .comp-sub-menu a.checkout-button,html nav.main-nav .menu > li.tie-current-menu > a,html nav.main-nav .menu > li:hover > a,html .main-menu .mega-links-head:after,html .main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active,html #mobile-menu-icon:hover .nav-icon,html #mobile-menu-icon:hover .nav-icon:before,html #mobile-menu-icon:hover .nav-icon:after,html .search-in-main-nav.autocomplete-suggestions a.button,html .search-in-top-nav.autocomplete-suggestions a.button,html .spinner > div,html .post-cat,html .pages-numbers li.current span,html .multiple-post-pages > span,html #tie-wrapper .mejs-container .mejs-controls,html .mag-box-filter-links a:hover,html .slider-arrow-nav a:not(.pagination-disabled):hover,html .comment-list .reply a:hover,html .commentlist .reply a:hover,html #reading-position-indicator,html #story-index-icon,html .videos-block .playlist-title,html .review-percentage .review-item span span,html .tie-slick-dots li.slick-active button,html .tie-slick-dots li button:hover,html .digital-rating-static,html .timeline-widget li a:hover .date:before,html #wp-calendar #today,html .posts-list-counter li.widget-post-list:before,html .cat-counter a + span,html .tie-slider-nav li span:hover,html .fullwidth-area .widget_tag_cloud .tagcloud a:hover,html .magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a:hover,html .magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs .active a,html .magazine1 .dark-widgetized-area ul.tabs a:hover,html .magazine1 .dark-widgetized-area ul.tabs .active a,html .block-head-4.magazine2 .dark-widgetized-area .tabs.tabs .active a,html .block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:before,html .block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:after,html .demo_store,html .demo #logo:after,html .demo #sticky-logo:after,html .widget.tie-weather-widget,html span.video-close-btn:hover,html #go-to-top,html .latest-tweets-widget .slider-links .button:not(:hover){background-color: #0e6c98;color: #FFFFFF;}html .tie-weather-widget .widget-title .the-subtitle,html .block-head-4.magazine2 #footer .tabs .active a:hover{color: #FFFFFF;}html pre,html code,html .pages-numbers li.current span,html .theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover,html .multiple-post-pages > span,html .post-content-slideshow .tie-slider-nav li span:hover,html #tie-body .tie-slider-nav li > span:hover,html .slider-arrow-nav a:not(.pagination-disabled):hover,html .main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active,html .main-nav .mega-menu.mega-cat .cats-horizontal li a:hover,html .main-menu .menu > li > .menu-sub-content{border-color: #0e6c98;}html .main-menu .menu > li.tie-current-menu{border-bottom-color: #0e6c98;}html .top-nav .menu li.tie-current-menu > a:before,html .top-nav .menu li.menu-item-has-children:hover > a:before{border-top-color: #0e6c98;}html .main-nav .main-menu .menu > li.tie-current-menu > a:before,html .main-nav .main-menu .menu > li:hover > a:before{border-top-color: #FFFFFF;}html header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before,html header.main-nav-light .main-nav .mega-menu li:hover > a:before{border-left-color: #0e6c98;}html .rtl header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before,html .rtl header.main-nav-light .main-nav .mega-menu li:hover > a:before{border-right-color: #0e6c98;border-left-color: transparent;}html .top-nav ul.menu li .menu-item-has-children:hover > a:before{border-top-color: transparent;border-left-color: #0e6c98;}html .rtl .top-nav ul.menu li .menu-item-has-children:hover > a:before{border-left-color: transparent;border-right-color: #0e6c98;}html ::-moz-selection{background-color: #0e6c98;color: #FFFFFF;}html ::selection{background-color: #0e6c98;color: #FFFFFF;}html circle.circle_bar{stroke: #0e6c98;}html #reading-position-indicator{box-shadow: 0 0 10px rgba( 14,108,152,0.7);}html #logo.text-logo a:hover,html body .entry a:hover,html .dark-skin body .entry a:hover,html .comment-list .comment-content a:hover,html .block-head-4.magazine2 .site-footer .tabs li a:hover,html q a:hover,html blockquote a:hover{color: #003a66;}html .button:hover,html input[type='submit']:hover,html .generic-button a:hover,html .generic-button button:hover,html a.post-cat:hover,html .site-footer .button:hover,html .site-footer [type='submit']:hover,html .search-in-main-nav.autocomplete-suggestions a.button:hover,html .search-in-top-nav.autocomplete-suggestions a.button:hover,html .theme-header .header-nav .comp-sub-menu a.checkout-button:hover{background-color: #003a66;color: #FFFFFF;}html .theme-header .header-nav .comp-sub-menu a.checkout-button:not(:hover),html body .entry a.button{color: #FFFFFF;}html #story-index.is-compact .story-index-content{background-color: #0e6c98;}html #story-index.is-compact .story-index-content a,html #story-index.is-compact .story-index-content .is-current{color: #FFFFFF;}html #tie-body .mag-box-title h3 a,html #tie-body .block-more-button{color: #0e6c98;}html #tie-body .mag-box-title h3 a:hover,html #tie-body .block-more-button:hover{color: #003a66;}html #tie-body .mag-box-title{color: #0e6c98;}html #tie-body .mag-box-title:before{border-top-color: #0e6c98;}html #tie-body .mag-box-title:after,html #tie-body #footer .widget-title:after{background-color: #0e6c98;}html ::-moz-selection{background-color: #fffc7f;color: #000000;}html ::selection{background-color: #fffc7f;color: #000000;}html .container-wrapper,html .the-global-title,html .comment-reply-title,html .tabs,html .flex-tabs .flexMenu-popup,html .magazine1 .tabs-vertical .tabs li a,html .magazine1 .tabs-vertical:after,html .mag-box .show-more-button,html .white-bg .social-icons-item a,html textarea,html input,html select,html .toggle,html .post-content-slideshow,html .post-content-slideshow .slider-nav-wrapper,html .share-buttons-bottom,html .pages-numbers a,html .pages-nav-item,html .first-last-pages .pagination-icon,html .multiple-post-pages .post-page-numbers,html #story-highlights li,html .review-item,html .review-summary,html .user-rate-wrap,html .review-final-score,html .tabs a{border-color: #4c484f !important;}html .magazine1 .tabs a{border-bottom-color: transparent !important;}html .fullwidth-area .tagcloud a:not(:hover){background: transparent;box-shadow: inset 0 0 0 3px #4c484f;}html .subscribe-widget-content h4:after,html .white-bg .social-icons-item:before{background-color: #4c484f !important;}html #main-nav .main-menu-wrapper,html #main-nav .menu-sub-content,html #main-nav .comp-sub-menu,html #main-nav .guest-btn:not(:hover),html #main-nav ul.cats-vertical li a.is-active,html #main-nav ul.cats-vertical li a:hover.search-in-main-nav.autocomplete-suggestions{background-color: #333333;}html #main-nav{border-width: 0;}html #theme-header #main-nav:not(.fixed-nav){bottom: 0;}html #main-nav .icon-basecloud-bg:after{color: #333333;}html #main-nav *,html .search-in-main-nav.autocomplete-suggestions{border-color: rgba(255,255,255,0.07);}html .main-nav-boxed #main-nav .main-menu-wrapper{border-width: 0;}html #main-nav .menu li.menu-item-has-children > a:before,html #main-nav .main-menu .mega-menu > a:before{border-top-color: #ffffff;}html #main-nav .menu li .menu-item-has-children > a:before,html #main-nav .mega-menu .menu-item-has-children > a:before{border-top-color: transparent;border-left-color: #ffffff;}html .rtl #main-nav .menu li .menu-item-has-children > a:before,html .rtl #main-nav .mega-menu .menu-item-has-children > a:before{border-left-color: transparent;border-right-color: #ffffff;}html #main-nav a:not(:hover),html #main-nav a.social-link:not(:hover) span,html #main-nav .dropdown-social-icons li a span,html .search-in-main-nav.autocomplete-suggestions a{color: #ffffff;}html #theme-header:not(.main-nav-boxed) #main-nav,html .main-nav-boxed .main-menu-wrapper{border-top-color:#4c484f !important;border-bottom-color:#4c484f !important;border-right: 0 none;border-left : 0 none;}html .main-nav-boxed #main-nav.fixed-nav{box-shadow: none;}html #main-nav,html #main-nav input,html #main-nav #search-submit,html #main-nav .fa-spinner,html #main-nav .comp-sub-menu,html #main-nav .tie-weather-widget{color: #ffffff;}html #main-nav input::-moz-placeholder{color: #ffffff;}html #main-nav input:-moz-placeholder{color: #ffffff;}html #main-nav input:-ms-input-placeholder{color: #ffffff;}html #main-nav input::-webkit-input-placeholder{color: #ffffff;}html #main-nav .mega-menu .post-meta,html #main-nav .mega-menu .post-meta a,html .search-in-main-nav.autocomplete-suggestions .post-meta{color: rgba(255,255,255,0.6);}html #main-nav .weather-icon .icon-cloud,html #main-nav .weather-icon .icon-basecloud-bg,html #main-nav .weather-icon .icon-cloud-behind{color: #ffffff !important;}html .tie-cat-2,html .tie-cat-item-2 > span{background-color:#28af77 !important;color:#FFFFFF !important;}html .tie-cat-2:after{border-top-color:#28af77 !important;}html .tie-cat-2:hover{background-color:#0a9159 !important;}html .tie-cat-2:hover:after{border-top-color:#0a9159 !important;}html .tie-cat-11,html .tie-cat-item-11 > span{background-color:#28af77 !important;color:#FFFFFF !important;}html .tie-cat-11:after{border-top-color:#28af77 !important;}html .tie-cat-11:hover{background-color:#0a9159 !important;}html .tie-cat-11:hover:after{border-top-color:#0a9159 !important;}html .tie-cat-14,html .tie-cat-item-14 > span{background-color:#28af77 !important;color:#FFFFFF !important;}html .tie-cat-14:after{border-top-color:#28af77 !important;}html .tie-cat-14:hover{background-color:#0a9159 !important;}html .tie-cat-14:hover:after{border-top-color:#0a9159 !important;}html .tie-cat-15,html .tie-cat-item-15 > span{background-color:#28af77 !important;color:#FFFFFF !important;}html .tie-cat-15:after{border-top-color:#28af77 !important;}html .tie-cat-15:hover{background-color:#0a9159 !important;}html .tie-cat-15:hover:after{border-top-color:#0a9159 !important;}html .tie-cat-18,html .tie-cat-item-18 > span{background-color:#28af77 !important;color:#FFFFFF !important;}html .tie-cat-18:after{border-top-color:#28af77 !important;}html .tie-cat-18:hover{background-color:#0a9159 !important;}html .tie-cat-18:hover:after{border-top-color:#0a9159 !important;}html .tie-cat-19,html .tie-cat-item-19 > span{background-color:#28af77 !important;color:#FFFFFF !important;}html .tie-cat-19:after{border-top-color:#28af77 !important;}html .tie-cat-19:hover{background-color:#0a9159 !important;}html .tie-cat-19:hover:after{border-top-color:#0a9159 !important;}html .tie-cat-21,html .tie-cat-item-21 > span{background-color:#28af77 !important;color:#FFFFFF !important;}html .tie-cat-21:after{border-top-color:#28af77 !important;}html .tie-cat-21:hover{background-color:#0a9159 !important;}html .tie-cat-21:hover:after{border-top-color:#0a9159 !important;}html .tie-cat-26,html .tie-cat-item-26 > span{background-color:#28af77 !important;color:#FFFFFF !important;}html .tie-cat-26:after{border-top-color:#28af77 !important;}html .tie-cat-26:hover{background-color:#0a9159 !important;}html .tie-cat-26:hover:after{border-top-color:#0a9159 !important;}html .tie-cat-25,html .tie-cat-item-25 > span{background-color:#28af77 !important;color:#FFFFFF !important;}html .tie-cat-25:after{border-top-color:#28af77 !important;}html .tie-cat-25:hover{background-color:#0a9159 !important;}html .tie-cat-25:hover:after{border-top-color:#0a9159 !important;}@media (min-width: 1200px){html .container{width: auto;}}html .boxed-layout #tie-wrapper,html .boxed-layout .fixed-nav{max-width: 1130px;}@media (min-width: 1100px){html .container,html .wide-next-prev-slider-wrapper .slider-main-container{max-width: 1100px;}}html .mobile-header-components li.custom-menu-link > a,html #mobile-menu-icon .menu-text{color: #000000!important;}html #mobile-menu-icon .nav-icon,html #mobile-menu-icon .nav-icon:before,html #mobile-menu-icon .nav-icon:after{background-color: #000000!important;}img {border-radius:10px;}#main-nav.main-nav.header-nav { border-bottom-style: hidden;}.slide { border-radius: 10px;}.media-page-layout .post-element{ border-radius: 10px !important;}.single-featured-image .single-caption-text { visibility: hidden;}#menu-components-wrap { background-color: #333333;} </style> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.ht4wp.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script> <link rel="https://api.w.org/" href="wp-json/"/><link rel="alternate" type="application/json" href="wp-json/wp/v2/pages/1015"/><meta name="generator" content="WordPress 6.0.9"/> <link rel='shortlink' href="/"/> <link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.ht4wp.com%2F"/> <link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.ht4wp.com%2F&format=xml"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=G-F2GTEP3CCX"></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-F2GTEP3CCX'); </script> <script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8601839643078938" crossorigin="anonymous"></script> <meta name="theme-color" content="#0e6c98"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="icon" href="wp-content/uploads/2022/08/favicon.png" sizes="32x32"/> <link rel="icon" href="wp-content/uploads/2022/08/favicon.png" sizes="192x192"/> <link rel="apple-touch-icon" href="wp-content/uploads/2022/08/favicon.png"/> <meta name="msapplication-TileImage" content="https://www.ht4wp.com/wp-content/uploads/2022/08/favicon.png"/> <style type="text/css" id="wp-custom-css"> #the-post h2 { margin-top: 80px; } .more-link.button { margin-bottom: 30px; } </style> </head> <body id="tie-body" class="home page-template-default page page-id-1015 tie-no-js wrapper-has-shadow block-head-1 magazine2 is-desktop is-header-layout-2 has-header-below-ad has-builder hide_share_post_top hide_share_post_bottom"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 0.49803921568627"/><feFuncG type="table" tableValues="0 0.49803921568627"/><feFuncB type="table" tableValues="0 0.49803921568627"/><feFuncA type="table" tableValues="1 1"/></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1"/><feFuncG type="table" tableValues="0 1"/><feFuncB type="table" tableValues="0 1"/><feFuncA type="table" tableValues="1 1"/></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765"/><feFuncG type="table" tableValues="0 1"/><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431"/><feFuncA type="table" tableValues="1 1"/></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1"/><feFuncG type="table" tableValues="0 0.27843137254902"/><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902"/><feFuncA type="table" tableValues="1 1"/></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 0"/><feFuncG type="table" tableValues="0 0.64705882352941"/><feFuncB type="table" tableValues="0 1"/><feFuncA type="table" tableValues="1 1"/></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.78039215686275 1"/><feFuncG type="table" tableValues="0 0.94901960784314"/><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412"/><feFuncA type="table" tableValues="1 1"/></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745"/><feFuncG type="table" tableValues="0 1"/><feFuncB type="table" tableValues="0.44705882352941 0.4"/><feFuncA type="table" tableValues="1 1"/></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.098039215686275 1"/><feFuncG type="table" tableValues="0 0.66274509803922"/><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725"/><feFuncA type="table" tableValues="1 1"/></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"/></filter></defs></svg> <div class="background-overlay"> <div id="tie-container" class="site tie-container"> <div id="tie-wrapper"> <header id="theme-header" class="theme-header header-layout-2 main-nav-light main-nav-default-light main-nav-below main-nav-boxed no-stream-item is-stretch-header has-normal-width-logo mobile-header-default"> <div class="container header-container"> <div class="tie-row logo-row"> <div class="logo-wrapper"> <div class="tie-col-md-4 logo-container clearfix"> <div id="mobile-header-components-area_1" class="mobile-header-components"><ul class="components"><li class="mobile-component_menu custom-menu-link"><a href="#" id="mobile-menu-icon"><span class="tie-mobile-menu-icon nav-icon is-layout-1"></span><span class="screen-reader-text">Menu</span></a></li></ul></div> <div id="logo" class="image-logo" style="margin-top: 40px; margin-bottom: 40px;"> <a title="HT4WP" href="/"> <picture class="tie-logo-default tie-logo-picture"> <source class="tie-logo-source-default tie-logo-source" srcset="https://www.ht4wp.com/wp-content/uploads/2022/04/logo-ht4wp.jpg"> <img class="tie-logo-img-default tie-logo-img" src="wp-content/uploads/2022/04/logo-ht4wp.jpg" alt="HT4WP" width="220" height="80" style="max-height:80px; width: auto;"/> </picture> <h1 class="h1-off">HT4WP</h1> </a> </div> <div id="mobile-header-components-area_2" class="mobile-header-components"><ul class="components"><li class="mobile-component_search custom-menu-link"> <a href="#" class="tie-search-trigger-mobile"> <span class="tie-icon-search tie-search-icon" aria-hidden="true"></span> <span class="screen-reader-text">Search for</span> </a> </li></ul></div> </div> </div> </div> </div> <div class="main-nav-wrapper"> <nav id="main-nav" class="main-nav header-nav" aria-label="Primary Navigation"> <div class="container"> <div class="main-menu-wrapper"> <div id="menu-components-wrap"> <div class="main-menu main-menu-wrap tie-alignleft"> <div id="main-nav-menu" class="main-menu header-menu"><ul id="menu-mainmenu" class="menu" role="menubar"><li id="menu-item-2872" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-1015 current_page_item menu-item-2872 tie-current-menu menu-item-has-icon is-icon-only"><a href="/"> <span aria-hidden="true" class="tie-menu-icon fas fa-home"></span> <span class="screen-reader-text">Home</span></a></li> <li id="menu-item-1609" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1609"><a href="news/">News</a></li> <li id="menu-item-1611" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1611"><a href="themes/">Themes</a></li> <li id="menu-item-1610" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1610"><a href="plugins/">Plugins</a></li> <li id="menu-item-1626" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1626"><a href="wordpress-tutorials/">Tutorials</a></li> <li id="menu-item-2300" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2300"><a href="hosting/">Hosting</a></li> <li id="menu-item-3966" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3966"><a href="faq/">FAQ</a></li> </ul></div> </div> <ul class="components"> <li class="search-compact-icon menu-item custom-menu-link"> <a href="#" class="tie-search-trigger"> <span class="tie-icon-search tie-search-icon" aria-hidden="true"></span> <span class="screen-reader-text">Search for</span> </a> </li> </ul> </div> </div> </div> </nav> </div> </header> <link rel='stylesheet' id='tie-css-styles-css' href="wp-content/themes/jannah/assets/css/style.min.css" type='text/css' media='all'/> <script type="rocketlazyloadscript">console.log('Style tie-css-styles')</script> <div class="stream-item stream-item-below-header"><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> atOptions = { 'key' : 'ceaacebcc8e809be4fc66c5f1eb7b668', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; document.write('<scr' + 'ipt type="text/javascript" src="//abnegationgrumpy.com/ceaacebcc8e809be4fc66c5f1eb7b668/invoke.js"></scr' + 'ipt>'); </script></div> <div id="tiepost-1015-section-7282" class="section-wrapper container normal-width without-background"> <div class="section-item is-first-section full-width"> <div class="container-normal"> <div class="tie-row main-content-row"> <div class="main-content tie-col-md-12"> <section id="tie-block_1097" class="slider-area mag-box"> <div class="slider-area-inner"> <div id="tie-main-slider-5-block_1097" class="tie-main-slider main-slider boxed-slider-three-slides-wrapper boxed-slider tie-slick-slider-wrapper" data-slider-id="5" data-speed="3000"> <div class="loader-overlay"><div class="spinner-circle"></div></div> <div class="main-slider-inner"> <ul class="tie-slider-nav"></ul> <div class="containerblock_1097"> <div class="tie-slick-slider"> <div style="background-image: url(https://www.ht4wp.com/wp-content/uploads/2022/05/Why-should-I-use-WordPress-for-my-website-780x470.jpg)" class="slide slide-id-3486 tie-slide-1 tie-standard"> <a href="news/wordpress-ios-application-authentication-token-flaw-patched/" class="all-over-thumb-link" aria-label="WordPress iOS application: authentication token flaw patched"></a> <div class="thumb-overlay"><div class="thumb-content"> <h2 class="thumb-title"><a href="news/wordpress-ios-application-authentication-token-flaw-patched/">WordPress iOS application: authentication token flaw patched</a></h2> <div class="thumb-desc">Automattic, the publisher of WordPress.com, said it has fixed a bug in its official iOS app that could have exposed…</div></div> </div> </div> <div style="background-image: url(https://www.ht4wp.com/wp-content/uploads/2022/05/Full-Site-Editing-FSE-Gutenberg-lavenir-de-WordPress-780x470.jpg)" class="slide slide-id-1681 tie-slide-2 tie-standard"> <a href="news/full-site-editing-fse-gutenberg-the-future-of-wordpress/" class="all-over-thumb-link" aria-label="Full Site Editing (FSE) Gutenberg, the future of WordPress?"></a> <div class="thumb-overlay"><div class="thumb-content"> <h2 class="thumb-title"><a href="news/full-site-editing-fse-gutenberg-the-future-of-wordpress/">Full Site Editing (FSE) Gutenberg, the future of WordPress?</a></h2> <div class="thumb-desc">What is the full site editing project? What are its objectives, its advantages? Is there an alternative for developers who…</div></div> </div> </div> <div style="background-image: url(https://www.ht4wp.com/wp-content/uploads/2022/05/What-is-WordPress-780x470.jpg)" class="slide slide-id-3623 tie-slide-3 tie-standard"> <a href="news/this-flaw-in-a-wordpress-plugin-allows-you-to-take-control-over-sites/" class="all-over-thumb-link" aria-label="This flaw in a WordPress plugin allows you to take control over sites"></a> <div class="thumb-overlay"><div class="thumb-content"> <h2 class="thumb-title"><a href="news/this-flaw-in-a-wordpress-plugin-allows-you-to-take-control-over-sites/">This flaw in a WordPress plugin allows you to take control over sites</a></h2> <div class="thumb-desc">WordPress site owners who use the “Simple Social Buttons” plugin to support social network sharing features should update it as…</div></div> </div> </div> <div style="background-image: url(https://www.ht4wp.com/wp-content/uploads/2022/05/1652911403_Serious-vulnerabilities-fixed-in-the-Facebook-plugin-for-WordPress-780x470.jpg)" class="slide slide-id-2086 tie-slide-4 tie-standard"> <a href="news/serious-vulnerabilities-fixed-in-the-facebook-plugin-for-wordpress/" class="all-over-thumb-link" aria-label="Serious vulnerabilities fixed in the Facebook plugin for WordPress"></a> <div class="thumb-overlay"><div class="thumb-content"> <h2 class="thumb-title"><a href="news/serious-vulnerabilities-fixed-in-the-facebook-plugin-for-wordpress/">Serious vulnerabilities fixed in the Facebook plugin for WordPress</a></h2> <div class="thumb-desc">Two serious vulnerabilities have just been fixed in the Facebook for WordPress plug-in. Disclosed by the Wordfence Threat Intelligence team…</div></div> </div> </div> <div style="background-image: url(https://www.ht4wp.com/wp-content/uploads/2022/05/WordPress-forces-a-security-update-for-a-popular-plug-in.jpg)" class="slide slide-id-2147 tie-slide-5 tie-standard"> <a href="news/wordpress-forces-a-security-update-for-a-popular-plug-in/" class="all-over-thumb-link" aria-label="WordPress forces a security update for a popular plug-in"></a> <div class="thumb-overlay"><div class="thumb-content"> <h2 class="thumb-title"><a href="news/wordpress-forces-a-security-update-for-a-popular-plug-in/">WordPress forces a security update for a popular plug-in</a></h2> <div class="thumb-desc">The WordPress security team took a step it rarely uses last week, using a little-known internal capability that allows it…</div></div> </div> </div> <div style="background-image: url(https://www.ht4wp.com/wp-content/uploads/2022/05/1652910831_Flaws-in-PHP-Everywhere-Affect-Thousands-of-WordPress-Sites-780x470.jpg)" class="slide slide-id-1911 tie-slide-6 tie-standard"> <a href="news/flaws-in-php-everywhere-affect-thousands-of-wordpress-sites/" class="all-over-thumb-link" aria-label="Flaws in PHP Everywhere Affect Thousands of WordPress Sites"></a> <div class="thumb-overlay"><div class="thumb-content"> <h2 class="thumb-title"><a href="news/flaws-in-php-everywhere-affect-thousands-of-wordpress-sites/">Flaws in PHP Everywhere Affect Thousands of WordPress Sites</a></h2> <div class="thumb-desc">Critical Remote Code Execution (RCE) vulnerabilities in a very popular WordPress plugin have just been made public. These RCE flaws…</div></div> </div> </div> </div> </div> </div> </div> </div> </section> <div id="tie-block_2274" class="mag-box big-posts-box"> <div class="container-wrapper"> <div class="mag-box-title the-global-title"> <h3> <a href="faq/">Answer to your questions</a> </h3> </div> <div class="mag-box-container clearfix"> <ul class="posts-items posts-list-container"> <li class="post-item post-15731 post type-post status-publish format-standard has-post-thumbnail category-wp-faq"> <a aria-label="What wordpress website is that?" href="wp-faq/what-wordpress-website-is-that/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-45">WP FAQ</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/08/what-wordpress-website-is-that-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="What wordpress website is that?" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="wp-faq/what-wordpress-website-is-that/">What wordpress website is that?</a></h2> <p class="post-excerpt">Powered by WordPress Credits in Footer. Add /wp-admin to the domain. Search for ‘wp-content’ or ‘wordpress’ in The Source code.…</p> <a class="more-link button" href="wp-faq/what-wordpress-website-is-that/">Read More »</a> </div> </li> <li class="post-item post-4263 post type-post status-publish format-standard has-post-thumbnail category-wp-faq"> <a aria-label="How much wordpress blog cost?" href="wp-faq/how-much-wordpress-blog-cost/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-45">WP FAQ</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/how-much-wordpress-blog-cost-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="How much wordpress blog cost?" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="wp-faq/how-much-wordpress-blog-cost/">How much wordpress blog cost?</a></h2> <p class="post-excerpt">The main cost associated with WordPress is hosting, which starts at around $3.95/month. Other common costs include domains, themes, and…</p> <a class="more-link button" href="wp-faq/how-much-wordpress-blog-cost/">Read More »</a> </div> </li> <li class="post-item post-13225 post type-post status-publish format-standard has-post-thumbnail category-shopify"> <a aria-label="How to get paid on shopify?" href="plugins-faq/shopify/how-to-get-paid-on-shopify/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-54">Shopify</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/08/how-to-get-paid-on-shopify-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="How to get paid on shopify?" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="plugins-faq/shopify/how-to-get-paid-on-shopify/">How to get paid on shopify?</a></h2> <p class="post-excerpt">If your store has Shopify Payments enabled, then you receive payments through Shopify Payouts when a customer pays using Shopify…</p> <a class="more-link button" href="plugins-faq/shopify/how-to-get-paid-on-shopify/">Read More »</a> </div> </li> </ul><div class="clearfix"></div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="tiepost-1015-section-5204" class="section-wrapper container normal-width without-background"> <div class="section-item sidebar-right has-sidebar"> <div class="container-normal"> <div class="tie-row main-content-row"> <div class="main-content tie-col-md-8 tie-col-xs-12" role="main"> <div id="tie-block_393" class="mag-box wide-post-box top-news-box content-only" data-current="1"> <div class="container-wrapper"> <div class="mag-box-container clearfix"> <ul class="posts-items posts-list-container"> <li class="post-item post-1746 post type-post status-publish format-standard has-post-thumbnail category-themes tie-standard"> <a aria-label="Blocksy : Complete tutorial of this free & versatile WordPress theme" href="themes/blocksy-complete-tutorial-of-this-free-versatile-wordpress-theme/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-41">Themes</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/Blocksy-Complete-tutorial-of-this-free-versatile-WordPress-390x220.png" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="themes/blocksy-complete-tutorial-of-this-free-versatile-wordpress-theme/">Blocksy : Complete tutorial of this free & versatile WordPress theme</a></h2> <p class="post-excerpt">WordPress themes are real assets for your website to give it a personal and unique touch. There are hundreds of them today and to know which one is right for you, you have to try several. Different criteria come into…</p> </div> </li> <li class="post-item post-2194 post type-post status-publish format-standard has-post-thumbnail category-hosting tie-standard"> <a aria-label="The best web hosting services in 2022 for small businesses" href="hosting/the-best-web-hosting-services-for-small-businesses/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-44">Hosting</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/1652911851_The-best-web-hosting-services-in-2021-for-small-businesses-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="The best web hosting services in 2021 for small businesses" loading="lazy" srcset="https://www.ht4wp.com/wp-content/uploads/2022/05/1652911851_The-best-web-hosting-services-in-2021-for-small-businesses-390x220.jpg 390w, https://www.ht4wp.com/wp-content/uploads/2022/05/1652911851_The-best-web-hosting-services-in-2021-for-small-businesses-300x169.jpg 300w, https://www.ht4wp.com/wp-content/uploads/2022/05/1652911851_The-best-web-hosting-services-in-2021-for-small-businesses-1024x576.jpg 1024w, https://www.ht4wp.com/wp-content/uploads/2022/05/1652911851_The-best-web-hosting-services-in-2021-for-small-businesses-768x432.jpg 768w, https://www.ht4wp.com/wp-content/uploads/2022/05/1652911851_The-best-web-hosting-services-in-2021-for-small-businesses.jpg 1200w" sizes="(max-width: 390px) 100vw, 390px"/></a> <div class="post-details"> <h2 class="post-title"><a href="hosting/the-best-web-hosting-services-for-small-businesses/">The best web hosting services in 2022 for small businesses</a></h2> <p class="post-excerpt">There are thousands of web hosting companies. Some hosting companies run their own data centers. Others rent virtual machines from cloud service providers. All offer their customers a way to appear online. But choosing the right hosting company for you…</p> </div> </li> <li class="post-item post-3643 post type-post status-publish format-standard has-post-thumbnail category-news category-plugins tie-standard"> <a aria-label="An angry former employee takes revenge on WPML, the famous WordPress plugin" href="news/an-angry-former-employee-takes-revenge-on-wpml-the-famous-wordpress-plugin/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-40">News</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/An-angry-former-employee-takes-revenge-on-WPML-the-famous-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" loading="lazy" srcset="https://www.ht4wp.com/wp-content/uploads/2022/05/An-angry-former-employee-takes-revenge-on-WPML-the-famous-390x220.jpg 390w, https://www.ht4wp.com/wp-content/uploads/2022/05/An-angry-former-employee-takes-revenge-on-WPML-the-famous-300x169.jpg 300w, https://www.ht4wp.com/wp-content/uploads/2022/05/An-angry-former-employee-takes-revenge-on-WPML-the-famous.jpg 620w" sizes="(max-width: 390px) 100vw, 390px"/></a> <div class="post-details"> <h2 class="post-title"><a href="news/an-angry-former-employee-takes-revenge-on-wpml-the-famous-wordpress-plugin/">An angry former employee takes revenge on WPML, the famous WordPress plugin</a></h2> <p class="post-excerpt">A popular WordPress plugin was hacked last weekend. A hacker defaced its website and sent a message to all its customers revealing the existence of supposedly unpatched security flaws. In another email, the plugin’s developers explained the hack as the…</p> </div> </li> <li class="post-item post-2080 post type-post status-publish format-standard has-post-thumbnail category-themes tie-standard"> <a aria-label="Twentig customizes the default WordPress theme Twenty Twenty" href="themes/twentig-customizes-the-default-wordpress-theme-twenty-twenty/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-41">Themes</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/1652911370_825_Twentig-customizes-the-default-WordPress-theme-Twenty-Twenty-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="themes/twentig-customizes-the-default-wordpress-theme-twenty-twenty/">Twentig customizes the default WordPress theme Twenty Twenty</a></h2> <p class="post-excerpt">The default WordPress theme Twenty Twenty as you’ve never seen it before! The free plugin Twentig helps you customize the Twenty Twenty theme To your liking… Use more Google Fonts, dozens of colors and many other options. With the help…</p> </div> </li> <li class="post-item post-3522 post type-post status-publish format-standard has-post-thumbnail category-plugins tie-standard"> <a aria-label="LiteSpeed Cache, the ultimate cache plugin for WordPress?" href="plugins/litespeed-cache-the-ultimate-cache-plugin-for-wordpress/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-42">Plugins</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/1652922750_LiteSpeed-Cache-the-ultimate-cache-plugin-for-WordPress-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="LiteSpeed Cache, the ultimate cache plugin for WordPress?" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="plugins/litespeed-cache-the-ultimate-cache-plugin-for-wordpress/">LiteSpeed Cache, the ultimate cache plugin for WordPress?</a></h2> <p class="post-excerpt">When it comes to making your WordPress a performance bomb, you know it by now if you follow our tips, an efficient caching solution is mandatory. Today there are too many caching plugins for WordPress, free ones like W3 Total…</p> </div> </li> <li class="post-item post-2086 post type-post status-publish format-standard has-post-thumbnail category-news tie-standard"> <a aria-label="Serious vulnerabilities fixed in the Facebook plugin for WordPress" href="news/serious-vulnerabilities-fixed-in-the-facebook-plugin-for-wordpress/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-40">News</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/1652911403_Serious-vulnerabilities-fixed-in-the-Facebook-plugin-for-WordPress-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="Serious vulnerabilities fixed in the Facebook plugin for WordPress" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="news/serious-vulnerabilities-fixed-in-the-facebook-plugin-for-wordpress/">Serious vulnerabilities fixed in the Facebook plugin for WordPress</a></h2> <p class="post-excerpt">Two serious vulnerabilities have just been fixed in the Facebook for WordPress plug-in. Disclosed by the Wordfence Threat Intelligence team this week, these vulnerabilities impact Facebook for WordPress, formerly known as the Official Facebook Pixel. The plug-in, used to capture…</p> </div> </li> <li class="post-item post-1705 post type-post status-publish format-standard has-post-thumbnail category-plugins tie-standard"> <a aria-label="6 WordPress Plugins to Create an Online Contest" href="plugins/6-wordpress-plugins-to-create-an-online-contest/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-42">Plugins</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/6-WordPress-Plugins-to-Create-an-Online-Contest-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="6 WordPress Plugins to Create an Online Contest" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="plugins/6-wordpress-plugins-to-create-an-online-contest/">6 WordPress Plugins to Create an Online Contest</a></h2> <p class="post-excerpt">Are you looking for the best plugins to use to run contests or sweepstakes? Several WordPress extensions allow you to quickly and easily host a contest directly on your website. These plugins allow you to optimize incoming traffic and help…</p> </div> </li> <li class="post-item post-2147 post type-post status-publish format-standard has-post-thumbnail category-news tie-standard"> <a aria-label="WordPress forces a security update for a popular plug-in" href="news/wordpress-forces-a-security-update-for-a-popular-plug-in/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-40">News</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/WordPress-forces-a-security-update-for-a-popular-plug-in-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="news/wordpress-forces-a-security-update-for-a-popular-plug-in/">WordPress forces a security update for a popular plug-in</a></h2> <p class="post-excerpt">The WordPress security team took a step it rarely uses last week, using a little-known internal capability that allows it to force a security update for a popular plug-in. As a result, WordPress sites using the Loginizer plug-in were forcibly…</p> </div> </li> <li class="post-item post-1615 post type-post status-publish format-standard has-post-thumbnail category-wordpress-tutorials tie-standard"> <a aria-label="Why should I use WordPress for my website?" href="wordpress-tutorials/why-should-i-use-wordpress-for-my-website/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-43">Tutorials</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/Why-should-I-use-WordPress-for-my-website-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="Why should I use WordPress for my website?" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="wordpress-tutorials/why-should-i-use-wordpress-for-my-website/">Why should I use WordPress for my website?</a></h2> <p class="post-excerpt">Let’s have a look at the best top 10 reasons why you should use WordPress today to create your blog or website: Why use Wordpress #1 – It’s Free WordPress is completely free to download, install, and use, as well…</p> </div> </li> <li class="post-item post-1911 post type-post status-publish format-standard has-post-thumbnail category-news tie-standard"> <a aria-label="Flaws in PHP Everywhere Affect Thousands of WordPress Sites" href="news/flaws-in-php-everywhere-affect-thousands-of-wordpress-sites/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-40">News</span></span> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="390" height="220" src="wp-content/uploads/2022/05/1652910831_Flaws-in-PHP-Everywhere-Affect-Thousands-of-WordPress-Sites-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="Flaws in PHP Everywhere Affect Thousands of WordPress Sites" loading="lazy"/></a> <div class="post-details"> <h2 class="post-title"><a href="news/flaws-in-php-everywhere-affect-thousands-of-wordpress-sites/">Flaws in PHP Everywhere Affect Thousands of WordPress Sites</a></h2> <p class="post-excerpt">Critical Remote Code Execution (RCE) vulnerabilities in a very popular WordPress plugin have just been made public. These RCE flaws impact PHP Everywhere, a utility for web developers that allows using PHP code in pages, posts, sidebar, or anywhere with…</p> </div> </li> </ul><div class="clearfix"></div> </div> <div class="pages-nav"> <div class="pages-numbers pages-standard"> <span class="first-page first-last-pages"> <a class="block-pagination prev-posts pagination-disabled" href="#"> <span class="pagination-icon" aria-hidden="true"></span> Previous </a> </span> <span class="last-page first-last-pages"> <a class="block-pagination next-posts" href="#"> <span class="pagination-icon" aria-hidden="true"></span> Next </a> </span> </div> </div> </div> </div> <script type="rocketlazyloadscript">var js_tie_block_393 = {"order":"rand","source":"id","id":["1","44","40","42","41","43"],"number":"10","pagi":"next-prev-buttons","excerpt":"true","excerpt_length":"40","more":"true","breaking_effect":"reveal","content_only":"true","sub_style":"default","style":"default","title_length":"","media_overlay":"","read_more_text":""};</script> </div> <aside class="sidebar tie-col-md-4 tie-col-xs-12 normal-side is-sticky" aria-label="Primary Sidebar"> <div class="theiaStickySidebar"> <link rel='stylesheet' id='tie-css-widgets-css' href="wp-content/themes/jannah/assets/css/widgets.min.css" type='text/css' media='all'/> <script type="rocketlazyloadscript">console.log('Style tie-css-widgets')</script> <div id="stream-item-widget-2" class="container-wrapper widget stream-item-widget"><div class="stream-item-widget-content"><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> atOptions = { 'key' : '2a17bee3e307a92141585500899f48f6', 'format' : 'iframe', 'height' : 250, 'width' : 300, 'params' : {} }; document.write('<scr' + 'ipt type="text/javascript" src="//abnegationgrumpy.com/2a17bee3e307a92141585500899f48f6/invoke.js"></scr' + 'ipt>'); </script></div><div class="clearfix"></div></div><div id="posts-list-widget-2" class="container-wrapper widget posts-list"><div class="widget-title the-global-title"><div class="the-subtitle">Popular Articles</div></div><div class="widget-posts-list-wrapper"><div class="widget-posts-list-container posts-list-counter"><ul class="posts-list-items widget-posts-wrapper"> <li class="widget-single-post-item widget-post-list"> <div class="post-widget-thumbnail"> <a aria-label="You asked: Shopify payments which countries?" href="plugins-faq/shopify/you-asked-shopify-payments-which-countries/" class="post-thumb"> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="220" height="150" src="wp-content/uploads/2022/09/you-asked-shopify-payments-which-countries-220x150.jpg" class="attachment-jannah-image-small size-jannah-image-small tie-small-image wp-post-image" alt="You asked: Shopify payments which countries?" loading="lazy"/></a> </div> <div class="post-widget-body "> <a class="post-title the-subtitle" href="plugins-faq/shopify/you-asked-shopify-payments-which-countries/">You asked: Shopify payments which countries?</a> <div class="post-meta"> </div> </div> </li> <li class="widget-single-post-item widget-post-list"> <div class="post-widget-thumbnail"> <a aria-label="How to add page break in elementor?" href="plugins-faq/page-builder/how-to-add-page-break-in-elementor/" class="post-thumb"> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="220" height="150" src="wp-content/uploads/2022/07/how-to-add-page-break-in-elementor-220x150.jpg" class="attachment-jannah-image-small size-jannah-image-small tie-small-image wp-post-image" alt="How to add page break in elementor?" loading="lazy"/></a> </div> <div class="post-widget-body "> <a class="post-title the-subtitle" href="plugins-faq/page-builder/how-to-add-page-break-in-elementor/">How to add page break in elementor?</a> <div class="post-meta"> </div> </div> </li> <li class="widget-single-post-item widget-post-list"> <div class="post-widget-thumbnail"> <a aria-label="How to bypass wordpress paywall?" href="wp-faq/how-to-bypass-wordpress-paywall/" class="post-thumb"> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="220" height="150" src="wp-content/uploads/2022/07/how-to-bypass-wordpress-paywall-220x150.jpg" class="attachment-jannah-image-small size-jannah-image-small tie-small-image wp-post-image" alt="How to bypass wordpress paywall?" loading="lazy"/></a> </div> <div class="post-widget-body "> <a class="post-title the-subtitle" href="wp-faq/how-to-bypass-wordpress-paywall/">How to bypass wordpress paywall?</a> <div class="post-meta"> </div> </div> </li> <li class="widget-single-post-item widget-post-list"> <div class="post-widget-thumbnail"> <a aria-label="How to convert elementor to html?" href="plugins-faq/page-builder/how-to-convert-elementor-to-html/" class="post-thumb"> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="220" height="150" src="wp-content/uploads/2022/07/how-to-convert-elementor-to-html-220x150.jpg" class="attachment-jannah-image-small size-jannah-image-small tie-small-image wp-post-image" alt="How to convert elementor to html?" loading="lazy"/></a> </div> <div class="post-widget-body "> <a class="post-title the-subtitle" href="plugins-faq/page-builder/how-to-convert-elementor-to-html/">How to convert elementor to html?</a> <div class="post-meta"> </div> </div> </li> <li class="widget-single-post-item widget-post-list"> <div class="post-widget-thumbnail"> <a aria-label="Where does yoast stored redirects?" href="plugins-faq/seo/where-does-yoast-stored-redirects/" class="post-thumb"> <div class="post-thumb-overlay-wrap"> <div class="post-thumb-overlay"> <span class="tie-icon tie-media-icon"></span> </div> </div> <img width="220" height="150" src="wp-content/uploads/2022/07/where-does-yoast-stored-redirects-220x150.jpg" class="attachment-jannah-image-small size-jannah-image-small tie-small-image wp-post-image" alt="Where does yoast stored redirects?" loading="lazy"/></a> </div> <div class="post-widget-body "> <a class="post-title the-subtitle" href="plugins-faq/seo/where-does-yoast-stored-redirects/">Where does yoast stored redirects?</a> <div class="post-meta"> </div> </div> </li> </ul></div></div><div class="clearfix"></div></div><div id="stream-item-widget-3" class="container-wrapper widget stream-item-widget"><div class="stream-item-widget-content"><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> atOptions = { 'key' : '2a17bee3e307a92141585500899f48f6', 'format' : 'iframe', 'height' : 250, 'width' : 300, 'params' : {} }; document.write('<scr' + 'ipt type="text/javascript" src="//abnegationgrumpy.com/2a17bee3e307a92141585500899f48f6/invoke.js"></scr' + 'ipt>'); </script></div><div class="clearfix"></div></div><div id="stream-item-widget-4" class="container-wrapper widget stream-item-widget"><div class="stream-item-widget-content"><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> atOptions = { 'key' : '2a17bee3e307a92141585500899f48f6', 'format' : 'iframe', 'height' : 250, 'width' : 300, 'params' : {} }; document.write('<scr' + 'ipt type="text/javascript" src="//abnegationgrumpy.com/2a17bee3e307a92141585500899f48f6/invoke.js"></scr' + 'ipt>'); </script>v</div><div class="clearfix"></div></div> </div> </aside> </div> </div> </div> </div> <div class="stream-item stream-item-above-footer"><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> atOptions = { 'key' : 'ceaacebcc8e809be4fc66c5f1eb7b668', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; document.write('<scr' + 'ipt type="text/javascript" src="//abnegationgrumpy.com/ceaacebcc8e809be4fc66c5f1eb7b668/invoke.js"></scr' + 'ipt>'); </script></div> <footer id="footer" class="site-footer dark-skin dark-widgetized-area"> <div id="footer-widgets-container"> <div class="container"> </div> </div> <div id="site-info" class="site-info"> <div class="container"> <div class="tie-row"> <div class="tie-col-md-12"> <div class="copyright-text copyright-text-first">© Copyright 2025, All Rights Reserved | <a href="/" target="_blank" rel="nofollow noopener">HT4WP</a></div><div class="footer-menu"><ul id="menu-mnu-footer" class="menu"><li id="menu-item-1143" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1143"><a href="about-us/">About us</a></li> <li id="menu-item-1145" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1145"><a href="privacy-policy-2/">Privacy policy</a></li> <li id="menu-item-1144" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1144"><a href="contact/">Contact</a></li> </ul></div> </div> </div> </div> </div> </footer> <a id="go-to-top" class="go-to-top-button" href="#go-to-tie-body"> <span class="tie-icon-angle-up"></span> <span class="screen-reader-text">Back to top button</span> </a> </div> <aside class=" side-aside normal-side dark-skin dark-widgetized-area is-fullwidth appear-from-left" aria-label="Secondary Sidebar" style="visibility: hidden;"> <div data-height="100%" class="side-aside-wrapper has-custom-scroll"> <a href="#" class="close-side-aside remove big-btn light-btn"> <span class="screen-reader-text">Close</span> </a> <div id="mobile-container"> <div id="mobile-search"> <form role="search" method="get" class="search-form" action="/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" name="s"/> </label> <input type="submit" class="search-submit" value="Search"/> </form> </div> <div id="mobile-menu" class="hide-menu-icons"> </div> <div id="mobile-social-icons" class="social-icons-widget solid-social-icons"> <ul></ul> </div> </div> </div> </aside> </div> </div> <link rel='preload' href="wp-content/themes/jannah/assets/css/helpers.min.css" as='style' onload='this.onload=null;this.rel="stylesheet"'/> <noscript><link rel='stylesheet' id='tie-css-helpers-css' href="wp-content/themes/jannah/assets/css/helpers.min.css" type='text/css' media='all'/></noscript> <script type="rocketlazyloadscript">console.log('Style tie-css-helpers')</script> <link rel='preload' href="wp-content/themes/jannah/assets/ilightbox/light-skin/skin.css" as='style' onload='this.onload=null;this.rel="stylesheet"'/> <noscript><link rel='stylesheet' id='tie-css-ilightbox-css' href="wp-content/themes/jannah/assets/ilightbox/light-skin/skin.css" type='text/css' media='all'/></noscript> <script type="rocketlazyloadscript">console.log('Style tie-css-ilightbox')</script> <link rel='preload' href="wp-content/themes/jannah/assets/css/fontawesome.css" as='style' onload='this.onload=null;this.rel="stylesheet"'/> <noscript><link rel='stylesheet' id='tie-fontawesome5-css' href="wp-content/themes/jannah/assets/css/fontawesome.css" type='text/css' media='all'/></noscript> <script type="rocketlazyloadscript">console.log('Style tie-fontawesome5')</script> <div id="is-scroller-outer"><div id="is-scroller"></div></div><div id="fb-root"></div> <div id="tie-popup-search-desktop" class="tie-popup tie-popup-search-wrap" style="display: none;"> <a href="#" class="tie-btn-close remove big-btn light-btn"> <span class="screen-reader-text">Close</span> </a> <div class="popup-search-wrap-inner"> <div class="live-search-parent pop-up-live-search" data-skin="live-search-popup" aria-label="Search"> <form method="get" class="tie-popup-search-form" action="/"> <input class="tie-popup-search-input " inputmode="search" type="text" name="s" title="Search for" autocomplete="off" placeholder="Type and hit Enter"/> <button class="tie-popup-search-submit" type="submit"> <span class="tie-icon-search tie-search-icon" aria-hidden="true"></span> <span class="screen-reader-text">Search for</span> </button> </form> </div> </div> </div> <div id="tie-popup-search-mobile" class="tie-popup tie-popup-search-wrap" style="display: none;"> <a href="#" class="tie-btn-close remove big-btn light-btn"> <span class="screen-reader-text">Close</span> </a> <div class="popup-search-wrap-inner"> <div class="live-search-parent pop-up-live-search" data-skin="live-search-popup" aria-label="Search"> <form method="get" class="tie-popup-search-form" action="/"> <input class="tie-popup-search-input " inputmode="search" type="text" name="s" title="Search for" autocomplete="off" placeholder="Search for"/> <button class="tie-popup-search-submit" type="submit"> <span class="tie-icon-search tie-search-icon" aria-hidden="true"></span> <span class="screen-reader-text">Search for</span> </button> </form> </div> </div> </div> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.ht4wp.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.7' id='swv-js'></script> <script type='text/javascript' id='contact-form-7-js-extra'> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/www.ht4wp.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.ht4wp.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.7' id='contact-form-7-js'></script> <script type='text/javascript' id='toc-front-js-extra'> /* <![CDATA[ */ var tocplus = {"visibility_show":"show","visibility_hide":"hide","width":"Auto"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.ht4wp.com/wp-content/plugins/table-of-contents-plus/front.min.js?ver=2411.1' id='toc-front-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' 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 type='text/javascript' id='rocket-preload-links-js-extra'> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","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:\/\/www.ht4wp.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' 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 type='text/javascript' id='tie-scripts-js-extra'> /* <![CDATA[ */ var tie = {"is_rtl":"","ajaxurl":"https:\/\/www.ht4wp.com\/wp-admin\/admin-ajax.php","is_taqyeem_active":"","is_sticky_video":"","mobile_menu_top":"","mobile_menu_active":"area_1","mobile_menu_parent":"","lightbox_all":"true","lightbox_gallery":"true","lightbox_skin":"light","lightbox_thumb":"horizontal","lightbox_arrows":"true","is_singular":"1","autoload_posts":"","reading_indicator":"","lazyload":"","select_share":"","select_share_twitter":"true","select_share_facebook":"true","select_share_linkedin":"true","select_share_email":"","facebook_app_id":"5303202981","twitter_username":"","responsive_tables":"true","ad_blocker_detector":"","sticky_behavior":"upwards","sticky_desktop":"true","sticky_mobile":"true","sticky_mobile_behavior":"default","ajax_loader":"<div class=\"loader-overlay\"><div class=\"spinner-circle\"><\/div><\/div>","type_to_search":"1","lang_no_results":"Nothing Found","sticky_share_mobile":"true","sticky_share_post":""}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' defer="defer" src='https://www.ht4wp.com/wp-content/themes/jannah/assets/js/scripts.min.js?ver=5.4.10' id='tie-scripts-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' defer="defer" src='https://www.ht4wp.com/wp-content/themes/jannah/assets/ilightbox/lightbox.js?ver=5.4.10' id='tie-js-ilightbox-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' defer="defer" src='https://www.ht4wp.com/wp-content/themes/jannah/assets/js/desktop.min.js?ver=5.4.10' id='tie-js-desktop-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' defer="defer" src='https://www.ht4wp.com/wp-content/themes/jannah/assets/js/sliders.min.js?ver=5.4.10' id='tie-js-sliders-js'></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> !function(t){"use strict";t.loadCSS||(t.loadCSS=function(){});var e=loadCSS.relpreload={};if(e.support=function(){var e;try{e=t.document.createElement("link").relList.supports("preload")}catch(t){e=!1}return function(){return e}}(),e.bindMediaToggle=function(t){var e=t.media||"all";function a(){t.addEventListener?t.removeEventListener("load",a):t.attachEvent&&t.detachEvent("onload",a),t.setAttribute("onload",null),t.media=e}t.addEventListener?t.addEventListener("load",a):t.attachEvent&&t.attachEvent("onload",a),setTimeout(function(){t.rel="stylesheet",t.media="only x"}),setTimeout(a,3e3)},e.poly=function(){if(!e.support())for(var a=t.document.getElementsByTagName("link"),n=0;n<a.length;n++){var o=a[n];"preload"!==o.rel||"style"!==o.getAttribute("as")||o.getAttribute("data-loadcss")||(o.setAttribute("data-loadcss",!0),e.bindMediaToggle(o))}},!e.support()){e.poly();var a=t.setInterval(e.poly,500);t.addEventListener?t.addEventListener("load",function(){e.poly(),t.clearInterval(a)}):t.attachEvent&&t.attachEvent("onload",function(){e.poly(),t.clearInterval(a)})}"undefined"!=typeof exports?exports.loadCSS=loadCSS:t.loadCSS=loadCSS}("undefined"!=typeof global?global:this); </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> var c = document.body.className; c = c.replace(/tie-no-js/, 'tie-js'); document.body.className = c; </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@1746458552 -->