"post_html" problem using PHP code
-
Hi,
I’m using the wpp_get_mostpopular function, and trying to customize the post_html variable.
Using the example code as such, it works correctly:
<li>{thumb} <a href='{url}'>{text_title}</a> </li>However I want to modify it to the following, but it doesn’t display anything at all:
<li> <a href='{url}'>{text_title}{thumb}</a> </li>Why is this? Shouldn’t it allow me to format the output as I wish?
Thanks,
Chris.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘"post_html" problem using PHP code’ is closed to new replies.