Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi rana1863,

    thanks for using MH Magazine lite.

    It seems what you are looking for is a breadcrumb navigation. This feature is available in the premium version of MH Magazine, like you can see in this example.

    As an alternative there also are plugins for this. If you are using a SEO plugin, there also is a pretty good chance that there is a breadcrumb navigation included. If you want to use plugins for this, there usually is a bit of coding involved to make it work, in that case you will find more information in the documentation for the plugin.

    Thread Starter rana1863

    (@rana1863)

    Hi,

    Thanks for your reply!

    Yes I’m using Yoast SEO Plugin and just checked it do have options for breadcrumb navigation (Thanks for letting me know this is what they are called).

    There is some code that I need to add to theme template to make it work. Here it is:

    <?php if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
    } ?>

    Can you please let me know in which theme files I need to add this code?

    And do I need to do this via child theme or I can edit the existing theme files?

    Yes, as soon as you start editing theme files, it’s always recommended to create a child theme first. Otherwise your changes will be lost after theme updates.

    We can’t provide free support for theme customizations, but if you are familiar with coding and want to implement this in your theme, you could modify all files where you want to display the breadcrumb navigation: index.php, single.php, page.php, …

    Thread Starter rana1863

    (@rana1863)

    Thanks for your support so far!

    I can understand you not providing free support for theme customization. I want to display breadcrumb navigation on individual posts, so just need to know which file to modify? Single.php I guess, right?

    Yes, in that case it’s single.php.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need Home> Category> Post Title on all posts above title’ is closed to new replies.