I've got 2 things I'd like to be able to do with a feature box and wondering if it's possible.
1) can i use a widget to fill a feature box
2) can i have a feature box pull the last x number of posts from a specific category?
Feature Box Questions
Started by
dtraub
, Feb 03 2010 06:17 PM
13 replies to this topic
#1
Posted 03 February 2010 - 06:17 PM
#2
Posted 04 February 2010 - 12:44 AM
Both of these are currently not possible with the theme as it is now. But we do plan on adding this in the near future (within the next couple months). In the meantime, I can help you tweak the code to possibly get your first request working. Request #2 would require quite a bit of work.
#3
Posted 09 February 2010 - 02:37 AM
That would be great.... and actually if we get request 1 working, I can accomplish #2 with a widget anyways.
How do we get started?
#4
Posted 10 February 2010 - 11:00 AM
#5
Posted 12 February 2010 - 02:15 PM
So would I just take the code they showed to go in functions.php and insert it as is?
Then I would put
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Homepage')) : ?>
In the feature box + HTML spot?
#6
Posted 13 February 2010 - 12:00 AM
Another thought that may be easier... is there a way of showing the content sidebar underneath the 3 feature boxes?
#7
Posted 13 February 2010 - 02:54 AM
Hm. You'll have to register three different sidebars for each section similar to the footer. How about using the footer boxes? Are you using those for widgets yet?
#8
Posted 13 February 2010 - 03:36 PM
I am using the footer boxes. That why I was thinking that the content sidebar might work well, but when I select it to show on the page settings, it doesn't show on the feature page. I don't need it broken up in to 3 sections... just one would work great.
#9
Posted 13 February 2010 - 03:39 PM
@dtraub
Is this the iBlogPro theme?
I have done something similar to that...
The row icons on the bottom is the content-sidebar (removed the background panel)
Coment out these lines in _pagecontent.php
`
`
And copy that to footer.php, just above (or wherever you want it to go):
`
Is this the iBlogPro theme?
I have done something similar to that...
The row icons on the bottom is the content-sidebar (removed the background panel)
Coment out these lines in _pagecontent.php
`
`
And copy that to footer.php, just above (or wherever you want it to go):
`


