pdmb
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] How can I add the current page URL, user's IP to the email?Solved! Just put the short code in the loop like blow:
<?php
while ( have_posts() ) : the_post();
echo do_shortcode( ‘[contact-form-7 id=”56″ title=”Intention.EN”]’ );
endwhile;
?>Forum: Plugins
In reply to: [Contact Form 7] How can I add the current page URL, user's IP to the email?http://contactform7.com/special-mail-tags/
Solution was here, but no support when use in the pages…Forum: Themes and Templates
In reply to: How to include a specific categories in the single PAGEForum: Themes and Templates
In reply to: Page Pagination Not Working with PagesThank you! I have the same problem like you, and now resolved. haha
Forum: Fixing WordPress
In reply to: the_content and next_posts_link did not work with query_postsI have the same problem like you, but the_content() can work, and next_posts_link() did not work.
my pagelate code is:
-
<?php query_posts('cat=8'); ?>
<?php while (have_posts()) : the_post(); ?>
<?php the_title(); ?>
...content...
<?php endwhile;?>Forum: Themes and Templates
In reply to: How to include a specific categories in the single PAGEThank you! Are there any other measures that can be done? I want to include a specific categories in the single PAGE, and page navigation could operate. Edit my MYSQL database? oh, no…
Forum: Themes and Templates
In reply to: How to exclude categories from being displayedI encountered a problem like you, but I used plugins to resolved.
it’s here the name advanced category excluder