Marcomail
Forum Replies Created
-
Forum: Plugins
In reply to: Feedwordpress and latest postAny help for me ?
Forum: Plugins
In reply to: Feedwordpress – show feed on sidebarThanks, i have seen you script, but work on wp 2.0.2 ?
Forum: Plugins
In reply to: Conditional code and php codeHow can i add to the funcion
if (is_home()) {
the other path like category/date ?
i would like do this:
if (is_home() and is_date() etc etc
what i do ?
Forum: Plugins
In reply to: Sticky for different categories?I have found this:
http://guff.szub.net/2005/01/27/get-a-post/
It works good but duplicate the sticky post in the category
Forum: Plugins
In reply to: Sticky Post / select custom field pluginThe link doesn’t work
Forum: Plugins
In reply to: Conditional codehow can i do this:
if is home and if is date and if is category
echo etc etcelse
echo etc etcForum: Plugins
In reply to: Conditional codeMoshu i love you…conditional code works good in my external page
thanks a lot
Forum: Plugins
In reply to: Conditional codeif you understand i would like use a different template page or show the wp_header with conditional code to differentiate some thing in my external page 🙂
Forum: Plugins
In reply to: Conditional codeThanks Moshu, i’m happy to speak with you.
Sorry for my english but i don’t speak very well 🙂
Forum: Plugins
In reply to: a new template page with callingit’s not a wordpress page…is it strange ?
Forum: Plugins
In reply to: a new template page with callingIs not a page template…is in another subdirectoy of my site.
works good with a simple include ?
Forum: Plugins
In reply to: a new template page with callingif i create my page
newpage.php
i can recall with
<?php get_newpage(); ?>
??
Forum: Plugins
In reply to: Comment in external page ?None ?
Forum: Plugins
In reply to: Plugin: Image Browser (formerly called Insert ImagNice hacks! is compatible with WordPress 2.0.2 ?
Forum: Plugins
In reply to: what is <?php wp_head(); ?>yes, i think you have sure, <?php wp_head(); ?> should be for plugins…
…postrating works good but i can’t see the useronline after i have moved <?php wp_head(); ?> in the index.php template