div {
height: expression( this.scrollHeight < 501 ? "500px" : "auto" );
}
Welcome to our blog! Here you can find stuff about web development, software engineering, WordPress & about our projects and interests.
div {
height: expression( this.scrollHeight < 501 ? "500px" : "auto" );
}
If you don’t want all your search results to open on the front page of your website just use this hack. After it they will open on a separate page.
Just open your-site/components/com_search/controller.php
Find this part: