cogmios
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editor: Switching between Visual/Code messes up formattingI just switched off the visual editor because it became so annoying to me that it f*ck** up my javascript code, garbled my FLV tags, etc…
You can turn it off in the preferences for the user in the wp-admin screens.
Forum: Fixing WordPress
In reply to: Don’t display child categoriesMaybe this can help you further: http://codex.wordpress.org/Template_Tags/wp_list_categories#Show_Children_Only_of_Category
Forum: Plugins
In reply to: Form Plug-in to collect data…That’s super simple to create actually.
The Form is just adding some lines of text and copy and pasting in your php file for the sidebar. Search in Google for “html form tags” and you get gazillions of examples.
If you would just want to e-mail to your e-mail adres just put in the form tag: mailto:blabla@gmail.com.
See e.g. here: http://www.w3.org/TR/html4/interact/forms.html
or here: http://www.w3schools.com/html/html_forms.aspIt’s really only 10 minutes work and then you have your form.
Forum: Fixing WordPress
In reply to: More domains to 1 WordPress siteAfter some research i found out is caused by the WP-CACHE.
When i type “www.leau.net/redsmaflkd” it shows me an empty screen
When i then just press refresh it shows me the 404 page.
However when i turn off wp-cache it immediately shows me the 404 page.
I have to dive further in wp-cache for this.
Forum: Fixing WordPress
In reply to: More domains to 1 WordPress siteanyone?
Forum: Fixing WordPress
In reply to: More domains to 1 WordPress siteYes, that’s what i did.
Both http://www.leau.net and http://www.cogmios.nl have the same DNS entries. And if i type http://www.leau.net i actually end up at the root/wp screen BUT if it type http://www.leau.net/whatever it shows me an empty screen.
Why this empty screen?