Php syntax issues

Malthiniam5

New Member
I'm new to php... This is wordpress. What is the issue here? It's a simple for each loop...\[code\]<?php foreach( $how_posts as $post ) : setup_postdata($post); echo '<li><a href="http://stackoverflow.com/questions/15534487/#section_' . get_post_meta($post->ID, 'sub_nav_name', true); . '">' . the_title(); . '</a></li>'; $nav_items[] = html_entity_decode(get_the_title(), ENT_QUOTES, 'UTF-8'); endforeach; ?>\[/code\]
 
Back
Top