canutedechou
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site compromised@bcworkz thanks a lot, ill try it
Done, at index.php on my root i change
require( dirname( __FILE__ ) . ‘/new/wp-blog-header.php’ );
Solved
Hi addweb,
I check my root .htacces and it has# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /new/index.php [L] </IfModule> # END WordPressi also check the site url and wordpress url and its ok (its in spanish)

i really dont know what im missing- This reply was modified 9 years, 5 months ago by canutedechou.
Forum: Plugins
In reply to: [JS Archive List] Exclude categories not wokingHi, im having the same problem with widget, it simply does not exlclude categories. hope you can fix it. thanks in advance
Forum: Hacks
In reply to: Have two differents blogs on the same site?Thanks Catacaustic, the second option, use categories for both sections is the options i always use, i just thought that maybe there is another one
thanks a lot!Forum: Fixing WordPress
In reply to: Exclude tag from loopI try with query_post
the problem is, that this query is not working with pagination or wp_navii have activated:
All-In-One Cufón
Contact Form 7 – Dynamic Text Extension
Google XML Sitemaps
Elegir Jigoshop – WordPress eCommerce Jigoshop – WordPress eCommerce
jQuery Vertical Mega Menu
Really Simple CAPTCHA
SEO Title Tag
WP-PageNavi
WP Maintenance Mode
Yoast BreadcrumbsThis never happends to me, so i suppose it may be Jigoshop. the problem is, i cant deactivate that one, the whole site is based on that ecommerce platform
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] get variablesthanks a lot for the tip!
Forum: Themes and Templates
In reply to: Problems with query post with specific tagany idea?
still stuck with thisi saw those ones
the problem is that they are not getting the image at the_post_thumbnail, they are showing one wich is declared on the custom fields
and i need to show the one used on the_post_thumbnail
any idea?Forum: Themes and Templates
In reply to: Cant apply template to pagei just think in that
i believe that is because i implement some jquery
perhaps some of those scripts is generating a conflict
ill check itForum: Hacks
In reply to: counting post not workingthanks again!
Forum: Hacks
In reply to: Exclude category from arrayand (got another question)
how do i exlucde 2 categories?Forum: Hacks
In reply to: Exclude category from arraygenious!
thanks a lot!Forum: Hacks
In reply to: Show latest comment from a postany idea?
please help