Hi Jordan,
this is the content of my 404.php file
// EDITED.. please use pastebin.com for long codes
Also in here, there is no text that says “Sorry, no posts matched your criteria” and when I delete the <section class=”404_recommendation”> section, nothing changes.
BTW: I only change the PHP in WordPress (Appearance>Editor). Can this be the limiting factor?
Cheers.,
Geert
Hey Basilis,
thanks for your info. However, I found somewhere this code:
add_filter(‘avia_post_nav_settings’,’avia_same_category_filter’, 10, 1);
function avia_same_category_filter($settings)
{
$settings[‘same_category’] = true;
return $settings;
}
When I paste this add the end of my functions.php file, everything works like a charm!
Cheers,
Geert
Super, thanks! Works as expected.
Sure and thanks fro the quick response.
The temporary URL of the webpage is: http://wp.cipa.icomos.org/
In the middle of the page, I use the masonry to show our different task groups. To make the contrast between the white text and the greyed-out tiles even larger, I would like to make them even darker (but still light up when you go over them).
Also, I used a <BR> element to split my text on every tile. Is there another, more neat way, to do this?
Thanks!!