How to Put Your Best Content Forward
Don’t let your best content get lost in the archives. Use them to impress first-time readers. Here are two ways to put your best content forward.
First Method: WP-Sticky Plugin
If you publish multiple times per day or simply want to feature the best article of the week then install the WP-Sticky plugin by Lester Chan. It’ll allow you to feature or sticky the article that you want visitors to read first. It does this by letting you to pick which post to sticky then displays that sticky post before all the other posts on your page.
Installation is easy, simply upload to the plugins folder and activate it. Next, go to the edit screen of the post that you want to sticky. Select the Announcement or Sticky option under the Post Sticky Status box. Note, this plugin displays Annoucnement posts before Sticky posts. The Announcement option is there to make one sticky post more important than all other sticky posts.
Second Method: DOMTab
As your blog grows, you’ll find it more and more difficult to feature all the best links in one simple list. There’s simply not enough room, not even in the sidebar. What if there was an organized way to categorize those links and feature them as multiple lists using less space? DOMTab is that solution.
Take a look at this blog and Problogger, both blogs feature a section or block called, “Best of,” which is made up of multiple lists of links, linking to the best content. Both sections of both blogs are powered by DOMTab. Now you know where I got the DOMTab idea from.
DOMTab might look difficult to use, but it really isn’t. On its download page, there are very specific instructions on how to use it and how you can style it to make it your own. If that’s not enough, don’t worry. I’ll also show you how I did it.
Placement of Best Content
But before that, you need to decide where to place this “Best of” section. Unlike Problogger’s layout, which separates this section from the main content, I placed it in between the first and second posts on the home page, in the main content area.

(Why? If I want my best content to be one of the first things new readers come across then why would I place it in the sidebar to let it get lost in sidebar clutter?)
And don’t forget, my first post is a Sticky post so the home page now displays content in this order: Featured Post, Best of Wpdesigner, Recent Posts.
Why not let “Best of” be first? It comes second on this blog because I want to show my recent best content (Sticky post) to the loyal readers first. Readers that have read most of the best content don’t need to see it again and again every time they come back to the home page. Don’t force them to overlook the whole first half of your home page by putting “Best of” first.
How to use DOMTab
If you haven’t already, download the DOMTab Javascript file. To use it, you need to take three steps: link to the Javascript, insert the DOMTab codes with your links, and style it.
Linking to the Javascript: Place the following codes in the head of your header.php file. Don’t try to copy and paste the codes. My blog uses smart quotes when I display codes in a blog post. They will not work properly if you copy and paste.
The codes above assume that you’ve placed the domtab.js file in the root of your theme’s folder.
Inserting DOMTab with your content or links: The following screenshot shows the basic structure of DOMTab.

The structure starts out with a DIV tag named “domtab” or simply an invisible box that does nothing. Under or nesting within it is an unordered-list or UL tag named “domtabs.” Notice the extra s or you’ll have a hard time styling it. Nesting in the UL tag are two LI tags or list-items: Test 1 and Test 2. Notice, both are links, which were named t1 and t2. You can change Test 1, Test 2, t1, and t2 to customize it for your blog.
For my blog, Test 1 is Tutorials and Test 2 is Themes.
Still within the domtab DIV, under the domtabs UL tag are generic or nameless DIV tags surrounding H2 heading links, which were named t1 and t2 to match the list-items within the domtabs UL.
The areas within the brackets are where you can customize and place your own content or list of links. I went with the list of links.
To make it more convenient for me to reuse the “Best of” section throughout my blog, I placed everything in a filed named bestofwpdesigner.php. Every time I need it, I’ll use:
Styling DOMTab: I didn’t do anything special to style it. For the domtabs UL or unordered list of link items, I turned it into a horizontal menu. Here’s how to create a horizontal menu. And here’s my own codes to style the domtabs UL portion of the whole structure:
float: left;
width: 583px;
list-style-type: none;
margin: 0;
padding: 0;
background: #fcfcfc;
border-bottom: 1px solid #eee;
font-family: georgia, serif;
clear: both;
}
float: left;
display: inline;
}
display: block;
padding: 10px;
border-right: 1px solid #eee;
text-decoration: none;
color: #666;
background: #fcfcfc;
}
text-decoration: underline;
}
background: #fff;
}
As icing on the cake, here’s how I made the “Best of” section show up under the first post on the home page.
Open up the index.php file. Place
between if…have_posts and while…have_posts like this:
Before
, add:
If you’re inserting the “Best of” section by including it as a file like I am, change bestofwpdesigner.php to your own file name. If you’re not inserting it by including it as a file then place all the DOMTab codes in between:
and
One more thing, if you want “Best of” to appear under the second post. Change $count==1 to $count==2. Easy huh? Now you know how this blog and how you can put the best content forward. The codes used to place the “Best of” section in between posts were taken from the ProSense theme.
Coming soon are more tutorials on blog design tweaks to improve your blog and the user’s experience.


Small Potato, I have to hand it to you as a theme designer myself, you really know what you’re doing! I’m working on a design for a client and this post has helped me by saving me a lot of time searching and experimenting. You rock!
Thanks Michael
totally awesome. i’ll try it out. thanks sp. you make me happy to be your rss subscriber. i really enjoy with your blog. also i’m waiting your premium theme.
Well Done SP. Big piece of contribution.
Have a nice week.
Awesome post SP!
Great post SP! I found that DOMtab on many sites and always wonder how to do it. Thanks for the tutorial
Thanks very much for providing such a great tutorial on this. I wondered how it was done on Problogger, and I didn’t realize that it was so accessible. I’m considering moving to a “portal” page on my site, and will definitely be coming back to this post when I do.
Thanks!
Wow. Just, wow.
Small Potato, this is exactly the help I needed for a problem I was trying to solve. Thanks for all of the great information!
I switched my blog over to your Pride theme last week. It looks better than ever. Thanks again!
Thanks everyone. If it comes up again, I’ll delve deeper in styling DOMTab.
[…] such as this. This information was obtained from WPDesigner, specifically the article titled: “How to Put Your Best Content Forward”. I highly suggest you visit the page to get instruction on how to use the plugins below (He has […]
[…] PSï¼šè¯´åˆ°è‡ªèæ–‡ç« 的组织,å°åœŸè±†åˆšå†™äº†ä¸€ç¯‡å…³äºŽå¦‚果处ç†è‡ªå·±æœ€ä½³æ–‡ç« 的帖å,内容相当详细,推èä¸€è¯»ï¼ […]
aha, good idea.
Very good idea!
Nice feature.
Small potato with that diet you’re not gonna leave long.
Outstanding post, thanks for the help
[…] Put Content First and Best Content Forward I don’t care where you’re at in your blogging career. You need to put content first. After all, that’s what readers come to your blog for. If you annoy them with too many ads and other useless stuff then they’ll stick with getting your content through a feed reader. If you want to increase uniques and pageviews, put your content first and best content forward. […]
Hi SP,
I don’t get how you get the featured post. I installed Wp-sticky but I cannot separate the “featured” post from the others… I just get the last posts with the annoucement one first, but I would like to separate it from the others… And if it is the last post, I don’t want to see it in “recent posts”… A bit complicated for me… Can you help me ?
Thx SP !
Guinouss - You can’t separate it from the rest of the posts unless you put something in between the feature post and the rest of the post like I have. Keep reading this article to learn how I did that.
Ooopsss… I did not go to the end because I thought that was just for DOMTab….Great post !!
Hi SP,
1. i found that your top navigation is in this format like http://www.wpdesigner.com/archives/ instead of http://www.wpdesigner.com/?page_id=3, how did you do that?
2. i refer to http://www.ikram-zidane.com/ and i found that he made “RECENT ENTRIES”, “RECENT COMMENTS”, “ARCHIVES” appears in the below of the page, i thought these parts only appear in the sidebar?How to make these parts appears in the below of the page?
3. Please refer to http://www.ikram-zidane.com/ , may i know how to add “QUICKBITS” and “RECOMMENDED” and make them appear in the below of the page too?
thanks SP
1. Go to Options > Permalinks
2. He’s using a custom page template with the functions to call for those stuff to appear in a page instead of in the sidebar. Look on WordPress.org for that tutorial.
3. Same thing as #2.
For other questions, please use the Wpdesigner forums. Thanks Edison.
Hi SP,
i did,
but i do not have permission to access the page.
Saying that:
This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else’s post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Ok, then you should login as the administrator. If you’re not the administrator then you should get that person to do it. For more help about on this, please post at the forums.
yeah,
i have tried, but i can’t even post or leave a single message>.
Great post….the tips really helps.
Great article, too bad you didn’t made a plugin out of it
However, I guess I’ll be following this tutorial soon.
I came here from ProBlogger btw, I was checking out his DOMTab thingy, and decided to find an article on how to do this
Keep it up!
[…] can be done using DOMTab. There are instructions on the site on how to use it or you could read this post by Small Potato. The one problem I have noticed about DOMTab is that it will list all the […]
Awesome. I’ll try to include DOMTab in my blog posts. Thanks for the tips.
If these codes help me understand your JWM theme better. I wonder. I’m making it look unique by changing layout and put around posts with round corner border. It yields out in two different results: if it looks good on IE it looks terrible on Firefox; if it looks decent on Firefox it looks ugly on IE.
I turn your site upside down for solution and I reach only this post … sigh…
Nope, thats not it.
its the blogroll..
here’s the tutorials - http://ikram-zidane.com/?p=151
Thanks for clearing that up ikram. Without knowing you actually used. That was the safest assumption.
I want to use your theme - wpdesigner7 on my blog and introduce this feature. However it doesn’t work for me…. More specifically two rows of links.
Can you give me the exact code, if I want this mode to be displayed like on the image.
Thanks in advance, waiting with anticipation hearing form you,
Slashpix
slashpix - i don’t have that version of wpdesigner7 anymore.
Yeah. I can see that….
Is there any way you can provide me with the code you used on the image?
I would really appreciate it,
Slashpix
You can duplicate the UL to /UL section and make each set of unordered list float left (next to each other). That’s how I did it.
Hi!
I have got one question concerning this plugin. I would like to use it on a static page instead of the blog index. Is it possible?
[…] the new tabbed content properly. I’m not a theme designer so I have borrowed the code from WPDesigner and simply adopted it to my […]
I’ve used the WP-Sticky Plugin quite a bit now and it’s definately a fantastic tool. The other suggestions are great i’ll give them a go thank for the info
Thanks for sharing this. I’m new to blogging and has always wondering how to make some articles static, on the front page, now I know
Thanks for the heads-up about the WP-Sticky Plugin… will have to check that out!
Hi Guys,
we are running an “Article Writing Contest”
$600 worth prizes to give away.
Please check the link below to participate in the contest …
http://blogs.qualitybusinesslinks.com/
Just 1 article and you can win $$$
We hope to see your article entries soon ..
Good Luck.
-Andy
def gonna check that plugin out right now thanks
[…] ??? ????? ??????? ?????? ?????? ????? ?????. ??? ????? ?????? ???????? ????? ?????. ??? ????? ???? ?? ?????? ????. ??? ????? ???? ??????. ??? ????? ?????’??? |????. ??? ?????? ??????? ??????. […]
[…] ???? ?? ????? ???, ???? ????? ? […]
[…] How to Put Your Best Content Forward […]
[…] How to Put Your Best Content Forward […]
[…] 26?????????? […]
[…] 26?????????? […]
[…] 26?????????? […]
[…] 26?????????? […]
[…] 26?????????? […]
[…] 26?????????? […]
[…] 26?????????? […]
[…] How to Put Your Best Content Forward […]
[…] 26?????????? […]
all i need i get in this site. great thanks again i need this plugin but dont know where to find but finally you found it
[…] Pon tu mejor contenido […]
[…] ??? ????????? ???? ?????? ?????? ?? ???????? ???? […]
[…] Cómo poner tu mejor contenido delante. Una forma de evitar que los mejores contenidos se pierdan en los […]
[…] How to Put Your Best Content Forward […]
Sklep komputerowy Warszawa IBM
[…] Pon tu mejor contenido […]
[…] 26?????????? […]
[…] 26?????????? […]
[…] 26?????????? […]
very informative and usefull plugin sticky for important links and not just popular links we can appear for sticky post. thanks for the info.
first time drop here…
[…] 26?????????? […]
[…] How to Put Your Best Content Forward […]
[…] How to Put Your Best Content Forward […]
[…] Pon tu mejor contenido […]
[…] 26?????????? […]
[…] How to Put Your Best Content Forward by Small Potato […]
[…] 36. How to Put Your Best Content Forward […]
[…] 4. Display Your Best Posts This definitely won’t let your awesome posts which could get you valuable traffic get stuck in the archives. The archives are a dark, mysterious place. The archives normally end up with thousands of posts, hundreds of dates to go through and more. Homepage […]
[…] 26?????????? […]
[…] 26?????????? […]
[…] ??? ?? ???????? ?????? ??????? ? ??????? […]
[…] Pon tu mejor contenido […]
[…] 26?????????? […]
[…] 36. How to Put Your Best Content Forward […]
[…] 36. How to Put Your Best Content Forward […]
Thanks very much for providing such a great tutorial on this.I will try DOMTab in my blogs.
thanks
Thanks very much for providing such a great tutorial on this.I will try DOMTab in my new cheap designer jeans.
Any sample code allow us to download and putting on your wordpress theme
Wonderful post, many thanks.
Good Idea
Hi,
Its really useful…
I’ll do it for few of our clients using wordpress to release articles…
Thanks for this.
Regards
Synergy Informatics
Get Business Hosting at Budget Price.
Display Your Best Posts This definitely won’t let your awesome posts which could get you valuable traffic get stuck in the archives. The archives are a dark, mysterious place. The archives normally end up with thousands of posts, hundreds of dates to go through and more. Homepage
[…] 26?????????? […]