-
AuthorPosts
-
February 7, 2024 at 3:19 pm #1433493
Hi there,
Could you pls help
The portfolio category page, like
Polyester spandex warp knit fabric | WLH TEX
1. How can I add a title
2. How can I add key words, while the seo plugin do not support in these page.
3. Each page only show 10 portfolio, can I show allThanks
Wang
February 8, 2024 at 9:56 am #1433627Hey Yaphoon,
Thank you for the inquiry.
Are you trying to add title tags to the portfolio items? This should be automatically added to the template, but if you want to manually specify it, you can install SEO plugins like Yoast or AIOSEO.
// https://wordpress.org/plugins/all-in-one-seo-pack/
// https://wordpress.org/plugins/wordpress-seo/
// https://yoast.com/page-titles-seo/You can increase the posts number by adjusting the value of the Settings > Reading > Blog pages show at most field.
Best regards,
IsmaelFebruary 8, 2024 at 2:36 pm #1433695Hi Ismael
i do not mean portfolio page, i mean portfolio catagory page
pls check this page
https://www.wlhtex.com/en/products/polyester-spandex-warp-knit-fabric/
Thanks and best regards,Wang
February 9, 2024 at 6:18 am #1433753Hi,
Thank you for the update.
The number of entries displayed on the portfolio category page can also be adjusted by changing the value of the Settings > Reading > Blog pages show at most. Have you tried that?
Best regards,
IsmaelFebruary 26, 2024 at 3:08 pm #1435449Hi dear Ismael,
thanks numbers problem solved
may i know if i can add a title of page
like that
ThanksFebruary 27, 2024 at 8:37 am #1435544Hi,
Thanks for the follow up.
You can display the title and breadcrumb by adjusting the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings. Set it to the first option to display the title and breadcrumbs.
Or edit the enfold/taxonomy-portfolio_entries.php file and look for this code:
<div class="category-term-description"> <?php echo term_description(); ?></div>
Replace it with:
<div class="category-term-description"> <h3><?php echo single_term_title(); ?></h3> <?php echo term_description(); ?></div>
Best regards,
IsmaelFebruary 28, 2024 at 1:22 pm #1435740Hi dear Ismael,
i like the Breadcrumbs, it is good.
and i want to customized some
1. change the backgroud and fonts color.
i want to change background white and fonts black2. how can i change the Breadcrumbs. because i find it is a bit wrong.
thanksWang
February 29, 2024 at 9:14 am #1435833Hi,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelMay 11, 2024 at 4:08 pm #1442974This reply has been marked as private. -
AuthorPosts
- The topic ‘portfolio category page build’ is closed to new replies.