Forum Replies Created
-
AuthorPosts
-
Sarah
ParticipantThat works a treat! Thanks Tom 😀
Sarah
ParticipantHi Tom, I’ve used this answer and it works great. However, I would like to add a line break between the custom field value I’ve created and the Read More button. How can I do that? I’ve been searching online and it looks like \n may do it but I have no idea how to adjust the php code above. Can you help please?
Sarah
ParticipantI’ve solved it – found something you answered in the GP Forums which has worked. I took the following advice to add the PHP code in the After Content section in GP Hooks
———-
To make sure it only shows up on single posts, wrap it in this conditional:
<?php if ( is_single() ) : ?>
[SHORTCODE HERE]
<?php endif; ?>Then make sure Execute PHP is checked.
Sarah
ParticipantHiya Tom, can you tell me what I’d need to put in the After Content hook so that it only displays the Show Post info on the single posts (blog posts). Not sure if there is something I can do with the shortcode and css? Or do I need to do something with Function? Also any idea when you may be updating pro to include related posts? I’m just going to set it to ‘order by: Random’ for now.
Thanks,
Sarah 🙂Sarah
ParticipantHi Tom, with regards to point 1 above, I was just using the plugin and thinking it’d be great if I had the ability to copy a previous list as I only had one setting I wanted to change, which is sort of similar to having a global settings option
Sarah
ParticipantHi Tom, yes, I’d love to see content and title alignment too – center option for Title for sure, and center or justified for the excerpt text if possible.
-
AuthorPosts