issues
search
manGoweb
/
MangoPress
(WordPress + Nette)²
35
stars
4
forks
source link
Helpers for Latte to work nicely with WordPress
#25
Closed
ViliamKopecky
closed
8 years ago
ViliamKopecky
commented
9 years ago
get_*() functions return unescaped content, but with htmlentities (Latte doesnt like that)
get_content() and get_excerpt() must be inside loop to work, but workaround is to apply_filter("the_content", $post->post_content);