Marcomail
Forum Replies Created
-
Forum: Plugins
In reply to: click counter and log serverYes, i have posted in the comments…i don’t know if they are doing the same counting, but in my statistic i can see this:
go.php Pageviews 77 Total Requests 77
I think you have a pageview when a person click on the link, or not ?
Forum: Fixing WordPress
In reply to: Preventing WP from rewriting HTML in postsame problem
Forum: Plugins
In reply to: feedwordpressanyone ??
Forum: Fixing WordPress
In reply to: Sorry, but you are looking for something that isn’t here.I have find the problem….i have modified the index.php to show only post of one category :
<?php query_posts(‘cat=14’); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>If i delete <?php query_posts(‘cat=14’); ?> i can show the error message.
Do you have any idea to solve the problem ?
Forum: Fixing WordPress
In reply to: Allowing Visitors to Submit Posts with a Formi would liek the same thing
Forum: Fixing WordPress
In reply to: Call a custom field in the loopSchulte i ahve tried your tricks but it doesn’t work….i have solved with this:
<?php echo post_custom(‘syndication_permalink’); ?>
Is it possible use a conditional tag for see if the custom field exist ?
Forum: Fixing WordPress
In reply to: Call a custom field in the loopYes, i have already read it, but i don’t understand π
this is my loop:
<?php $my_query = new WP_Query('cat=6&showposts=8'); ?>
<ul class="friendgallerieslist">
<?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
<li>
<img src="/wp-content/themes/tb/images/img.gif"> <a href="<?php the_permalink() ?>" rel="bookmark" target="_blank"><?php the_title(); ?></a>
</li>
<?php endwhile; ?>i would call the custom link near the title of my post…what i do now ?
Forum: Fixing WordPress
In reply to: Yahoo don’t see my feedbumppp
Forum: Plugins
In reply to: submit articleAnd how can i create a special submit page ? I would like have a form to simple add new article with photos
Forum: Plugins
In reply to: submit articlei ask for the same thing
Forum: Fixing WordPress
In reply to: Different from /feed and wp-rssBut in my RSS button what i should use ? It’s prefer insert the url of the file or the permalink ? I must insert a cat in my feed like this
wp-rss2.php?cat=11
Forum: Plugins
In reply to: FeedWordPress and blogger datesCan you see if the navigation menΓΉ on single post work good ?
Forum: Plugins
In reply to: Group post by dateOk, thanks to all, i have solved
Forum: Plugins
In reply to: RunPHP problemI have the problem after i try to modify the post, the first time work…the other no
Forum: Plugins
In reply to: RunPHP problemWordPress 2.0.2
I have downloaded it from here http://dev.wp-plugins.org/wiki/RunPHP it’s write that it’s compatible with WP2