aurelius1
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Try this…
<?php $children = wp_list_pages(title_li=&child_of='.$post->ID.'&echo=0'); if ($children) { ?> <ul> <?php echo $children; ?> </ul> <?php } ?>For more options with what is displayed search this site for wp_list_pages
Forum: Fixing WordPress
In reply to: How do I keep the header from reloadingHave you tried using frames or Ajax?
See this link here
Forum: Fixing WordPress
In reply to: WordPress Theme Corrupt? Can’t find the “template” or “stylesheet”.Cool cool. Yes that will do it. And if all else fails trial-and-error with the default theme is still a good troubleshooting technique
Forum: Fixing WordPress
In reply to: WordPress Theme Corrupt? Can’t find the “template” or “stylesheet”.Does the template appear in the list of available templates when the video media is not included in the tem-videos.php file?
If not what do you have as the commented out text at the top of your custom template php file?
Forum: Fixing WordPress
In reply to: wordpress text and heading formatYou need to know how to modify the css in your WordPress theme under http://<website root>/wp-content/themes/<theme name>/style.css
Viewing 5 replies - 1 through 5 (of 5 total)