Home › Support › PT Magazine Plus › Topic:Home Page Widget Area
Tagged: Speed issues, website responsive
This topic contains 81 replies, has 53 voices, and was last updated by Anonymous 2 months, 1 week ago.
-
AuthorPosts
-
May 7, 2018 at 8:37 am #8186
Although I have created the items in the “Home Page Widget Area” like:
– PT: Alternate Column News
– PT: Two Column News
– PT: Three Column News
– PT: Mix Column News
But why does it not work?
Please be advisedMay 8, 2018 at 7:05 am #8187Hi @Nguyen Tri Hung
You need to creat the home page and select Home Template to that page first.
After that please go to Settings >> Reading and assign Home Page you have created to static front page.
You can follow this video https://www.youtube.com/watch?v=fjwLap7Lm4M&index=9&list=PL-Ic437QwxQ8pBxfHsldZMQiHLvoEYmSS
Thank you.
May 30, 2019 at 11:14 am #12014Nice stuff
-
This reply was modified 3 years, 2 months ago by
ProDesign Support.
April 3, 2021 at 12:02 am #18810
AnonymousYou can also use widget outside the sidebar. To registering a widget area add following code in your theme’s functions.php file.
function smallenvelop_widgets_init() {
register_sidebar( array(
‘name’ => __( ‘Header Sidebar’, ‘smallenvelop’ ),
‘id’ => ‘header-sidebar’,
‘before_widget’ => ‘<div>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h1>’,
‘after_title’ => ‘</h1>’,
) );
}
add_action( ‘widgets_init’, ‘smallenvelop_widgets_init’ );
To display Widget Area add the following code to a location of your choice in your theme file. Here I am adding this code in my theme’s header.php<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘header-sidebar’) ) :
endif; ?>
I have applied it on one of my website. You can check it on reviewlog.org/
May 6, 2021 at 3:57 pm #19250
AnonymousPlease take a look at the code of the website <a href=”https://thoptvpc.com/airtel-tv-for-pc-watch-ipl-live-2021/”>airtel tv app</a> or <a href=”https://thoptvpc.com/jio-tv-for-pc-laptop-windows-ipl-app/”> Jio tv live</a>. Use the source code of both websites, It will help you in fixing the homepage of your website.
May 28, 2021 at 12:30 pm #19427
AnonymousA debt of gratitude is in order for this information! As an understudy, I truly like the valuable data that aides me learn. What’s more, I share my find – https://www.superiorpapers.com/case-study-writing-service.php This is an online assistance for composing essays, and I can say that these folks save my time a great deal, essays without literary theft and on time Pay consideration regarding this help and you won’t lament
June 9, 2021 at 6:49 pm #19514
AnonymousHow can I get the side bar code I have tried inspect elements method but it does not show anything properly I think the site https://packageslab.com has hidden the code with some kind of plugin.
June 15, 2021 at 10:11 pm #19558
AnonymousI also want to show my website here. to check that is my website is in good condition or not. thanks in advance
June 18, 2021 at 2:55 am #19572
Anonymoushere is the link. check this https://hairdryerprotips.com/best-hair-dryer-for-short-hair/
thanks in advanceJuly 10, 2021 at 6:05 pm #19782
AnonymousCan you tell me about the design of my website. Is it responsive, any expert because I am facing issue of speed,
https://www.apkstreams.com/August 13, 2021 at 11:39 am #20208
AnonymousI want to show my website here. to look that is my website is in good position or not. thanks
August 19, 2021 at 6:01 pm #20281
AnonymousThis is my site URL https://whatsgrip.com/ just let me know which theme is best for mods apk.
Thank you.September 16, 2021 at 11:37 am #20677
AnonymousI think its works: https://tamoorpardasi.com/
You need to creat the landing page and select Home Template to that page first.
After that if it’s not too much trouble, go to Settings >> Reading and appoint Home Page you have made to static first page.September 23, 2021 at 11:28 am #20791November 28, 2021 at 8:05 am #21884
AnonymousA review about the technology product. This is their first impression and how it looks during use. Check out https://wildoftech.com/
-
This reply was modified 3 years, 2 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.