內容簡介
這個外掛提供了一個基本的相簿功能,風格跟 vk.com 上的相簿很相似。該外掛註冊了新的分類(相簿)及新的文章類型(照片)。它完全支援自適應化 (bootstrap grid)。
此外,它還包含了 URL 重寫系統,可以通過類別中的設置來進行管理。這些規則在類別構造函數中聲明。
它還包含了本地化系統 (L18N),翻譯存放在 plugin_dir().’/locatization/’ . WordPressPhotoAlbum::LOCALE . ‘.php’ 中。可以通過 WordPressPhotoAlbum::__t(‘some_phrase’) 進行調用。
任意部分1
歡迎提供任何新功能的建議。
Github 存儲庫 https://github.com/TemirkhanN/wordpress-photo-album
外掛標籤
開發者團隊
原文外掛簡介
Basic photo gallery that is familiar to vk.com photo albums. Plugin registers new taxonomy for albums(terms) and new post_type for photos. It is fully adaptive(bootstrap grid)
Url rewriting system included, so it is manageable by settings in class.
Rules are declared in class constrcutor.
L18N system included – translations kept in plugin_dir().’/locatization/’ . WordPressPhotoAlbum::LOCALE . ‘.php’
Can be called by WordPressPhotoAlbum::__t(‘some_phrase’)
Arbitrary section 1
Welcome for any suggestions about new features
Github repository https://github.com/TemirkhanN/wordpress-photo-album
