Forum Replies Created
-
AuthorPosts
-
Jess Cook
ParticipantOh weird. Yeah, that worked. I honestly don’t know when (or why) I added that. Well, thanks for indulging the question!
Jess Cook
ParticipantNevermind! I’ve found the thread where you talk about the Say What? plugin and am moving through that process now.
Thanks much!
Jess Cook
ParticipantOk, one other question. How do I change “Select Category” to “Search by State” on the dropdown menu? That’d be in the circled.php file, right?
Jess Cook
ParticipantSuccess!! Thanks so much!
Jess Cook
ParticipantJess Cook
ParticipantYep! That fixed it. Now I can see the field as an option when managing or adding new entries.
I’m still not able to see the changes on the card.php file, though. I’ve followed the steps in how to create a custom template override file and have it in
../wp-content/theme/parent-theme/connections_templates/circled/card.phpI’ve pasted the following code into the card.php file:
<?php
$text = $entry->getMeta(
array(
‘key’ => ‘city’,
‘single’ => TRUE
)
);if ( ! empty( $text ) ) echo '' . esc_html( $text ) . ''; ?>Jess Cook
ParticipantThis reply has been marked as private.Jess Cook
ParticipantThis reply has been marked as private.Jess Cook
ParticipantCorrect, the snippet is activated. I should see the new field when adding a new organization to connections, correct?
-
AuthorPosts
