Title: michaelcollado's Replies | WordPress.org

---

# michaelcollado

  [  ](https://wordpress.org/support/users/michaelcollado/)

 *   [Profile](https://wordpress.org/support/users/michaelcollado/)
 *   [Topics Started](https://wordpress.org/support/users/michaelcollado/topics/)
 *   [Replies Created](https://wordpress.org/support/users/michaelcollado/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/michaelcollado/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/michaelcollado/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/michaelcollado/engagements/)
 *   [Favorites](https://wordpress.org/support/users/michaelcollado/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Twitter, Facebook Like, Google plus one Social share] [Plugin: Add Twitter, Facebook Like, Google plus one Social share] Strip title of HTML for Twitter](https://wordpress.org/support/topic/plugin-add-twitter-facebook-like-google-plus-one-social-share-strip-title-of-html-for-twitter/)
 *  Thread Starter [michaelcollado](https://wordpress.org/support/users/michaelcollado/)
 * (@michaelcollado)
 * [14 years ago](https://wordpress.org/support/topic/plugin-add-twitter-facebook-like-google-plus-one-social-share-strip-title-of-html-for-twitter/#post-2863343)
 * Hahaha! Okay, I’m the worst. Figured it out now:
 * Once again, if anyone needs it:
 *     ```
       $post_title = the_title_attribute (array('echo' => 0) );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Twitter, Facebook Like, Google plus one Social share] [Plugin: Add Twitter, Facebook Like, Google plus one Social share] Strip title of HTML for Twitter](https://wordpress.org/support/topic/plugin-add-twitter-facebook-like-google-plus-one-social-share-strip-title-of-html-for-twitter/)
 *  Thread Starter [michaelcollado](https://wordpress.org/support/users/michaelcollado/)
 * (@michaelcollado)
 * [14 years ago](https://wordpress.org/support/topic/plugin-add-twitter-facebook-like-google-plus-one-social-share-strip-title-of-html-for-twitter/#post-2863341)
 * Wait, unresolved actually. It does help but it displays the title anyway before
   the button on the post. :/ Anyone know of a way to filter out HTML code for the
   twitter button?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple loops; no duplicates entirely](https://wordpress.org/support/topic/multiple-loops-no-duplicates-entirely/)
 *  Thread Starter [michaelcollado](https://wordpress.org/support/users/michaelcollado/)
 * (@michaelcollado)
 * [14 years ago](https://wordpress.org/support/topic/multiple-loops-no-duplicates-entirely/#post-2860698)
 * Thanks alchymyth, I read that document and implemented the codes endlessly but
   just couldn’t get the results I wanted. HOWEVER I DID solve the problem. If anyone
   has my same issue, you can have a look at how I set up my loop, which is paginated
   with only the final loop.
 * [http://pastebin.com/rhLv3rZv](http://pastebin.com/rhLv3rZv)
 * I forgot where I found it but it saved my life. I really know someone can benefit
   from it! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Twitter, Facebook Like, Google plus one Social share] [Plugin: Add Twitter, Facebook Like, Google plus one Social share] Strip title of HTML for Twitter](https://wordpress.org/support/topic/plugin-add-twitter-facebook-like-google-plus-one-social-share-strip-title-of-html-for-twitter/)
 *  Thread Starter [michaelcollado](https://wordpress.org/support/users/michaelcollado/)
 * (@michaelcollado)
 * [14 years ago](https://wordpress.org/support/topic/plugin-add-twitter-facebook-like-google-plus-one-social-share-strip-title-of-html-for-twitter/#post-2863301)
 * Never mind. I misspelled “attribute” in the code and broke the site which is 
   why I thought it wasn’t possible. If anyone’s having this problem just look for
 *     ```
       $post_title = get_the_title();
       ```
   
 * In tf_display.php and replace it with
 *     ```
       $post_title = the_title_attribute();
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple loops; no duplicates entirely](https://wordpress.org/support/topic/multiple-loops-no-duplicates-entirely/)
 *  Thread Starter [michaelcollado](https://wordpress.org/support/users/michaelcollado/)
 * (@michaelcollado)
 * [14 years ago](https://wordpress.org/support/topic/multiple-loops-no-duplicates-entirely/#post-2860580)
 * Thanks, I implemented the different code for the loops with multiple categories!
   🙂 However, my real issue still persists. Is there no way for the loop to access
   the next post if one is already in use? For example, my final loop should show
   8 posts, but since there are already 5 posts showing in other loops before it,
   it just shows 3. I want it to skip that post that’s already shown but still show
   8.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Light Weight Social Share (Tweet, Like, Share and Linkedin)] HTML codes in title and Twitter](https://wordpress.org/support/topic/html-codes-in-title-and-twitter/)
 *  Thread Starter [michaelcollado](https://wordpress.org/support/users/michaelcollado/)
 * (@michaelcollado)
 * [15 years ago](https://wordpress.org/support/topic/html-codes-in-title-and-twitter/#post-2165951)
 * Thanks for telling me it can be done!
 * How exactly would I go about editing the plugin to work in my favor?

Viewing 6 replies - 1 through 6 (of 6 total)