Before you ask please READ THIS

Titling issue of page for album categories

in Photon Posts: 5
So I've filtered my albums into categories so that I am able to list them in a menu while excluding albums that I do not want to show but there is an issue. The page comes up titled as "[first item]:[category]." I'm looking for a way to just have [category] name as the title but am not sure what to look for in the files.

Current versions are:
Photon 1.0.1
WordPress 4.2.2

Plugins:
Apollo13 Photon Post Types
Contact Form 7
Envato WordPress Toolkit
Password Protected
Screen Shot 2015-06-20 at 12.57.38 PM.png
1896 x 719 - 1M

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    I have just checked and in my case it displays : "Portfolio : Webdesign" . Didn't you call your main Albums list page "Magazines" ?

    However you can go to photon-a13/albums-list.php line ~51
    $title = sprintf( __('%1$s : %2$s', 'photon' ), $title, $term_obj->name );
    change it to:
    $title = $term_obj->name;
    With kind regards.
  • Posts: 5
    Hi there!

    Thanks for the line revision—that solved it. The main albums list page was called "Product Placements," which was why I was being puzzled.
  • AirAir
    Posts: 10,970
    It was cause current version lack of option to setup main Albums list page, but we will fix it :-)

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion