03/15/2013 at 12:29 pm
#254211
Participant
Hmm. No bueno.
For confirmation, after changes, Line 434 now equals
<code>$permalink = $wp_rewrite->using_permalinks() ? trailingslashit( $homeID ) : get_permalink( $homeID ); </code>
yet, when I click on a record title (permalink) displayed on the “otherpagename” it generates a URL as such:
‘URL/otherpagename/12710/name/yourcompanyname’
where ‘12710’ equals the wordpress pageID of the homepage as set in the Connections settings.
could it be related to the structure of Line 440?
Thanks for working through this with me.
