wpgeekwannabe
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add Content Below Products on Category PagesRynald0s Thank you!!!! Will try it.
Forum: Plugins
In reply to: [WooCommerce] Add Content Below Products on Category PagesIt works! I would like unique content at the bottom of each category. How may I do that? I am going to try tweaking the function to not use an array.
Forum: Plugins
In reply to: [WooCommerce] Add Content Below Products on Category PagesI will definitely give this a try today and report back. Thank you!
Forum: Plugins
In reply to: [WooCommerce] Add Content Below Products on Category PagesI am entering this code via My Custom Functions plugin screen.
Forum: Plugins
In reply to: [WooCommerce] Add Content Below Products on Category PagesHere is my code:
if is_category ( ‘aluminum-trench-boxes-sale-rent’) {
add_action( ‘woocommerce_after_main_content’, ‘add_my_text’ );
function add_my_text() {
echo ‘<pThis is the aluminum category page.</p>’;
}
} else {
echo “New Content on the Way”;
}The code in the links above don’t work. I’ve tried and tried them.
Forum: Plugins
In reply to: [WooCommerce] Add Content Below Products on Category PagesThanks! I can’t wait to check out the links and get a solution.
Forum: Plugins
In reply to: [WooCommerce] Add Content Below Products on Category PagesBelow is the code I’m using now:
add_action( ‘woocommerce_after_main_content’, ‘add_my_text’ );
function add_my_text() {
echo ‘<p>More Content on the Way.</p>’;
}Need to add conditional statements so I may post to the few categories I wish to post.
Forum: Reviews
In reply to: [Schema App Structured Data] Great pluggin. Awesome supportI feel the same way. It takes some time to figure out, but once you do; quick and easy.
Forum: Themes and Templates
In reply to: [Opportune] Menu'sBTW, I really like this theme so far. Just downloaded and started using it a few hours ago, but I like the layout and design.
Forum: Themes and Templates
In reply to: [Opportune] Menu'sI created a page Home. I want that to be the page to be seen when they visit the main page: overheadcrane-manufacturer.com.
How may I do that?
Forum: Plugins
In reply to: [WooCommerce] Link to Store from Main PageThanks so much!