AndreaPark
Forum Replies Created
-
Would it be possible to email you that link privately instead of sharing it here? Otherwise, I’ll need to ask my client.
Thank you
It seems to be working perfectly. Thanks again for the awesome plugin – I’m going to look like a hero today.
Hey there,
You did such a great job pointing me into the right direction.
I added:
`function custom_excerpt_more( $more ) {
return ‘…’;
}
add_filter( ‘excerpt_more’, ‘custom_excerpt_more’ );’to my functions.php file and now it is all looking like it should. I get the ‘… [ Read More … ]
Are there any pitfalls I’m not seeing?
Thank you so much!
I’m sorry I wasn’t clearer. The first round of posts are loaded as the home page. It’s when I click the Load More button that the new posts show up and are missing the link. But …
You’ve got me headed in the right direction.
I added
<a href="<?php the_permalink() ?>">[Read More...]</a>after the<?php the_excerpt(); ?>in the Repeater Template.The link is there, but now I have at the end of the excerpt ‘[…][Read More …]’
What do you think?
Forum: Plugins
In reply to: [Better Shortcodes for TinyMCE] Unable to view/edit shortcodesHi there,
I’m using Firefox 30.0.
Also, before responding to your message, I tried deactivating all of the other installed plugins to see if there was a conflict. It didn’t make a difference. I also tried it with two different themes (2012 and classic chalkboard). Figured it was worth a shot.
I appreciate you getting back to me! I really like the plugin.