Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    How to modify page tiles in bagisto (using velocity theme)

    General Discussion
    2
    2
    170
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      ket-c last edited by

      i think it has do with the SEO variables... but i am lost.
      where exactly is this SEO values so that i change?
      if it is not in the SEO side, please show me

      i have seen this code

      @php
          $channel = core()->getCurrentChannel();
      
          $homeSEO = $channel->home_seo;
      
          if (isset($homeSEO)) {
              $homeSEO = json_decode($channel->home_seo);
      
              $metaTitle = $homeSEO->meta_title;
      
              $metaDescription = $homeSEO->meta_description;
      
              $metaKeywords = $homeSEO->meta_keywords;
          }
      @endphp
      

      in packages > Webkul >Shop > src > Resources > views > home > index.blade.php
      i think is this value $homeSEO->meta_title; but ican not find exactly where it is

      i was able to trace

      $channel = core()->getCurrentChannel();
      

      in packages > Webkul > Core > src > Core.php
      but i did not see where i could modify the page title values

      I need help. Thanks.

      1 Reply Last reply Reply Quote 0
      • devansh-webkul
        devansh-webkul last edited by devansh-webkul

        Hi @ket-c,

        No need to go to code. Just go to the admin panel and then,

        Settings > Channels > Edit > Home page SEO

        Here you need to set your values.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post