Annoying blank feeds

At last I finally took the time to solve the little annoying problem with the Recent Posts and Recent Comments widget on Dilectio Blogger template.

For those Bloggers who using Dilectio template will get a blank “Configure Feed” window with no option either to remove nor edit the Recent Posts and Recent Comments widget.

I've even sent an email to David (the founder of eBlog Templates) asking him to solve the above problem, but I've yet to receive a reply from him.

Furthermore I was getting quite a few of his (David) readers sending me emails asking me to solve the problem. Therefore, I dedicate this post to Lucia, Wendy, Alex, ccgoal and the rest (most of them can be found on Dilectio's comment section). Thank you for the patience and the trust you've given me. Really appreciate it very much.

Without further ado, this is how I did it;

Part One:

1. As usual, back-up your template before you do any tweaking. I cannot stress it enough on how important to back-up your template. Any wrong footing could result in an explosion on your template and you've a back-up template to save the day. Did I say an explosion? Nah! Just kidding my friends.

2. Seriously, after signing in with your username and password to your Blogger account, you will be taken to your Dashboard. From there you click on Layout and you will be taken to your Page Elements.

3. Choose suitable location for your widget and click on 'Add a Gadget' and from the pop-up table choose 'Feed' coz you gonna add content from an RSS or Atom feed to your blog.

4. *Now this is important - For your 'Recent Posts' your feed URL gonna be http://YourBlogUrl.blogspot.com/feeds/posts/default and click 'Continue' for Blogger to retrieve your Recent Posts feed. After retrieving your blog's feed, it's advisable to change the title to 'Recent Posts' or whatever suit your fancy.

5. Repeat Step 3 and 4. Only this time it gonna be for your 'Recent Comments' widget. For your 'Recent Comments' your feed URL gonna be http://YourBlogUrl.blogspot.com/feeds/comments/default

Part Two:

1. After setting up both widgets, from 'Page Elements' click on 'Edit HTML' and click on the box 'Expand Widget Templates'. On this page (Edit HTML), there's gonna be four set of codes, two set of codes for the new Recent Posts and Recent Comments and the other two are for the nonfunctional widgets. Remember? At this stage after adding the two new widget, it's advisable to back-up your template again coz we are going to do some serious hacking on your template! Who knows your template might decide to dance around and you got your back-up to turn to?

2. K, first of all you gonna have to find the new widgets string of codes and that gonna be like so;

<b:widget id='Feed2' locked='false' title='Recent Comments' type='Feed'>
<b:includable id='main'>
<h2><data:title/></h2>
<div class='widget-content' expr:id='data:widget.instanceId &quot;_feedItemListDisplay&quot;'>
<span style='filter: alpha(25); opacity: 0.25;'>
<a expr:href='data:feedUrl'><data:loadingMsg/></a>
</span>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='Feed1' locked='false' title='Recent Posts' type='Feed'>
<b:includable id='main'>
<h2><data:title/></h2>
<div class='widget-content' expr:id='data:widget.instanceId &quot;_feedItemListDisplay&quot;'>
<span style='filter: alpha(25); opacity: 0.25;'>
<a expr:href='data:feedUrl'><data:loadingMsg/></a>
</span>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>

3. Copy it all on your favourite Notepad and DELETE it from your template. By now I hope you'll notice the feed for Recent Posts will be Feed1 and Feed2 for Recent Comments. Remember that coz we gonna use it a little while later.

4. For some strange reasons, the feeds for the inoperable Recent Posts and Recent Comments widgets will be like Feed22 and Feed23. The complete string of codes will be like so;

<b:widget id='Feed22' locked='false' title='Recent Posts' type='Feed'>
<b:includable id='main'>
<b:if cond='data:title'/>
<div class='widget-content'>
<ul class='TabMenu'>
<li class='TabLink'><a href='#top' id='tab0' onclick='ShowTab(0)'><span>Recent Articles</span></a></li>
<li class='TabLink'><a href='#top' id='tab1' onclick='ShowTab(1)'><span>Recent Comments</span></a></li>
<li class='NavLinks' id='paging0'><div style='display:none'/></li>
<li class='NavLinks' id='paging1'><div style='display:none'/></li>
</ul>
<div class='TabContent' id='div0' style='display:none'>
<ul expr:id='data:widget.instanceId &quot;_feedItemListDisplay&quot;'>
<b:loop values='data:feedData.items' var='i'>
<li>
<span class='item-title'>
<a expr:href='data:i.alternate.href'>
<data:i.title/>
</a>
</span>
<b:if cond='data:showItemDate'>
<b:if cond='data:i.str_published != &quot;&quot;'>
<span class='item-date'>
&#160;-&#160;<data:i.str_published/>
</span>
</b:if>
</b:if>
<b:if cond='data:showItemAuthor'>
<b:if cond='data:i.author != &quot;&quot;'>
<span class='item-author'>
&#160;-&#160;<data:i.author/>
</span>
</b:if>
</b:if>
</li>
</b:loop>
</ul>
</div>
</div>
</b:includable>
</b:widget>
<b:widget id='Feed23' locked='false' title='Recent Comments' type='Feed'>
<b:includable id='main'>
<b:if cond='data:title'/>
<div class='widget-content'>
<div class='TabContent' id='div1' style='display:none'>
<ul expr:id='data:widget.instanceId &quot;_feedItemListDisplay&quot;'>
<b:loop values='data:feedData.items' var='i'>
<li>
<span class='item-title'>
<a expr:href='data:i.alternate.href'>
<data:i.title/>
</a>
</span>
<b:if cond='data:showItemDate'>
<b:if cond='data:i.str_published != &quot;&quot;'>
<span class='item-date'>
&#160;-&#160;<data:i.str_published/>
</span>
</b:if>
</b:if>
<b:if cond='data:showItemAuthor'>
<b:if cond='data:i.author != &quot;&quot;'>
<span class='item-author'>
&#160;-&#160;<data:i.author/>
</span>
</b:if>
</b:if>
</li>
</b:loop>
</ul>
</div>
</div>
</b:includable>
</b:widget>

5. Find the above string of codes and change Feed22 and Feed23 to Feed1 and Feed2.

6. Voila! Recent Posts and Recent Comments on Dilectio template is now operable beautifully as you can see on this blog.

That's it for now. Hope you enjoy reading it as much as I enjoy typing it.

Oh yeah, please leave a comment or two if you find this post helpful or in need of further help. I thank you in advance.




41 comments:

Anonymous said...

Thanks Buddy, worked lice a charm :-)
Alex

ArahMan7 said...

Hola Alex,

Is this the same Alex that I mentioned on this post?

I wish you would leave your blog URL. We could somehow earn some linky love.

Anyway, thanks for dropping by and comment. I'm glad it works like a charm for you.

See you around.

~ ArahMan7

Barubaca.com said...

Thank u so much.

Sudah lama saya mencari artikel imi
samapi saya stress
terimakasih banyak.
Anda menyelematkan saya.
Salam

ArahMan7 said...

Hola S.Nainggolan,

You're welcome. I'm glad it help you out.

Greetings and lots of love from Malaysia.

~ ArahMan7

Anonymous said...

Worked perfectly, thank you so much!

ArahMan7 said...

Hola Anonymous,

That's good to hear.

~ ArahMan7

Natalia said...

Thanks, it helped me.

ArahMan7 said...

Hola Nate,

You're welcome. Do comeback again.

Greetings and lots of love from Malaysia.

~ ArahMan7

Admin said...

THANKYOU VERY MUCH, IT IS VERY HELP FULL TO ME

ArahMan7 said...

Hola Mustaque,

No problem, Bro. I'm glad you find it helpful even though you're using Ads Theme Blogger Template, ;-)

See you around. Greetings and lots of love from Kuale Kangsor.

~ ArahMan7

Unknown said...

I still have all of my hair because of you. Thank you so much!

ArahMan7 said...

Hola Bobby,

Now it is me who is losing hairs! Are you sure you're using Dilectio template or am I missing something somewhere? See? See? I'm pulling my hairs now, lol!

Anyway, your design looks great especially "Posterfinal considered" and your Fine Arts too. But your Web Work keep my hairs back when I viewed "Tke" to my heart contents. Yeah, the award goes to (to the tune of drums rolling) Talkin' Turkey!

Seriously, you've an awesome website Bobby. I'm sure you gonna be a great artist one of these days.

Fyi, I was a graduate from the school of hard knocks too and I'm still on a journey...

See you around.

Greetings and lots of love from Malaysia.

Yours sincerely,
~ ArahMan7

The Mom, PhD said...

Oh la la! that worked like a charm. thanks!

ArahMan7 said...

Hola PhD Mom,

I'm happy it worked like a charm on your blog.

Sincerely yours,
~ ArahMan7

Anonymous said...

This was driving me bonkers and now it's fixed! Thank you!!!

Unknown said...

Thank you so much ArahMan7,
I was successfully able to fix my recent post and comments widget.I must say you are doing a wonderful job here!
Furthermore,I need help on these topics:
1)Adding emoticon on my site(Should be visible in IE,chrome,Safari)
2)Ease in editing layout(The widgets don't change places easily)
3)Most Importantly,Changing the font size and Font(That's surprisingly missing from this lovely template)
Please do help.Thank you once again. :)

ArahMan7 said...

Hola Pankaj,

I shall answer all your questions in due time. Anyway, thank you for the visit and comment.

Greetings and lots of love from Malaysia.

~ ArahMan7

ankara evden eve nakliyat said...

Oh la la! that worked like a charm. thanks!

gásTOTAL said...

Tnx a lot, man.

tarjo said...

thank's. iwill try this :D

sriyany said...

Hi,thanks for the method above but after I tried it, there were no posts or comments displayed - just the title. It looks just like the one this blog.

http://sriyany.blogspot.com

Any suggestions on how to overcome this one?

Chid said...

hey, i can't add the comments feed!! http://2frndz.blogspot.com/feeds/comments/default

this is my comments feed.. but it shows invalid feed url when i try to add it to the blog!! pls help :)

Scorţişoară said...
This comment has been removed by the author.
Scorţişoară said...
This comment has been removed by the author.
Scorţişoară said...
This comment has been removed by the author.
Anonymous said...

You ought to be a part of a contest for one of the most
useful sites on the web. I am going to recommend this site!
My web page : dora the explorer potty

Anonymous said...

Gooԁ pοst. I leаrn ѕomethіng totаlly new
аnd chаllengіng on websіtеs Ι stumbleuрon on a ԁailу basіs.

It's always helpful to read through articles from other authors and practice something from their websites.

Feel free to visit my blog post ... caffeine ephedrine

Anonymous said...

Good pοѕt. I learn something totally neω аnd сhаllenging on websіtes I ѕtumbleupon on
a daіly bаѕiѕ. It's always helpful to read through articles from other authors and practice something from their websites.

my webpage: caffeine ephedrine
My webpage - mormon tea uses

Anonymous said...

Similar daytime sequel mortgages really are a
form of fast payday loans presented for one week length around critical predicaments.
These don’t will need the particular proof of
situations’ disaster, or they are worth giving surety, credit profile not other things.
You may approach a secondary, a few critical acquisitions and even include your internet business prices – Identical time sequel
lending options will help you in a conditions. Currently most of
these lending options are accessible on the net.


Feel free to surf to my blog post ... pożyczka bez bik

Anonymous said...

Comparable time setting up funds tend to be a kind of pay day
loans supplied in a calendar month stage for urgent situation situations.
Many people don’t demand a evidence of situations’ unexpected emergency, neither
of the two needed surety, credit standing none other stuff.

You will program a vacation, certain vital products and even include your business interest fees – Comparable morning installment fiscal
loans will let you in a instances. At present these kind of mortgages are offered over the internet.


Also visit my webpage pożyczki pozabankowe

Anonymous said...

Exact same day time fitting personal loans
are actually a kind of payday loans presented
for a 30 days timeframe inside disaster events. Some people don’t involve typically the evidence of situations’ critical, neither needed surety,
credit standing nor other things. You might schedule a holiday, some
significant expenses or maybe cover up your enterprise obligations – Identical evening
installment funds can help you in any conditions.
Right now those financial products are presented on the net.


Feel free to visit my page; pożyczki prywatne

Anonymous said...

Equal afternoon setting up loans are a form of payday
advances supplied for that 30 days length within unexpected emergency conditions.
They will don’t involve the actual proof situations’ emergency, neither they need surety, credit history
nor other things. You might method a vacation,
several valuable products and services or maybe even protect your
corporation charges – Equal day time fitting up loans can help
you in a incidents. These days these lending options are on
hand internet.

Also visit my webpage; chwilówki

Anonymous said...

Similar evening sequel funds are a make of fast payday loans
provided for your week time in sudden circumstances.
Some people don’t will need a proof situations’ crisis,
none they need surety, credit rating nor other things. Chances are you'll strategy a holiday, numerous essential products or protect your enterprise expenses – Equal morning installation mortgages will allow you to in different circumstances. Currently a lot of these mortgages are obtainable on the web.

Visit my homepage kredyty chwilówki

Anonymous said...

Equal time of day fitting personal loans really
are a variety of pay day loans offered for any few weeks phase within emergency
conditions. Many don’t necessitate the proof of situations’
emergency, neither of them they might need surety, credit file neither other stuff.
You could possibly strategy a vacation, a lot of fundamental acquisitions or maybe include your internet business expenses – Exact
same day installation mortgages will let in different
incidents. Today all of these lending options
are on hand on-line.

my web blog - szybka pożyczka

Anonymous said...

It is appropriate time to make a few plans for the long
run and it is time to be happy. I have read this post and if I may I wish to suggest you few attention-grabbing issues or tips.
Maybe you can write subsequent articles referring to this article.
I wish to learn even more things about it!

My web site klimatyzacja

Anonymous said...

Having read this I thought it was very enlightening.
I appreciate you taking the time and effort to put this short article together.

I once again find myself personally spending a significant amount of time both reading and
commenting. But so what, it was still worth it!


Look into my blog post :: klimatyzacja

Anonymous said...

When someone writes an paragraph he/she keeps the idea of a user in his/her mind that
how a user can know it. Thus that's why this post is outstdanding. Thanks!

Here is my web site: klimatyzacja

Anonymous said...

This site was... how do I say it? Relevant!! Finally I've found something which helped me. Thanks!

Feel free to surf to my website klimatyzacja

Anonymous said...

Hello, I think your blog might be having browser compatibility issues.

When I look at your website in Chrome, it looks fine but when opening
in Internet Explorer, it has some overlapping.
I just wanted to give you a quick heads up! Other then that, awesome
blog!

Here is my site: klimatyzacja

Anonymous said...

Great delivery. Outstanding arguments. Keep up the amazing effort.



Also visit my blog :: klimatyzacja

Unknown said...

Awesome!! thanks for sharing here with us.

CASS Parking

Post a Comment

I loves to receive comments from everybody and I tried to make everything easier for my readers to comments. So please, be nice even though you totally disagree with me. No comment moderation and whatnot here. Please respect the privileges given.

God's willing, all comments will be followed and replied.

p/s Please leave your URL so that I can follow it and leave comments on yours. No URL = No Comments. It's as simple as that. Thank you in advance.

This blog is NOT using rel="nofollow" attribute. One thing that I can do to encourage you to leave more comments on this blog is to reward you with my link loves to go along with your comments. Without nofollow attribute, the search engines will follow the link so that you will get full credit with SEO. And subsequent pagerank value.

~ ArahMan7

PS - Word verification has been enable. Sorry about that [Sept 3rd, 2013].

Copyright © 2010 - Improving Dilectio - is proudly powered by Blogger
Smashing Magazine - Design Disease - Blog and Web - Dilectio Blogger Template