Your Time:
Our Time:

Fixing the Title on a specific pages

Sorry, but you do not have the capability to view this topic

  • Resolved
    Posted in: Hostme V2  
    • Topics: 2
    • Replies: 2
    • Total posts: 4
    Post count: 2
    Rastur
    Member
    2013-10-20 at 10:18 pm #292

    I would need to change the title of a page.

    Example here: http://compedu.si/scheduled-courses/al32-korn-and-bash-shell-programming/

    What i need is to change the “Blog” into the actual page title, in this case “AL32 – Korn and Bash Shell Programming”.

    The Blog title is present only on pages that display events, all other pages work fine. I believe it has something to do with the Event Manager plugin in use. The guys who made the plugin said the following:

    Actually, this is a problem with your theme. You’ll need to find the page.php file in your theme and find the H1 that looks like this:

    <h1 class="page-title">Blog</h1>

    Then you need to replace “Blog” with;

    <?php the_title(); ?>

    If this doesn’t work for you, you’ll need to get in touch with the original theme developer to assist you with this.

    I have located the call in atp_generator.php on line 378. but messing with it affects all titles across the webpage.
    $out .= '<h1 class="page-title">'.$title.'</h1>';

    Can you provide some assistance?

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.