the plan is effectively to simply include the content and title of an existing post. (everything is a post in the wordpress database)
you will need to
1. create a page “nothing found”
2. click on “short-link” to get the ID of the post
3. modify the file
/yourdomain.com/wp-content/themes/yourtheme-child/content-none.php
[cc lang=”php” escaped=”true” width=”600″]
document.title = “‘.$post->post_title.'”;‘; // ändere Seitentitel
get_search_form(); // Zeige das Suchfenster an
?>
get_search_form(); // Zeige das Suchfenster an
?>
[/cc]
liked this article?
- only together we can create a truly free world
- plz support dwaves to keep it up & running!
- (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
- really really hate advertisement
- contribute: whenever a solution was found, blog about it for others to find!
- talk about, recommend & link to this blog and articles
- thanks to all who contribute!