zamarrone
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Print a list of child pages for each mother pageHi MichaelH, thank you very much! Tomorrow I will try to integrate your code in my pages and i’ll let you now.
thanks again
zamForum: Fixing WordPress
In reply to: Find the page idThanks! Hmmm… but I’m searching for the id of the “mother page” (eg: “COMPANY”), can I do that with that function?
(sorry for my bad english, I’m italian) 🙂
Zam
Forum: Fixing WordPress
In reply to: Strip html tags from Custom Excerptok, it works fine!
thank you a lot! 😉
Forum: Fixing WordPress
In reply to: Strip html tags from Custom ExcerptSure!
<!-- Loop --> <?php $oddentry = 'class="gray" '; ?> <?php query_posts('cat=14&showposts=4&offset=1'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div <?php echo $oddentry; ?>> <div class="midcolumnpost"> <h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3> <!-- ******************* HERE IS THE EXCERPT ******************** --> <?php strip_tags(the_excerpt());?> <!-- ************************************************************ --> <div class="details"> <?php the_time('F Y'); ?> | <?php comments_popup_link(__('Comment'), __('1 comment'), __('% comments'));?> | <a href="<?php echo get_permalink(); ?>" title="Read more">Read more...</a> </div> </div> </div> <?php /* Changes every other post to a different class */ $oddentry = ( empty( $oddentry ) ) ? 'class="gray" ' : ''; ?> <!-- End of Loop for middle column --> <?php endwhile; else : ?> <?php endif; ?>I’d like to strip html tags just from this loop. In the same page I have other loops in where I’d like to keep html in the custom excerpt.
Thanks!
Forum: Fixing WordPress
In reply to: Strip html tags from Custom ExcerptThanks! I tired that way before posting but it seems it don’t work with the php function…
Zampa
Forum: Themes and Templates
In reply to: How ta add post on the home pageoh my gosh! the numer was in the *main* option menu and I was searchin it in the jungle! 😉
sorry. [resolved]
zamForum: Themes and Templates
In reply to: How to add a “read more” system in iNove templateok! it all works fine and so you have earned an official gratitude-kiss!
😉
thanks for the fastest useful-reply ever!
Forum: Themes and Templates
In reply to: How to add a “read more” system in iNove templatelet me try in a hurry and I’ll go back to kiss u soon 😉