Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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 all

    Thanks

    Wang

    #1433627

    Hey 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,
    Ismael

    #1433695

    Hi 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

    #1433753

    Hi,

    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,
    Ismael

    #1435449

    Hi dear Ismael,
    thanks numbers problem solved
    may i know if i can add a title of page
    like that
    QQ20240226220327.jpeg
    Thanks

    #1435544

    Hi,

    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,
    Ismael

    #1435740

    Hi 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 black

    2. how can i change the Breadcrumbs. because i find it is a bit wrong.
    20240228201645.jpeg
    thanks

    Wang

    #1435833

    Hi,

    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,
    Ismael

    #1442974
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘portfolio category page build’ is closed to new replies.