hrmony17
Forum Replies Created
-
Forum: Plugins
In reply to: [Hide YouTube Related Videos] How can I add more parameters?That fixed the problem. ?? I adjusted the “return $source” portion to just “showinfo=0&” to remove the title and it worked perfectly! Thanks!
Forum: Plugins
In reply to: [Hide YouTube Related Videos] How can I add more parameters?Hi! I really like your plugin. I too would like to remove the title info (in addition to the related videos). When I add your code to my child theme’s functions.php file, I get this error: “Fatal error: Call to undefined function add_filters()” Is there something else I need to add to make the code you provided work? Thanks!
Forum: Plugins
In reply to: [TPG Get Posts] validationI’m only running mine once on a page and it’s still not validating. #tpg-gp-content-div occurs every time you call up a .tpg-get-posts-post. Couldn’t you change #tpg-gp-content-div to .tpg-gp-content-div to fix that? I think that’s all that’s invalidating my home page. I can see there’s a bigger problem with running the shortcode multiple times on a page.
As far as backwards compatibility, are you meaning you’re worried that the css modifications people have made won’t work anymore with a further update? I would think including a note in the update on what they need to do would be sufficient. Maybe you’re referring to something else I don’t know about/understand. Good luck!
Forum: Plugins
In reply to: [TPG Get Posts] Can't get more_link_text to workI do not use the <!–more–> tag in my posts since my theme automatically spits out an excerpt. To get more_link_text function to work, I had to use shorten_content.
This is what I use on my front page and it works perfectly.
[tpg_get_posts cat=”blog” numberposts=3 shorten_content=”w450″ more_link_text=”read more!” thumbnail_size=thumbnail]