rio38
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: WordPress Chokes at around 200 concurrent usersIS it alright to use caching software if I am using “most popular post” “Random Post”, and Google Adwords? I thought all of that is dynamic.
Do you have any specifics on the httpd.conf settings for my VPS configuration?
Thanks.
Forum: Fixing WordPress
In reply to: Call to wp_blog_header while connected to another databaseI tried both of those and still can’t get it to work. Very frustrated with this one. I need to make a call from my main DB then a call from the WordPress DB then go back to my other DB because I have a bunch of include files that make up subpages.
I am more looking for a direction as to how to accomplish this with some specific code.
Very basic code I used to simply display the categories (I just began):
<?php include "https://www.unsunghero.com/wordpress/wp-config.php"; include "https://www.unsunghero.com/wordpress/wp-includes/classes.php"; include "https://www.unsunghero.com/wordpress/wp-includes/functions.php"; include "https://www.unsunghero.com/wordpress/wp-includes/plugin.php"; include "https://www.unsunghero.com/wordpress/wp-admin/includes/template.php"; wp(); include "https://www.unsunghero.com/wordpress/template-loader.php"; ?> <html> <body> <div id="categories-all" class="ui-tabs-panel"> <ul id="categorychecklist" class="list:category categorychecklist form-no-clear"> <?php wp_category_checklist($post_ID) ?> </ul> </div> </body> </html>
Forum: Plugins
In reply to: [Plugin: AStickyPostOrderER] removes all posts from front pageI am having the same problem. Did you ever find out the cause of this?
Viewing 4 replies - 1 through 4 (of 4 total)