rainer23
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exporting the headlines of all your blog postsThanks vtxyzzy, it works great! First tested it offline with Xampp. Then repeated the same on my wordpress blog. If this is going to be a wordpress plugin I’m giving your work a thumbs-up!
$posts_per_page = 10, thats where you change the number of titles displayed?Forum: Fixing WordPress
In reply to: Exporting the headlines of all your blog postsThanks vtxyzzy, including ‘Shortcode to List Post Titles‘ code into functions.php worked. There are about 3500 articles on my blog. Could be that code above displays all posts on one page and this might be causing what I got:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 35 bytes) in /var/www/web48/html/wp-includes/post.php on line 4351
In your first post it says, posts_per_page=50. How to include this into script above?
Forum: Fixing WordPress
In reply to: Exporting the headlines of all your blog postsThanks vtxyzzy, yes this is exactly what would do the job!
You mean, to create a new page at pages/new page but where exactly to enter that code?Forum: Fixing WordPress
In reply to: How to create article list menu itemThanks, I’m just looking for that to have a listing of all articles.
It seems this plugin above only works when starting a blog. To do this when a blog has already let’s say 3500 articles, to have all those headlines listed, is there a way how to do that later? Thanks for any suggestion!Thanks printfriendly. I’m running wordpress 3.1 und using printfriendly 2.1.4 .
Forum: Fixing WordPress
In reply to: Slow queries( SQL_CALC_FOUND_ROWS) bringing down siteThis doesn’t make sense since all big newspapers and magazines run with the same phpmyadmin database system. If thousands of newspapers can do it this must be common knowledge how to manage large databases. Might be rather something like, yes we can, but not for free?
Forum: Fixing WordPress
In reply to: Slow queries( SQL_CALC_FOUND_ROWS) bringing down siteThis doesn’t make sense since all big newspapers and magazines run with the same phpmyadmin database system. If thousands of newspapers can do it this must be common knowledge how to manage large databases. Might be rather something like, yes we can, but not for free?
Forum: Installing WordPress
In reply to: Unable to access / failed to open stream“failed to open stream” means files are missing.
Forum: Installing WordPress
In reply to: Unable to access / failed to open streamWarning above clearly says that you did not upload all the files, please check that all files are uploaded.
Forum: Installing WordPress
In reply to: Upgraded to 3.1, Now my Permalinks Dont work!I’m running a wordpress blog since Nov 2008, doing every upgrade. Meanwhile there are 3500 posts and so far after upgrading to 3.1 there is no permalink issue, all post links are ok. Concerning broken links after upgrading to 3.1, guess a database query would solve the problem.
Something like UPDATE wp_post SET post_content = replace(post_content, ‘[tweet]’, ” ) ;
source: http://www.wprecipes.com/wordpress-tip-get-rid-of-unused-shortcodesForum: Fixing WordPress
In reply to: Is my permalink structure compatible with WP 3.1?Thanks t-p, all went ok, upgrade to 3.1 went without issues. I’m having 4000 philosophical articles, one thousand comments and upgrades are kind of more nerve-racking as when just starting a new blog. Again thanks for your help!
Forum: Installing WordPress
In reply to: upgrade to 3.1 Home page no longer loadsMy installation/upgrade works fine, no issues. Please again read the manual what comes with the wordpress package.
Forum: Installing WordPress
In reply to: Upgraded to 3.1, Now my Permalinks Dont work!What happened when you tried this, http://wordpress.org/extend/plugins/permalink-fix-disable-canonical-redirects-pack/ – did this solve the problem?
Forum: Installing WordPress
In reply to: Upgraded to 3.1, Now my Permalinks Dont work!To summarize, please correct if I’m wrong, those who make automatic upgrade while having all their plugins activated are getting permalink errors or white pages. Those who deactivate their plugins and widgets and make manual upgrade, checking if all files are uploaded, have no problem, everything works fine?
Forum: Fixing WordPress
In reply to: WORDPRESS 3.1 NOT OPENING IN INTERNET EXPLORERThanks prankster ttbth, welcome to ie8. Your site works fine with FF and ie8, Chrome and Opera.