Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Can you point me in the right direction for how to do this please..... | Event Espresso - Staging Server
but they all show the full details, so the page is very long.
How can we make these content boxes small, with a thumbnail image on the left and about 4 lines of text, ending in a ‘Read More…’ type of link at the end, taking them to that event page?
There is a little tag you can add where you want the excerpt to end it looks like this:
<!--more-->
Alternatively you can put the cursor where you want the more tag to go and click the button outlined in this screenshot.
It doesn’t automatically add a read more link, but if you want to add a read more link this can be done by modifying the event_list_display.php template. There’s another forum post where I showed someone else how to add the code:
To make the featured image float to the left you can add this to your custom stylesheet:
.ee-featured-image {
float: left;
margin: 0 20px 0 0;
}
If your WordPress theme does not have a custom stylesheet feature, the Jetpack plugin or the my custom CSS plugin will work too.
Viewing 1 reply thread
The support post ‘Can you point me in the right direction for how to do this please…..’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.