• Resolved stanwoodard

    (@stanwoodard)


    I’m trying out designfolio free and wanting to customize the homepage meta title but can’t find the <title> tag which would normaly be found in the ‘header.php’ file. How can I access the meta title? Does the paid version include custom meta titles?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author David Gwyer

    (@dgwyer)

    You can alter the title via the pc_theme_title() function in meta_boxes.php.

    If you want to edit meta data I would recommend this SEO Plugin:
    https://www.ads-software.com/plugins/wordpress-seo/

    Thread Starter stanwoodard

    (@stanwoodard)

    Thanks for the advice. For now I just want to augment the <title>. I found ‘api >classes > meta_boxes.php’ and changed changed this line
    ‘<title><?php $this->pc_theme_title(); ?>’
    to
    ‘</title> to <title><?php $this->pc_theme_title(); ?> – Environmental Aggregate and Material Services, LLC</title>’

    I hoped the change would be reflected site wide in the browser but there is no change. I’m using the designfolio-child theme and I tried uploading the modified file to both the child and the original with no luck. The pages are here — https://www.enviroagmat.com/wp/ Any advice is appreciated.

    Theme Author David Gwyer

    (@dgwyer)

    You need to edit the pc_theme_title() function itself in meta_boxes.php.

    Try changing the line on 682 (shown below) to append your custom message:

    echo $theme_title;

    Thread Starter stanwoodard

    (@stanwoodard)

    Got it. Thanks for your help.

    Theme Author David Gwyer

    (@dgwyer)

    No problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customize meta title?’ is closed to new replies.