crypticsoft


Member since 02/04/2011

Name: todd wilson

Location: phoenix, az

Website: http://toddwilson.icreativepro.com

4 snippets

5720 profile views

4 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

crypticsoft's Recent SnippetsTagged post



« Prev 1 Next »
I need this function all too often and figured I'd share it. Limit the_content() by word limit by using built in WordPress functions.
0 784 posted 11 years ago by crypticsoft
When you create a custom post type and need to query by ID then you can pass in the 'field' and the 'terms' with the ID for that post type.
0 781 posted 12 years ago by crypticsoft
The code references a custom post type (mysite_listings) and adds custom columns for editing the listings in the admin. This adds custom fields onto the edit / list views. Note: You will want to change instances of "mysite_listings" with your own...
1 1063 posted 13 years ago by crypticsoft
Example shows how to register post types for : * Listings (defined as 'mysite_listings' with the rewrite slug 'lookup') * Then registers the 'usa_states' taxonomy to the mysite_listings post type.
0 1140 posted 13 years ago by crypticsoft
« Prev 1 Next »