Miscellany
public text v1 · immutable<?php if (is_home())
{
echo 'this is the house of milk and tar' ;
}
else
{
echo '<a href="' . get_settings("home") . '">this is the house of milk and tar</a>' ;
}
?><?php if (is_home())
{
echo 'this is the house of milk and tar' ;
}
else
{
echo '<a href="' . get_settings("home") . '">this is the house of milk and tar</a>' ;
}
?>