Descrição
Create custom menu items with links relative to the root url of the current wordpress installation.
Simply add a custom link as normal with the url prefixed by %ROOT%. e.g. to get http://mydomain.com/wp/myCustomPage if your wordpress lives at http://mydomain.com/wp then you just write %ROOT%/myCustomPage for your link url.
Relative Menu Item
Create custom menu items with links relative to the wordpress root url.
Important Notes
Not tested with multisite installations.
Instalação
Check out the official installation guide. It’s totally more awesome than anything I’d be bothered to write here. Plus, wordpress codex is your friend. (Mostly).
FAQ
This plugin has its own wiki. Any info on it will be there.
Avaliações
There are no reviews for this plugin.
Contribuidores e desenvolvedores
“Relative Menu Item Plugin” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ContribuidoresTraduzir “Relative Menu Item Plugin” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
0.1
- 02/12 First breath of life. String replace of %ROOT% implemented.