sayontan wrote:This is possible but it needs a bit of code.
You start off by creating a
child theme. Then copy the file category.php from the Suffusion folder to your child theme folder. Then rename this new file category-snaps.php (replace "snaps" with whatever your category's slug is). When you open the file you will see this code:
- Code: Select all
if ($suf_category_excerpt == 'list') {
get_template_part('layouts/layout-list');
}
else if ($suf_category_excerpt == 'tiles') {
suffusion_after_begin_content();
get_template_part('layouts/layout-tiles');
}
else if ($suf_category_excerpt == 'mosaic') {
//suffusion_after_begin_content();
get_template_part('layouts/layout-mosaic');
}
else {
suffusion_after_begin_content();
get_template_part('layouts/layout-blog');
}
Replace it with this:
- Code: Select all
get_template_part('layouts/layout-mosaic');
Sayontan,
Thank you for the response - I had not checked in because we were out of town taking our dog to a clinical study for bone cancer.
Anyway. I am glad to know its possible, however, I don't know code! I'll try to play around with this on a sub-domain. This will be very helpful because we are creating a site for my husband's grandfather's paintings. We don't have a domain yet, but this is what I have so far on a domain not intended for the paintings:
http://what.bondiglio.com/category/art. When the category "art" is clicked, I want to display all the paintings, then display them according to each category clicked.
Do you have designers you'd recommend?
Many thanks!
~ Liliana