mlol
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding current category to query_postsWell that was fast and easy, I tried searching for it but apparently not with the right queries. (badump chssshhhhh!)
I will try this after work, thank you very much! Should I use <?php wp_reset_query(); ?> before I use this? Sorry if this is very beginner, its because I am an ultra beginner. I dont know if changin the query is a permanent thing, or just in the current php file i’m working in…
Forum: Fixing WordPress
In reply to: Site Planning (help with post types versus categories)Any feedback on this?
Forum: Fixing WordPress
In reply to: Can not visit pages/posts anymore…That did it, thank you!!!
Guess I should have checked here before i reinstalled everything. 😀
Forum: Fixing WordPress
In reply to: Can not visit pages/posts anymore…OK i think it is the mod rewrite then, something must be wrong with my .htaccess, when i turn it back to default it works.
Custom link format:
/%category%/%postname%
Forum: Fixing WordPress
In reply to: Can not visit pages/posts anymore…<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d