This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/sh | |
# This script will overwrite an existing | |
# WordPress installation with the current | |
# head of trunk. Once it has been reverted, | |
# you may need to update the database, and | |
# WP will prompt you for that automatically. | |
# This is untested with these options! | |
# The script commands work from the command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
register_post_type('book', array('label' => 'Books', | |
'description' => 'Books and other items for sale on the Heyday website', | |
'public' => true, | |
'show_ui' => true, | |
'show_in_menu' => true, | |
'capability_type' => 'post', | |
'hierarchical' => false, | |
'rewrite' => array('slug' => ''), | |
'query_var' => true, | |
'supports' => array('title','editor','excerpt','custom-fields','revisions','thumbnail','author','page-attributes',), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Your Name (required)<br /> | |
[text* your-name] </p> | |
<p>Your Email (required)<br /> | |
[email* your-email] </p> | |
<p>Subject<br /> | |
[text your-subject] </p> | |
<p>Your Message<br /> | |
[textarea your-message] </p> | |
<p class="captcha"> | |
Enter the following phrase in the text box below: |
NewerOlder