I\'ve created a custom post type using register_post_type( \'gallery\' , $args );, setting the capability_type to \'post\'.
upgraded to 3.1.. using the Devster theme.The slideshows and another special post query stopped working..
I created a custom post type with the register_post_type function, and now I want to add custom fields to 开发者_Go百科it. These must be as user friendly and integraded in the GUI as possible.
After every post I am displaying tags <?php global $post; foreach(get_the_tags($post->ID) as $tag) {
Which is the best solution when we have multiple loops in the same page? I am using for the main loop this:
I\'m developing a custom plugin in Wordpress. I also have the TinyMCE Advanced Wordpress plugin activated and working.
I have 700 artworks (custom post type) and I want to break them in pages, but they have to be开发者_开发技巧 in random places each time.
I am creating a theme options page for my theme, and I want to alert users when their options have been saved. Any idea how? Below is my code what I am using in the functions.php code.
I\'m using a WordPress design for www.williamcoit.com. My site shows all the content on the开发者_运维问答 Services page in Firefox, but it cuts off at Local Services in Internet Explorer.
I\'m trying to redirect users to a custom page I made when they log in, but I\'m not sure I have it right. I don\'t know exactly which function or variables to use. I want to use the index.php as a wa