I play around with WordPress all the time. I use my own personal blog as a test bed for new plugins and to improve on my own understanding of HTML, CSS, & PHP. I am by no means an expert, but I can hack away at anything for hours. That being the case, I recently took a Premium Theme that I got from the StudioPress Marketplace called, “Politica.” You’re seeing it as you read this post. I could go on and on about why I like this theme, but you can read about that here, (insert post link).
I opted to use SlideDeck’s WordPress Plugin to slide different content across my homepage in the same area. You can read all about the benefits of SlideDeck and why I like it by going to their website. This post is all about the WordPress Plugin version of SlideDeck and not the JQuery version.
One of the things that I did not like with SlideDeck’s Smart SlideDeck feature is the inability to remove the title of the Smart SlideDeck that shows up in the content area of the slider. The option is there for regular SlideDecks, but the option doesn’t exist for Smart SlideDecks. If you try to leave it blank, the plugin will put the default “Recent Posts” title back in for you automatically.
Why do you care? For me, I don’t need to have, “Recent Posts,” in the content area of the slider. It’s meaningless to me (and to viewers as well). Add to that the fact that the title of the post is already there, and you can see that it’s just too much title in one area.
I’ll end up with a cleaner look, and can reduce the amount of space I need and more content above the fold.
You can see what I am talking about in the before and after images in the slider below. For visual learners, there’s a quick 5 minute screencast video to walk you through, step by step, what I did to make the change described above on the 3rd panel.
If you want to know how to set up your first SlideDeck, SlideDeck’s Support Site and forums provide alot of good info. They have a dedicated Tutorial Page as well. You can also go visit the fine folks at MakeUseOf.com. They always have good stuff, and break things down really well so that even Novice users can get started quickly. Here’s the MakeUseOf.com SlideDeck tutorial.
If you want the written steps, here they are:
Step 1 — Login to WordPress and open up the SlideDeck Settings page. Determine which SmartDeck theme you want to use or are already using. (i.e. light, dark, vertical, etc.)
Step 2 — FTP/SSH to your hosted WordPress Instance and find the Plugins folder under wp-content.
Step 3 — Open the SlideDeck Pro for WordPress Plugin folder, open the skins folder, and then open the folder that is named after your theme.
Step 4 — Copy the theme template file to your desktop. It will have a .thtml extension.
Step 5 — Make a copy of the original .thtml file you just downloaded. You want to have 2 copies of the same file. The original, and one you will modify.
Step 6 — Rename the the copied file so it has a different file name.
Step 7 — Open the original file (not the renamed one) and look for something like this: <div class=“sd-node sd-node-type sd-node-type-<?php echo $type; ?>”><?php echo $title; ?></div> (in the Light theme, it is around line 30 or 31)
Step 8 — comment out the entire line in step 7. It should look like this when done:
<!– <div class=“sd-node sd-node-type sd-node-type-<?php echo $type; ?>”><?php echo $title; ?></div> –>
Step 9 — Save the file.
Step 10 — Upload the modified and original file back to your webserver in the same folder referenced in steps 2–4.
Step 11 — If you get a prompt to rename or overwrite, choose overwrite (you have the original on your desktop.)
Step 12 — Reload the page after upload is successful.
Step 13 — Verify that that the “Recent Posts” title is now gone.
Note: Different themes may look different. Look for the “<?php echo $title; ?>” in any theme template folder and comment it out.
If this helps you, please leave a comment, follow me on Twitter, friend me on Facebook, or subscribe to my YouTube Channel.
Thanks,
Shawn
P.S. Here are a couple of bonus videos for you about Standard SlideDeck for WordPress Options for standard SlideDeck, and a second one for Smart SlideDeck for WordPress Options. This slide deck scrolls vertically, so check it out.













