loller6661
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [PLUGIN: Askimet] FAiled connecting to their serversAnyone?
my server host has sent me this:
Please noet that Iweb technologies, we do not block any IP or port on our network. I also loged to your server and was able to connect to the domain you provided, as you can see in this output : root@cl-t137-091cl [~]# ping Akismet.com PING Akismet.com (66.135.58.61) 56(84) bytes of data. 64 bytes from akismet.com (66.135.58.61): icmp_seq=1 ttl=51 time=55.1 ms 64 bytes from akismet.com (66.135.58.61): icmp_seq=2 ttl=51 time=54.8 ms 64 bytes from akismet.com (66.135.58.61): icmp_seq=3 ttl=51 time=54.9 ms ^C64 bytes from akismet.com (66.135.58.61): icmp_seq=4 ttl=51 time=54.9 ms --- Akismet.com ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3001ms rtt min/avg/max/mdev = 54.887/54.989/55.193/0.263 ms root@cl-t1xx-0xxcl [~]# telnet Akismet.com 80 Trying 66.135.58.61... Connected to Akismet.com (66.135.58.61). Escape character is '^]'.Forum: Themes and Templates
In reply to: Adding to the Single post page all blog poststhanks a lot for the work and all tips!
you are the one I needed on this board 😉
Forum: Themes and Templates
In reply to: Adding to the Single post page all blog poststhe theme is ithemes 1.8 btw 😉
http://www.mangoorange.com/downloads/i3theme-1-8-classic.zipForum: Themes and Templates
In reply to: Adding to the Single post page all blog poststhanks
Forum: Themes and Templates
In reply to: Adding to the Single post page all blog posts<?php get_header(); ?> <div id="content-padding"> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post-nav"> <span class="previous"><?php previous_post_link('%link') ?></span> <span class="next"><?php next_post_link('%link') ?></span> </div> <div class="post" id="post-<?php the_ID(); ?>" style="margin-top: 0;"> <table id="post-head"> <tr> <td id="head-date"> <div class="date"><span><?php the_time('M') ?></span> <?php the_time('d') ?></div> </td> <td> <div class="title"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"> <?php the_title(); ?></a></h2> <div class="postdata"> <span class="category"><?php the_category(', ') ?></span> <span class="right mini-add-comment"> <a href="#respond">Add comments</a> </span> </div> </div> </td> </tr> </table> <div class="entry"> <?php the_content('Continue reading »'); ?> <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> <?php edit_post_link('Edit', '', ''); ?> </div><!--/entry --> <?php comments_template(); ?> </div><!--/post --> <?php endwhile; else: ?> <p style="margin-top:25px;">Sorry, no posts matched your criteria.</p> <p><?php posts_nav_link(); ?></p> <?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("showposts=10&paged=$page"); while ( have_posts() ) : the_post() ?> <div class="post_excerpt" id="post-<?php the_ID(); ?>"> <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3> <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php the_tags(__('Tags: '), ', ', ' — '); ?> <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div> <?php the_excerpt(); ?> <div class="feedback"> <?php wp_link_pages(); ?> <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?> </div> </div> <?php endwhile; ?> <p><?php posts_nav_link(); ?></p> <?php endif; ?>shows no posts when i visit my single.php
btw the reason why I want/need this is because of link trades to specific blog posts. A visitors comes on a single post, but only reads that blog posts and forgets there are more blog posts. You can keep them a lot longer on your blog if you can show them the the other blog posts right under it.
Forum: Themes and Templates
In reply to: Adding to the Single post page all blog poststhx a bunch, but when i test it I only get the blog titles.
Would it be possible to display them just as any post is shown on the index page?
Forum: Themes and Templates
In reply to: Adding to the Single post page all blog postsesmi yea great… but I have seen it on a few sites.
And isnt the whole point of open source that you can adjust it to your likings?
And isnt the whole point of a support forum to help?Forum: Fixing WordPress
In reply to: Dashboard – RSS errorTHANKS!!!
that seem to do it.
Forum: Fixing WordPress
In reply to: Dashboard – RSS errorOk,
– reinstalling wp-includes and wp-admin : done (now manually, yesterday by automated upgrade process) by deleting the folder first and then reuploading the standard files.
– disabled plugins one by one, no effect
Akismet
All in One SEO Pack
Delete Comment IP
Disable Revisions
Nofollow In Posts
Simple Tags
WordPress Database Backup
WP-ContactForm
WP-PageNavi
WP Super Cachehtaccess:
# BEGIN WordPress # END WordPressForum: Plugins
In reply to: [Plugin: WP Super Cache] Wp super cache deletes files every 15-20 minutesproblem seems to be gone after another clean install
Forum: Fixing WordPress
In reply to: Permalinksok thanks,
thanks for the advice as well. I tried out several combinations year/month/posttitle
but also category/posttitle.So I guess I should stick the the year/month/posttitle combination.
Forum: Requests and Feedback
In reply to: Security Issue?ok thanks guys
Forum: Requests and Feedback
In reply to: Security Issue?ok thx for the feedback.
Will it give issues when I upgrade the blog when having install.php removed?
Forum: Plugins
In reply to: [Plugin: WP Super Cache] after update 0.9.2 server resources doubledinstalled the files you suggested but that seems to crash wordpress… I replaced them by ftp , first turned the plugin off. Then reactivated the plugin and each page is blank after that even wordpress admin pages (cache is cleared)
I guess I’m not gonna do instant updates anymore..
Forum: Plugins
In reply to: [Plugin: WP Super Cache] after update 0.9.2 server resources doubledMe again 😉
I detected that y server only stays normal in a 12 hour timeframe, after that the server load increases to double or triple, it looks like the cache isnt working properly then anymore.
If I then do a update status + clear cache into the settings then it seems to work again for +/- 12 hours.
PHP Version 5.2.5
Apache version 2.0.63
MySQL version 5.0.67-community
linuxwill try to post graphs in the next days so you can see the pattern
Havent yet tried out the new files, will do that in a few days so I can post the pattern as well. My blog has about 25k uniques/day just in case you needed that info.