03/15/2013 at 11:35 am
#254208
Keymaster
@ Mitch
Ok, first, I have not tested this at all, but it should work…
Open the class.utility.php file.
On line 426, you’ll find a variable named: $homeID
Copy this variable.
Now, go to line 434 which should be this:
$permalink = $wp_rewrite->using_permalinks() ? trailingslashit( get_permalink() ) : get_permalink();
Now using the $homeID variable make the changes so line 434 because this:
$permalink = $wp_rewrite->using_permalinks() ? trailingslashit( $homeID ) : get_permalink( $homeID );
Now, no matter what, the link should always point to the directory home page.
Let me know how you make out.
