Managed to create the new pages with above shortcode and assigned sidebars wanted
https://www.saltspringnursery.com/saltspring-nursery-seeds/
and
https://www.saltspringnursery.com/saltspring-nursery-stock/
Problem now is with
https://www.saltspringnursery.com/shop/
The two sub categories “Saltspring Nursery Seeds” and “Saltspring Nursery Stock” currently link to
https://www.saltspringnursery.com/product-category/seeds/
and
https://www.saltspringnursery.com/product-category/stock/
and would like those two sub categories on the shop page to link to the pages created with the shortcode:
https://www.saltspringnursery.com/saltspring-nursery-seeds/
and
https://www.saltspringnursery.com/saltspring-nursery-stock/
Not interested in any plug ins. I understand that I can alter permalinks but unsure how to do that, what to change and to what.
Please Help. Much Appreciated. Thank you.
https://www.ads-software.com/plugins/subscribe-to-category/
]]>The previous thread asked something similar but I didn’t want to intrude on another user’s post…
thanks in advance!
https://www.ads-software.com/plugins/post-notif/
]]>also – is there any type of click tracking integrated?
thanks
https://www.ads-software.com/plugins/simple-ads-manager/
]]>this code css changes the icon but the problem is that it is not category specific.below i have paseted the code
.format-box i.fusionicon-pen {
background: url('https://zzuuk.asia/wp-content/uploads/2015/03/10806231_10152420186060666_8494146556852632353_n-12.jpg') no-repeat center center !important;
background-size: contain !important;
}
when i go to "by her" category
the code comes out is
.archive.category.category-by-her.category-16.logged-in.admin-bar.no-mobile-sticky-header.no-mobile-slidingbar.no-mobile-totop.layout-wide-mode.mobile-menu-design-classic.customize-support.do-animate
whether any one can tell me any the changes need to me made to the css code
thanks in advance
https://www.ads-software.com/plugins/google-calendar-events/
]]>Is there something out there that does this?
Thanks in advance.
]]>This is the code I used:
add_filter('the_content', 'custom_category_text');
function custom_category_text($content){
global $post;
$custom_category_text = '<p>TEST TEST TEST Put your Custom category text here.</p>';
if(in_category('97')){ // change catetegory ID 3
$content = $content . $custom_category_text;
}
return $content;
}
I have read it may be easier to uses single.php file to do this but I don’t have a single.php file, I also don’t have an index.php file. I am using the Ctystal child theme. Genesis has an index.php but not the child theme so I went ahead and did it using function.
What code can I add to make it post above those other widgets?
Thanks
]]>thanks for the plug-in, very useful!
I don’t know how to tweak the plugin to add these features:
1) include several posts in one newsletter;
2) include category-specific latest posts.
Any suggestions?
I look forward for an answer… Thank you very much!
Rocco
https://www.ads-software.com/extend/plugins/alo-easymail/
]]>