Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,528
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,783
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
This may seem to be nit picking but I noted the print_r on the array to actually render browser output and within a heading tag.
The heading tag use is debatable but as a heading probably ought not have list items in that manner I would have probably thought to output a floated ul li construct either below the heading or run inline to the heading and as such you wouldn’t need to implode the array but simply do a while loop on it?
something like:
`
while (list(, $value) = each($profileTagFull)): ?>
`
that might also cut down the need for both explode/implode ?
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS