• Resolved jazuly

    (@animekosia)


    how to edit title page…
    in title page im using acf (advanced custom fields)..

    like u can see, in browser tab just showing byplayer, but the title page is Download Byplayers Episode 01-12 (Completed) PAHE

    for download and Episode 01-12 (Completed) PAHE im using acf…
    image

    sory for my english, i try my best

    • This topic was modified 7 years, 11 months ago by jazuly.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Animekosia,

    thanks for using MH Magazine lite.

    how to edit title page…

    You could make use of plugins like Yoast SEO and edit the SEO title for the particular page through the plugin. That is what will be shown in the browser tab.

    Thread Starter jazuly

    (@animekosia)

    cant I set it up without a plugin?

    Not really. If you don’t want to use a plugin, then you would need to code a custom solution to specify content for the <title>-tag for the particular pages on your site as it seems that you’re modifying this with advanced custom fields.

    Out of the box WordPress will output the regular post / page title within the <title>-tag. But as mentioned, it seems you’ve modified that, either through custom code or by using a plugin.

    Thread Starter jazuly

    (@animekosia)

    i try adding this to my header.php

    <head>
    <title>Download <?php the_field(‘katdram’); ?> <?php the_title(); ?> <?php the_field(‘episode’); ?> – PirateFile</title>
    </head>

    thats work but in my homepage the title is the last post title, not my website name..
    for example my website name Piratefile – Just Another WordPress
    the latest post was Post 1

    in browser tab showing Post 1 not Piratefile – Just Another WordPress

    • This reply was modified 7 years, 11 months ago by jazuly.

    Sorry, this is a free forum for theme-related support, we can’t debug your custom code here. What you’re referring to is custom development which isn’t anymore related to what the theme or WordPress do out of the box.

    You could do some troubleshooting on your site and check if your code is implemented correctly or if possibly other code is interfering with your custom code.

    In case you’re not familiar with coding and if you need assistance with custom development, you could either hire a developer for custom work or try to find help in the WordPress development forum.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to edit title page’ is closed to new replies.