![]() |
|
Edit Title - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Edit Title (/thread-13688.html) |
Edit Title - cenkgoksel - 2022-01-09 Hi everyone just want to ask is there any way to edit title of the photos or album pages. title: Handmade Cream Blanket | Cream blankets | Fluffy Dreams in this page title can i edit like how i want be couse i want to take of ( cream blankets ) from middle be couse its to long and not make sanse. Thanks very much Edit Title - fretzl - 2022-01-09 I see you're using the zp-base theme. Try this: in the theme folder find inc/header.php. Now look for Edit Title - cenkgoksel - 2022-01-10 Thanks for answer Edit Title - acrylian - 2022-01-10
Not without editing/modifying the theme. THere are separate functions available. Please review the links fretzl posted for the basics of themining Edit Title - cenkgoksel - 2022-01-24 Dear @acrylian and @fretzl thanks very much for response me again. Edit Title - acrylian - 2022-01-24 That actually would work. Are you sure you edited the right file and actually the one on your site? Also looking at the source code quickly you should check your modifications as I see invalid code (which is not form the zbase theme itself):
Beside Edit Title - fretzl - 2022-01-24 About the title: In the meantime try this: In inc/header.php (line 101) replace `` with
Edit Title - cenkgoksel - 2022-01-29 Dear @acrylian and @fretzl thanks very much for your help again. Dear @fretzl i edit the printheadtitle code like how u say; if ((class_exists('RSS')) && ($rss_option != null)) printRSSHeaderLink($rss_option,$rss_title); ?> Edit Title - fretzl - 2022-01-29 I guess the Gallery title() is needed here instead of the getMainSiteName(). Try this instead:
Edit Title - acrylian - 2022-01-29 To explained the difference:
Edit Title - cenkgoksel - 2022-01-30 Thanks Very much for all information last code work perfect. |