Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jessicasalmon opened this issue Nov 9, 2016 · 1 comment
Closed

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

jessicasalmon opened this issue Nov 9, 2016 · 1 comment

Comments

@jessicasalmon
Copy link
Owner

No description provided.

@jessicasalmon
Copy link
Owner Author

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 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant