Show/Hide Page Title - Joomla 2.5

General questions relating to Joomla! 2.5. Note: All 1.6 and 1.7 releases have reached end of life and should be updated to 2.5. There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
User avatar
kelecz
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Fri Nov 06, 2009 8:31 pm
Location: Belgrade, Serbia
Contact:

Re: Show/Hide Page Title - Joomla 2.5

Post by kelecz » Sun Apr 06, 2014 7:18 pm

Metzed wrote:Back up your database before you try this.

I used the following SQL code in phpmyadmin to hide those menu titles across the whole site. Much easier than going through all of them manually.

Code: Select all

update tableprefix_menu set params = replace(params,'show_page_heading":"1','show_page_heading":"0');
If you have problems using it after copying and pasting, then retype the apostrophes and quotation marks.
Can not do it that way.
It is joomla 2.5 and www.konji.rs
For any help will be grateful.

kardinol
I've been banned!
Posts: 29
Joined: Sun Aug 18, 2013 11:23 am

Re: Show/Hide Page Title - Joomla 2.5

Post by kardinol » Sun Apr 06, 2014 9:17 pm


sheetal20
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Mon Mar 31, 2014 6:02 am

Re: Show/Hide Page Title - Joomla 2.5

Post by sheetal20 » Mon Apr 07, 2014 5:09 am

You can hide the title on:
Components/com_content/article/default.php
<?php echo $this->escape($this->item->title); ?></a>
comment the code

bqaryouti
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Oct 21, 2015 5:46 pm

Re: Show/Hide Page Title - Joomla 2.5

Post by bqaryouti » Wed Oct 21, 2015 5:50 pm

Its easy.

change the global setting for menus to not show page titles, then go to menu and rebuild it. and its going to work fine.


Locked

Return to “General Questions/New to Joomla! 2.5”