How To Remove The Wrench, Pencil, & More On Blogger

As someone who loves designing Blogger blogs and playing with new ideas, I’ve discovered a lot of default settings in Blogger templates that just don’t serve much of a purpose, and they’re the first things I remove when starting a design from scratch. They’re all extremely easy to get rid of, and if removing these features is something you want to do, this whole list of tutorials will take you just a few minutes!

Removing The Wrench Icon

To remove the wrench icon, simply go to Template > Customize > Advanced > Add CSS and paste the following code in the box:

.quickedit {
display:none;
}

Removing The Quick Edit Pencil

To hide the pencil icon, go to Layout > Blog Posts > Edit and uncheck the “Show Quick Editing” box. This widget has a lot of features that are removable, so you can get rid of anything else you don’t need!

Removing The Blogger Navigation Bar

To remove the default navigation bar on Blogger (the one with the Blogger logo and a search box), go to Layout > Navbar > Edit and select “Off”. Simple as that!

Remove Subscribe To Posts (atom)

This one will require a bit more digging. Go to Template > Edit HTML and using your keyboard’s search function (CTRL+F or CMD+F), search for the following line of code:

<b:include data='feedLinks' name='feedLinksBody'/>

Remove that line and save your template. If you’re worried about editing code, be sure to back up your template before doing this just in case!

Remove the Powered By Blogger Attribution

Go to Template > Customize > Advanced > Add CSS and paste the following code in the box:

#Attribution1 {
display: none;
}

That’s it! If there’s anything else you’d like to know about editing your Blogger design, let me know in the comments!

How To Set Up Rich Pins For Blogger And WordPress

Rich Pins are popping up everywhere on Pinterest, and it’s slowly becoming the norm for bloggers to have them. They’re pins that include extra information—your website name and favicon—so pinners know exactly who they’re repinning from (aka you!). Whether you know it or not, you’ve probably seen them, and you can check out an example on my blog’s board. I got approved about a month ago and since then, my profile views and average monthly viewers have more than doubled! Setting up Rich Pins is extremely beneficial to your blog, and it only takes a few minutes to do!

Setting Up Rich Pins On Blogger

1. Adding Rich Pins on Blogger requires a bit of code, but nothing too complicated! First, go to Settings > Search Preferences > Meta Tags and edit the Description section to be “enabled”. Here you can add a short description of your blog, and when you go to edit your posts, you’ll see a new box in the options sidebar allowing you to enter a search description. This is a great place to write a brief summary of your post, although you can leave it blank and the first few lines of your content will show up instead.

2. Now go to Template > Edit HTML > and search for

<b:includable id='post' var='post'>

Underneath that, paste the following:


<meta expr:content='data:post.title' property='og:title'/>
<meta expr:content='data:blog.metaDescription' property='og:description'/>
<meta content='article' property='og:type'/>
<meta expr:content='data:blog.url' property='og:url'/>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:post.timestampISO8601' property='article:published_time'/>
<meta content='YOUR BLOG'S TOPIC' property='article:section'/>
<b:loop values='data:post.labels' var='label'>
<meta expr:content='data:label.name' property='article:tag'/>
</b:loop>

Replace “YOUR BLOG’S TOPIC” with a word that sums up the content of your blog. For example, if you run a lifestyle blog, use “Lifestyle”.

3. Now that your code is all set up, head over to the Rich Pins Validator and enter a link for your most recent blog post. Click Validate, and once all of your information is correct, click Apply. If you have any issues with the installation, go back and check to ensure you placed the code in the right place.

4. That’s it! It can take as little as a few days or up to a month to be accepted—it took me about a week. Pinterest will email you and set everything up from there!

Setting Up Rich Pins For WordPress

1. Thanks to the beauty of plugins, setting up rich pins on WordPress is super simple! First, go install the Yoast SEO Plugin. It’s a search engine optimization plugin that can help your blog’s search engine rankings, and even if you don’t use rich pins, I recommend installing it! After you activate the plugin, go to SEO > Social > Facebook and make sure the “Add Open Graph meta data” box is checked.

2. Head over to the Rich Pins Validator and enter a link to one of your blog posts. Then click “Validate”.

3. Make sure all of your information is correct and apply. That’s it! It could take as little as a few days or up to a month for Pinterest to email you, so be ready to wait.

While you’re waiting to be accepted, consider upping your Pinterest game by joining a group board and gaining more blog exposure!

The Wishlist: Anthropologie, Madewell, & Other Faves

After what seemed to be a never-ending week of work and meetings and pre-finals stress, I am SO HAPPY that Friday is here! Whenever I find time to step away from my to-do list, I usually end up blogging (of course), scrolling through social media, or online shopping. My ShopStyle favorites list has been filling up all week long, so here are some items I’m looking to find on my much needed shopping trip tomorrow.


What styles are you crushing on this season? Are there any must-have items I should add to my list?