jessicasalmon / em-illustrator

custom Word Press theme for Emily McGovern's illustration and comic website
0 stars 0 forks source link

[migrate content] from page-about.php to WP #17

Closed jessicasalmon closed 7 years ago

jessicasalmon commented 7 years ago

dynamic content created through using posts with wp_query

<?php query_posts('cat=10'); while (have_posts()) : the_post(); ?>

should be a better way [i.e. inputting content directly into about page in wp-admin and having it show, see issue #24 ]