Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    The breadcrumb is always the first wppa-box. The sequence of all the other boxes (that refer to the slideshow) is configurable in Table IX-6.x

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you know a little of php programming, you might wish to change wppa-theme.php. It is in the theme subdir of wp-photo-album-plus. Read this page before modifying.

    the line (22):

    wppa_breadcrumb('optional');

    produces the breadcrumb. You can place it lower, just prior to line 93:

    wppa_container('close');

    this will have effect on all wppa+ containers.
    If you want this only for slideshows, you will have to look in more detail in the code of wppa-theme.php. Make sure the wppa_breadcrumb() call is between wppa_container('open'); and wppa_container('close');.

    The calls to wppa_page(), like if (wppa_page('albums')) { } indicate the type of page involved.

    Thread Starter tonyswash

    (@tonyswash)

    Perfect! Exactly the solution I was looking for. Thanks so much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Breadcrumbs question’ is closed to new replies.