Title: laling's Replies | WordPress.org

---

# laling

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 34 total)

1 [2](https://wordpress.org/support/users/laling/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/laling/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/laling/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Featured Image Not Showing On Sharing](https://wordpress.org/support/topic/featured-image-not-showing-on-sharing/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/featured-image-not-showing-on-sharing/#post-7225097)
 * For example…
 * If you share this post, it’ll show the featured image on Facebook.
    [http://www.junavalove.com/nsv-day-13/](http://www.junavalove.com/nsv-day-13/)
 * But it won’t share the featured image on this post.
    [http://www.junavalove.com/whole30-day-22/](http://www.junavalove.com/whole30-day-22/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [If Sidebars Are Active PHP Conditions](https://wordpress.org/support/topic/if-sidebars-are-active-php-conditions/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/if-sidebars-are-active-php-conditions/#post-7163209)
 * Nevermind! I just solved my own problem. I just needed a few hours to get my 
   head out of the gutter. lol
 * This is the right condition code…
 *     ```
       if ( is_active_sidebar( 'footer-1' ) || is_active_sidebar( 'footer-2' ) || is_active_sidebar( 'footer-3' ) ) {
       	blah blah blah here...
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Socials Icons Only](https://wordpress.org/support/topic/socials-icons-only/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/socials-icons-only/#post-7144214)
 * I’ll have to retouch my stylesheet. Uuugghhh. Hahaha
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Socials Icons Only](https://wordpress.org/support/topic/socials-icons-only/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/socials-icons-only/#post-7144213)
 * Oh I see! The whole %s thing had to be included. Okay. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Socials Icons Only](https://wordpress.org/support/topic/socials-icons-only/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/socials-icons-only/#post-7144190)
 * They’re both jetpack. 1 is the social menu and 2 is the social widget. I was 
   trying to experiment with both of them. Do you have any idea on how to make the
   widget icons display side by side?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Socials Icons Only](https://wordpress.org/support/topic/socials-icons-only/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/socials-icons-only/#post-7144146)
 * [http://www.junavalove.com/wptest](http://www.junavalove.com/wptest)
 * When I look at the source code, there’s a span tag with the CSS class screen-
   reader-text. Is there any way to remove the span text/tag without touching the
   plugin’s core files? Is just like it to be icons displayed side by side from 
   eachother. I removed the text thru CSS but just wondering if there’s a way possible
   to override the function. I’m developing a theme and trying to make it Jetpack
   ready.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Excerpt](https://wordpress.org/support/topic/excerpt-44/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/excerpt-44/#post-7102973)
 * Is there a way to apply them to manual excerpts?
 * I’d like to make use of the excerpts feature in a theme that I’m scrapping up.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress Site Icon Help](https://wordpress.org/support/topic/wordpress-site-icon-help/)
 *  [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/wordpress-site-icon-help/#post-7104758)
 * Same here I’d prefer just the certain codes that I need. But since those lines
   of code is part of the wp_head and wp_footer, I just leave it. I do know that
   the wp_footer adds in the admin bar on the top of your blog when you’re logged
   in. And the wp_head is for the site title and favicon.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Modality] Hiding the theme name in the footer credits](https://wordpress.org/support/topic/hiding-the-theme-name-in-the-footer-credits/)
 *  [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hiding-the-theme-name-in-the-footer-credits/#post-7104752)
 * Try adding this to your css.
 *     ```
       .copyright-wrap .right {
       display: none;
       visibility: hidden;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress Site Icon Help](https://wordpress.org/support/topic/wordpress-site-icon-help/)
 *  [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/wordpress-site-icon-help/#post-7104750)
 * I may be wrong, but I’m guessing it may be in the wp head.
 * Add the code below in between the head tags of your template.
    `<?php wp_head();?
   >`
 * Add the code below in the footer.php file.
    `<?php wp_footer(); ?>`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Password protect half of a post](https://wordpress.org/support/topic/password-protect-half-of-a-post/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/password-protect-half-of-a-post/#post-7043853)
 * Thanks Michael! But what I’m trying to do is only protect a paragraph or sentence
   out of a post. I was thinking maybe it could be done using shortcodes for example.
   I found some plugins, but they’re outdated and for older WP versions.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS Class Brackets?](https://wordpress.org/support/topic/css-class-brackets/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/css-class-brackets/#post-7046299)
 * Thank you Paul! The links are a good place for me to refresh my mind. Much appreciated!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Making wp_list_pages NOT a List](https://wordpress.org/support/topic/making-wp_list_pages-not-a-list/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/making-wp_list_pages-not-a-list/#post-373411)
 * Okay the bullets are gone. But now, how do I get the page links under the word‘
   Content’? Just like how the others look. Here’s a link, [http://www.mixedvibe.net/blog](http://www.mixedvibe.net/blog)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Making wp_list_pages NOT a List](https://wordpress.org/support/topic/making-wp_list_pages-not-a-list/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/making-wp_list_pages-not-a-list/#post-373407)
 * Thanks so much. I’ll check it out.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [An Islander’s Domain On The Net](https://wordpress.org/support/topic/an-islanders-domain-on-the-net/)
 *  Thread Starter [laling](https://wordpress.org/support/users/laling/)
 * (@laling)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/an-islanders-domain-on-the-net/#post-108148)
 * it must be the computer brightness. mine is set to medium. so its not that bright
   for me.

Viewing 15 replies - 1 through 15 (of 34 total)

1 [2](https://wordpress.org/support/users/laling/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/laling/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/laling/replies/page/2/?output_format=md)