letusrise
Forum Replies Created
-
@esmi
Thanks for answering my question.– Well, I’m hoping that their would be a filter for this as it would be so useful to have this. It would have an option call attached images through a function and through the systematic naming of image files.
🙂
I ended up unsetting arrays to just 1 array count but if anyone has better solutions, you can post it here. 🙂
Thanks. Excited to see this in the next WordPress release. Hoping it would be release on the next WP’s version. 😀
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Default value for 'fields'@scribu Wow, I’ve been waiting for this feature. 😀
Forum: Fixing WordPress
In reply to: Ajax related problems.Anyone?
Forum: Fixing WordPress
In reply to: Attachment – Modifying Permalink RewritesAnyone?
Wow, cool. Thanks so much for your immediate response!
Bro, can I have another question?
$thequerydirector = new WP_Query( array( 'post_type' => 'person', 'connected' => $post->ID, 'connected_meta' => array( 'role_type' => 'director' ) ) ); echo '<ul>'; echo '<li><strong>Director:</strong> '; while( $thequerydirector->have_posts() ) : $thequerydirector->the_post(); $permalink = get_permalink(); $thetitle = get_the_title(); $directors = '<a href="' . $permalink . '">' . $thetitle . '</a>'; $wdirectors = '<a href="' . $permalink . '">' . $thetitle . '</a>'; echo $wdirectors; endwhile; echo '</li>'; wp_reset_query();Is there a better way of improving this? Also, I want it to do like “foreach” because I want to add comma to each custom post type “person” connected as director.
Like for example.
Directors: Person A, Person B, Person C
Thanks and God Bless!
Forum: Fixing WordPress
In reply to: WP Query Post by Custom Field ValuesAh, thanks. I will try that.
Additional Information:
I need to query ‘USA’ in the custom field value. Custom field key contains ‘USA, China, Japan’. How can I query this?
Thanks and God Bless!
Forum: Fixing WordPress
In reply to: Is it possible to add a default page per post?Thanks for your response! I was planning to make a movie database just like imdb.com.
http://www.imdb.com/title/tt1071875/
http://www.imdb.com/title/tt1071875/fullcredits
http://www.imdb.com/title/tt1071875/synopsis
http://www.imdb.com/title/tt1071875/businessI want to do something like this.
Forum: Themes and Templates
In reply to: CSS sidebar problems when in single page.Problem solved. Found the problems at header.php.
@apljdi Thanks for your concern bro. I really appreciate it.
Thanks and God Bless!
Forum: Themes and Templates
In reply to: Do I need Firebug to create a child theme?In my own opinion, Firebug is very useful because in one click you could see what CSS code is it. You can easily edit your themes fast and precise.
Forum: Fixing WordPress
In reply to: If and Else statementsPlease help me. 😀
Forum: Fixing WordPress
In reply to: Need help on If and Else statements.Wow, thanks so much bro.