denhartenweg
Forum Replies Created
-
Hey, I think you misunderstand the purpose of this plugin.
It’s for creating additional php-templates for posts. A function wordpress originally has only for pages.
You can create a file something.php and add the php comment /* WP Post Template: Something */ now you can display certain posts in a different way. Maybe fullscreen without a sidebar or something.
I think you want something like content templates for ne posts? So this is the wrong plugin for you. Next time check your assumptions before hating!
Problem resolved.
I’m using a plugin called “Theme Test Drive” – there was an Access Level option which showed the new theme only for administrators.
Forum: Fixing WordPress
In reply to: What is foo.x=0&foo.y=0 in Sitesearch?I want to use a magnifier image instead of an button. Finaly I found a solution:
I changed the form method to post and it works like a charm.
Before: form method=”get”
After: form method=”post”Thank you anyway.
Forum: Fixing WordPress
In reply to: What is foo.x=0&foo.y=0 in Sitesearch?Ok, so… is there any way to prevent this?