My client is using Eventbrite to book and register attendees and I’d like to add a custom field where she can put the Eventbrite link. I want this to appear instead where Booking info appears.
Do I need to turn off booking first?
]]>We have four categories within this section, and “read more” is pulled in for each category. I was thinking, is there a way to customise the preview text and link that is pulled based on category?
The code is currently as follows:
.tax-portfolio-category .entry-thumb: before {
content: “Read more”;
Can I set this to change dependent on our four categories (Case Studies, White Papers & Reports, Videos & Webinars and Guides)
]]><li <?php post_class( $classes ); ?>>
<?php
/**
* woocommerce_before_shop_loop_item hook.
*
* @hooked woocommerce_template_loop_product_link_open - 10
*/
do_action( 'woocommerce_before_shop_loop_item' );
/**
* woocommerce_before_shop_loop_item_title hook.
*
* @hooked woocommerce_show_product_loop_sale_flash - 10
* @hooked woocommerce_template_loop_product_thumbnail - 10
*/
do_action( 'woocommerce_before_shop_loop_item_title' );
/**
* woocommerce_shop_loop_item_title hook.
*
* @hooked woocommerce_template_loop_product_title - 10
*/
do_action( 'woocommerce_shop_loop_item_title' );
/**
* woocommerce_after_shop_loop_item_title hook.
*
* @hooked woocommerce_template_loop_rating - 5
* @hooked woocommerce_template_loop_price - 10
*/
do_action( 'woocommerce_after_shop_loop_item_title' );
/**
* woocommerce_after_shop_loop_item hook.
*
* @hooked woocommerce_template_loop_product_link_close - 5
* @hooked woocommerce_template_loop_add_to_cart - 10
*/
do_action( 'woocommerce_after_shop_loop_item' );
?>
On the front end, product titles have an <h3>
tag around them.
I see no <h3>
tags in the template, just hooks. I want to remove/change the <h3>
(not just with styles, I mean actually change it to a different tag).
How do I do this? I don’t want to use filters.
https://www.ads-software.com/plugins/woocommerce/
]]>I sort of asks this question yesterday but, I believe I didn’t word my question right. What I want to know is can I customize an existing template using HTML. I notice WordPress is writing in PHP. I don’t know or understand PHP so is it possible to customize a template in HTML using WordPress…….Thanks in advance!
]]>So basically, I am used to using Dreamweaver and have recently changed to using wordpress due to its powerful possibilities and its useful support. I am building a large site with around four page templates, but these page templates will be applied to many page and so I need to find a way to make it easy to change all the pages.
I want to be able to view and edit the page template code of a page but only the code relative to that page.
With dreamweaver when I create a template and apply it to a page, I am able to add editable-regions. Then when one opens the page associated to that template to edit it, I am able to see the page and all its features and edit the content only in the editable-regions.
What I want to know is how I could do this sort of thing inside the WordPress content editor. In a way that I can see the page as set up in the template, inside the content editor, and make edits specific to that page, that when saved only updates the page code and not the template code.
An example of this, that hopefully makes it clearer, would be: two large tables on a page and some tabs. I would like to include the table in the template as apposed to the content added by the content editor. Yet by including these tables and tbas in the template, although they are shown on every page associated to that page template, I have no way of editing the content in these tabs or tables. Due to the large amount of pages needing to take the structure of these tables tabs exactly, I need a way that I can easily change the structure of the tables or tabs on every page at once without effecting the content. A similar table to what I would want can be found here: https://computers.toptenreviews.com/laptops/
I know this is complicated and there may not be an easy way to do it, but I am sure it is achievable or a suitable alternative is. Sorry for the length and explanation of this post it is quite difficult to explain what I need to achieve.
As I say I am new to WordPress and will admit I am in no way an expert with all its tags and attributes.
Thanks you in advance!
]]>I’m a newbie to wordpress and i’ve recently set up www.seoflow.co.uk I’ve added a new theme (summerfruit) and also a few pages.
How do I go about making the pages (contact us, about us etc…) look like normal pages (e.g. no dates of posts, links to comments etc…) whilst keeping the blog page as normal?
Also on my home computer I can access the site by typing in www.seoflow.co.uk into the address bar however on my computer in work i can only access the site by https://seoflow.co.uk. Is there a way to redirect non www to www in the control panel to avoid duplicate content penalties in Google.
Also if you could let me know if you can access the site by typing in www.seoflow.co.uk or https://seoflow.co.uk
Your help is much appreciated.
Thanks,
Darrell
]]>