test melih
 melih
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • nysfda Friend
    #942189

    I just noticed this only happens when I’m accessing this page from the menu in the footer. The same thing is happening when I select "membership" from the same footer menu.

    Pankaj Sharma Moderator
    #942268

    Hi
    This is the page heading , its defined in the article php file .
    If you want to hide it for all article Go to
    /html/com_content/article/default.php" in template "ja_biz".
    Find this code

    
    <?php if ($this->params->get('show_page_heading', 1)) : ?>

    replace it with

    
    <?php if ($this->params->get('show_page_heading', 0)) : ?>

    Hope it helps .

    nysfda Friend
    #942479

    I don’t think you read my question completely. That is not the answer as I am able to link to that article from the MAIN menu just fine without the page title ARTICLE.

    Anyway, I figured it out on my own. The footer menu item was not linking to a menu item but rather the article itself. Once I linked it to the menu item the page title "Articles" went away.

    Pankaj Sharma Moderator
    #942489

    Hi
    Glad u figure it out , I thought issue is the hide the title articles as u asked

    can you tell me where the title "ARTICLES" is coming from on the following page:

    Sorry if i misunderstood .

    nysfda Friend
    #942504

    No problem, thank you.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  nysfda 8 years, 7 months ago.

The topic ‘Can not change page title’ is closed to new replies.