well at least for me this is advanced. I have one jewerly site with brands. For now i have fixed number of brands like 10 of them. I want each brand to have its own page with unique header/image/title/logo. When u enter brand landing page you see brand products. Click on read more hows product details page. Problem is that client want later to add himself new category new brand. And brand must be shown under menu and one slider on homepage. What is best way to do it ? What is proper way. So you have main menu -> our collections -> addlers for example. I want to list there all products from Adler but have unique header then other brands.
Link is -> http://www.mobilecommz.com/istanawordpress/our-collections/
Thanks a lot
Ok, this is how we do it in our blog.
Install the following plugins:
http://wordpress.org/plugins/widgets-on-pages/
http://wordpress.org/plugins/ultimate-posts-widget/
Than create a brand Page and use the shortcode of the widget on page plugin. Set up the widget with ultimate posts. Now you can filter by category or something.
Related
I want the selling price placed in the next line and after the next line Inclusive of all taxes (this is a custom text which display in every product)
I want My variation selection option next line after the price & before the add to cart.
as it is as an amazon product page. can anyone help me with it, I’ve searched a lot on google but it’s not working.
Product Page Link - https://crowcrowcrow.com/shop/a0000022hharl01
I'm new to this group so if I'm posted the wrong question then am apologize in advanced
It looks like you're using the Flatsome theme which lets you build custom layouts for your product pages. Here's a detailed tutorial that guides you through it
Here's the relevant step-by-steps for you:
Go to Your WP Dashboard -> Blocks -> Add New
Create a new block called Product Layout
Go to Theme Options -> Shop -> Product Page
Enable "Custom" in the product page layout options
Now visit an existing product on the frontend of the website
Hover over Edit Product and select "Edit Product Layout with UX Builder"
You'll now be able to drag and drop the different options into the desired location.
On my website, I have different pages that can be accessed through the navigation bar at the top of the website(Like every other website), on the pages TX-21, TX-20, and TX-10. I want to show 1 product on each page.
I have tried working with the permalinks, but I can't seem to find a solution through this, because the only possibility is to make a "shop" page, which is what I want to avoid in a sense.
I also can't make one of the three pages my "shop" page, because then all of the products will be displayed on that page.
Many solutions are possible here,
The easy way to do it :
When you create a product on Woocommerce, a single page for the product is automatically created. So you can just go to appearance -> menus and select your product by choosing "product" on the left side. it will create a new menu element and linked to your single product page.
Also, if you to customize every product page as you want, the best way is to create 3 page " TX-21, TX-20, TX-10" and query what you want inside all of them by using a template-file.
I have a page containing a set of images linked to other pages. How can I make each of the linked pages a separate blog?
To give you some more context, each image represents a challenge that I set myself up to and I would like to have a separate 'blog' for each challenge to document my progress. So far I have managed to link pages together and navigate from the page containing all the challenges to the page containing the details about 1 single challenge. However the latter page is not a blog so I cannot add new posts to the page. If I try to write a new blog post it gets added above the challenges(list) page
This is a link to the page that I am refering to.
Thanks in advance for your help
What you need to do is use categories for your posts - like Challenge One and Challenge Two - and then your posts will be automatically organized into category archives. Add a third category - called All Challenges - to all the posts and that category archive will list all posts in all three categories by chronology.
The URLs to the category archive pages will be something like this, depending on your category names and slugs, and how you set up your category base in Settings>>Permalinks.
example.com/categories/challenge-one
example.com/categories/challenge-two
example.com/categories/all-challenges
Link those category archive URLs from your images on your main page that has a gallery of images for each challenge post category.
You can make up custom category templates for each category, so the layout and design can be different.
See
https://codex.wordpress.org/Using_Permalinks#Category_base_and_Tag_base
and
https://make.wordpress.org/training/handbook/user-lessons/categories-vs-tags/
and
https://codex.wordpress.org/Category_Templates
There are multiple ways you can achieve this in WordPress. Let me tell you the easiest one:-
Using Post Categories
Follow the steps below:
Step1: Break your challenges into different categories, for example Challenge 1, Challenge 2, and so on... You can easily do that by creating and choosing the right category while writing a post.
Step2: Go Settings->Premalinks in your WordPress dashboard and choose "Post Name".
Step3: Now you have to find the new links for your challenge images. You can find these links in Post->Categories tab within your dashboard. Once you are in the categories browse page within your WordPress dashboard, just hover over the category whose link you want and you will see a "View" tab which will take you to that particular category page. This category page will show only the posts that you have published under that particular category.
Step4: Once you have the category link with you just update it in the respective challenge image link.
I hope you will be able to resolve your issue with this.
So, I work at a web development agency and we recently decided to give our custom CMS up and start developing with Drupal. Currently, I am developing a wholesale product website. What I need to do is to create some product catalogs without using commerce since we do not need the purchase, checkout and payment features and I thought that using the built-in Content, Taxonomy and Views features we can get our job done.
I have created the product categories in Taxonomy. The main (root) categories are main Taxonomy objects and the subcategories are terms.
I created a custom Content type called: products. In this type I have the following form fields: Product Code, Name, Image, Description and a list field to choose the Terms I would like the product to be displayed in.
I would appreciate some help in order to set the whole structure up as I am still heavily influenced by the custom CMS we used to work on that had similar content management with Joomla!
In conclusion, I would like to:
Set a sidebar menu up that contains the categories and the subcategories as a tree. I would also like the menu to be updated if any changes occur in the taxonomy (e.g I add a term in taxonomy and it shows up on the menu).
Set the structure so that when someone clicks on a category that does NOT contain products but subcategories, gets the list of the categories bellow the active one.
I am really looking forward to your answers and I'd like to thank you in advance.
You could give a try to a combination of Taxonomy Menu and Menu Block modules. Taxonomy Menu allows you to easily generate menus from taxonomy vocabularies, and Menu Block creates menus and "menus portion", for instance, from level 2 to 3 from a specific point.
So basically, you can create menus from taxonomy and then create submenus from those menus with Menu Block. It can be tricky but you can do a lot of things with these modules.
Good luck
I'm kinda new to wordpress and was wondering if I could do the following:
Let's say I have a site for a bakery and in the mainmenu on top there are four links:
Home - About - Products - Contact
Under the page products I would have a number of posts : Bread, cupcakes, ..etc. all of these posts would be categorized under the category products. Now if I go to the products page I want to see only these posts in a sidebar. Therefor I have two questions:
How can I connect this category to this page
How can I show the posts from this category in a sidebar
If anything is unclear please feel free to ask me, also if you would suggest another way of working please let me know.
Much appreciated, thanks!
[EDIT]
I have found that it is better to add a category for this products category instead of a page. Now I'm still looking to display a static post as an intro for this products category.
For connect this category to this page
you can set product to category archive page from
wp-admin/nav-menus.php
you can create a simple page template to list category post
you can use http://wordpress.org/plugins/list-category-posts/ plugin and use short code like [catlist name="news"] in you page content.