Thank you for the help
]]>Can someone please help me???
]]>I’m setting up a shop for my wife’s Etsy business using WooCommerce and Klasik is working really well for it generally. I can’t show you the page at the moment as I’ve hidden the site whilst we sort it all out; I’ll only unhide it when it’s ready to go live.
My problem is that I cannot seem to stop the Post Sidebar from appearing on all pages and posts, e.g. the home page. The section that says ‘select the layout you want on this specific post/page. Overrides default site layout’ has options that should presumably override the positioning of the sidebar, but clicking any of these and updating does nothing.
Any suggestion please?
]]>The other element I’d like to replicate are the post images in the right sidebar with post title underneath. When clicked, they lead to that post. I’d like if the posts that appear here were random.
These two elements are site wide.
Can anyone help me with this?
Thank you in advance
]]>In order to create the feeds for the news and events, press releases, newsletters and JAND pages, I duplicated the Index page and made them templates. I then assigned the templates to the specific pages and specified that only certain posts be called to those pages. I then told the blog to only pull posts from specific categories as well. The AVH EC seems to be working correctly, I just can’t get the individual posts to reflect the same menu designated by category.
The website address is https://dev.p2excellence.com and I am using a theme called expression. I have edited the side bar and eliminated an auto-generated menu to call the categories meny instead. The autogenerated menu will show on all individual posts if I reinsert it into the current sidebar.php file. The original code for the sidebar is (autogenerated menue is _e(‘Navigation’)–has been deleted from current sidebar php uploaded to the website):
<div id="rightcol">
<div class="box ads">
<div class="wtitle">
<h2>
<?php _e('Advertise'); ?>
</h2>
</div>
<div class="content">
<?php do_action('ad-minister', array('position' => 'Small Banner', 'limit' => 4)); ?>
<div class="small_link">
<div><small><a href="<?php echo get_option('home'); ?>/">
<?php _e('Learn More About Advertising Here'); ?>
</a></small></div>
<div class="clr"></div>
</div>
</div>
<!--/content -->
</div>
<!--/box -->
<div class="box">
<div class="wtitle">
<h2>
<?php _e('Navigation'); ?>
</h2>
</div>
<!-- tab-nav -->
<div id="mstabs">
<ul class="bookmarks">
<li><a href="#" rel="mstab-1">
<?php _e('Categories'); ?>
</a></li>
<li><a href="#" rel="mstab-2">
<?php _e('Archives'); ?>
</a></li>
<li class="last"><a href="#" rel="mstab-3">
<?php _e('Links'); ?>
</a></li>
</ul>
<div id="mstab-1">
<ul class="menusm">
<?php wp_list_categories('title_li='); ?>
</ul>
</div>
<div id="mstab-2">
<ul class="menusm">
<?php wp_get_archives('type=monthly'); ?>
</ul>
</div>
<!-- Start Meta -->
<div id="mstab-3">
<ul class="menusm">
<?php wp_get_links('before=<li>&after=</li>'); ?>
</ul>
</div>
<!-- End Meta -->
</div>
<!-- /tab-nav -->
</div>
<!--/box -->
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('post-widget-area') ) : ?>
<?php endif; ?>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-widget-area') ) : ?>
<?php endif; ?>
<div class="box ads">
<div class="banner">
<?php do_action('ad-minister', array('position' => 'Big Banner', 'limit' => 2)); ?>
</div>
<!--/content -->
</div>
<!--/box -->
</div>
<!--/rightcol -->
Any help would be appreciated.
]]>PS. To remove the sidebar i deleted the ‘get sidebar’ call from single.php
]]>