People are using WordPress for their sites in larger numbers.
But to have a theme we are very confused to select it for the website and as a beginner, most of them are struggling to afford a lite weight and optimize the theme for WordPress.
So if WordPress brings an official theme equivalent to Generatepress it will be used by many people and helpful to all.
kind Regards
]]>If each box volume is defined, and if each book is defined, will the Custom Boxes logic know which box to select?
e.g. if a customer orders various books from different categories ( not one book, or a kit or bundle ) will the correct box size be chosen?
Or is the process assigning a custom box per product/product bundle ?
]]>I put in two custom boxes so that the Priority Boxes would not be the only option. Is there something else I need to do?
Thank you.
WC version: 3.0.0
WooCommerce Services: Version 1.3.2
My website www.videogamemadness.co.uk is built on drupal, but big gulp, im changing from Drupal to WordPress, (because drupals useless and word press just works better, just don’t ask why i started it on drupal, already kicking myself). problem is im not a web developer, but do have some skill in making a website.
Now im not worried about themes etc, ive found a couple im interested in, but i need help before i take the plunge with something that video game madness is built on, “the custom reviewers profile”. Basically it allows people to sign up, create a unique username and bio page, so any reviews they write gets placed there. Can this be done in word press, and can you tell me what relevent plugins are needed.
You can check out an example of a reviewers profile here https://videogamemadness.co.uk/johnny-kage im hoping i can create either the same, or something much better.
Really appreciate your support with this, just a bit nervous before i take the plunge
Many thanks Nathan
]]>First of all, sorry for cross posting.
I often find myself in need of custom widgets or boxes of some sort for displaying related information on a per post/page basis.
Specifically, I’m trying to create a sidebar per category for displaying widgets with related content for each category in my category archive.
I have tried the following in functions.php but it doesn’t seem to work. However, I can’t figure out why it doesn’t. Does anyone have any ideas?
<?php
$categories = get_categories('orderby=name&order=asc');
foreach ($categories as $category) {
register_sidebar(array(
'name' => $category->cat_name,
'id' => $category->category_nicename,
'before_widget' => '<div id="%1$s" class="%2$s widget">',
'after_widget' => '</div>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>'
));
}
?>
Any help is much appreciated.
]]>I often find myself in need of custom widgets or boxes of some sort for displaying related information on a per post/page basis.
Specifically, I’m trying to create a sidebar per category for displaying widgets with related content for each category in my category archive.
I have tried the following in functions.php but it doesn’t seem to work. However, I can’t figure out why it doesn’t. Does anyone have any ideas?
<?php
$categories = get_categories('orderby=name&order=asc');
foreach ($categories as $category) {
register_sidebar(array(
'name' => $category->category_name,
'id' => $category->category_nicename,
'before_widget' => '<div id="%1$s" class="%2$s widget">',
'after_widget' => '</div>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>'
));
}
?>
Any help is much appreciated.
]]>