freekrai
-
.htaccess custom url with php
In the d/ folder, add this: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php?p=$1 [L]
-
Can this be done in Wordpress?
You have 2 good options, one, create custom fields called "topbar" and "sidebar", and then on pages that display on top, set topbar to 1 and for the side, sidebar gets set to 1 Take a look here: http://codex.wordpress.org/Displa…
-
Page aware sidebar.php in Wordpress.
I ran into a similiar problem with one of my wordpress sites. I ended up using this code to display subpages: