houseofstrauss
Forum Replies Created
-
Forum: Plugins
In reply to: steady offload wp-offload, does it work?Thanks for that bl0fish. So I ‘viewed source’ code and all my images are still being called from my own server. (24hours after signup) I have inputed my filters, as I see correctly. I added https://mydomain.com/ and https://www.mydomain.com/ which should allow only offloading from that domain, right? Anyway, as said, nothing has changed in my source and I see no performace benefits, yet.
I should add that I turned off all site cacheing (iblog cache) and cleared my browser cache also.
Thanks for the clarification on credits.Any advice??
Thanks
Forum: Plugins
In reply to: Xcache, any special set up needed?You need to have x-cahe installed and configured on your server. Probably not available on a shared host, but if you have VPS or a dedicated server, you should install this yourself. You are right, dropping aplugin file is not the whole story. see https://xcache.lighttpd.net/ for more details
Forum: Plugins
In reply to: changing the look of wp-login.php and the register screenBTW to change the logo link to go to your main index page simply use ‘index.php’
Forum: Plugins
In reply to: [Plugin: Register Plus] – can’t be activated in WP 2.5.1pleAseNote: the plugin DOES work with my online test site using php v 5 Local version is 5.25 Hope that helps
Forum: Plugins
In reply to: [Plugin: Register Plus] – can’t be activated in WP 2.5.1Exactly the same issue as eno.
Parse error: syntax error, unexpected $end in C:\wamp\www\wp1\wp-content\plugins\register-plus\register-plus.php on line 877 On a fresh local install of 2.51
Hoping for fix?
Thank-you
Forum: Plugins
In reply to: Exclude subcategories in archives pageSo, here is my archive.php file with modified depth perameter according to codex page here
‘<?php wp_list_categories(‘depth=1′); ?>’
Except it still wont’t filter out sub-categories on my main categories pages.
————–
‘<?php
/*
Template Name: Archives
*/
?><?php get_header(); ?>
<?php get_sidebar(); ?>
<div class=”middle”><h2>Archives by Month:</h2>
<?php wp_get_archives(‘type=monthly’); ?>
<h2>Archives by Subject:</h2>
<?php wp_list_categories(‘depth=1’); ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>’Any help appreciated … Ver 2.51
Forum: Fixing WordPress
In reply to: Archive Subcat Exclusion – The RIGHT way?Trying to do this in 2.5 Here is my archive.php file
‘<?php
/*
Template Name: Archives
*/
?><?php get_header(); ?>
<?php get_sidebar(); ?>
<div class=”middle”><h2>Archives by Month:</h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
<h2>Archives by Subject:</h2>
-
<?php wp_list_categories(); ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>’Now where is query_posts ? I don’t see it.
Can someone tell me how to exclude sub-cats in 2.5?
Thanks
Forum: Plugins
In reply to: Exclude subcategories in archives pageWhen I open a category page, I simply want to see its posts, not the sub-category posts mixed in with it. Can someone show me how to do this please. Hack, plugin, whatever?? (2.5)
TIA.
Forum: Requests and Feedback
In reply to: New 2.5 editor is a disasterFamiliarity that works is better than innovation that breaks.