A few template-related questions
-
First, I just want to say, congrats on making an awesome alternative to the bloated NextGen Gallery. I was looking for something that is lighter than that behemoth, and your plugin seems to offer most of all that I wanted that NextGen can do without the bloat, and with better integration with WordPress. Thanks!
My main question is, how can I make the main “gallery” page have a
<title>
other than “Eazyest Gallery”? The one at domain.com/gallery/ I’d rather it say “Photo Galleries”. I’ve gone through all 8 pages of support questions and couldn’t find any mention of it. I couldn’t find reference to it in any of the template files, it seems to rely on WordPress outputting it in the header PHP code. Doing a find > find in files in Coda, I did find this line that I assume is associated, but not sure how to filter/change it in functions.php?line 376 in eazyest-gallery/eazyest-gallery.php
/** * Eazyest_Gallery::gallery_name() * Filter: * <code>'eazyest_gallery_menu_name'</code> * * @return string */ function gallery_name() { return apply_filters( 'eazyest_gallery_menu_name', __( 'Eazyest Gallery', 'eazyest-gallery' ) ); }
- The topic ‘A few template-related questions’ is closed to new replies.