StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 04-09-2009, 06:50 PM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Default Re: Text box right hand side home page + recent posts

Quote:
Originally Posted by unitedstarminds
1) how can i add a text box on the right hand side on my home page so I can add a daily "inspiration comment'
You have 4 choices:
  1. You can to edit sidebar_right.php and write your own widget.[/*:m:1ubm4ht9]
  2. You can add a text widget to the right sidebar, but that will remove the Quick Search and Recent Posts boxes.[/*:m:1ubm4ht9]
  3. You can edit sidebar_right.php to include the current boxes and the widgets form choice 2.[/*:m:1ubm4ht9]
  4. Hire a StudioPress Approved Designer.[/*:m:1ubm4ht9]

Quote:
Originally Posted by unitedstarminds
2) How can i increase the Recent posts listing on the right column on home page it only shows 5 listings
Edit sidebar_right.php (Change the 5 to the post count you prefer.):
Code:
<li id="recent-posts">
    <div class="widget">
        <h2>Recent Posts</h2>
            <ul>
                <?php wp_get_archives('type=postbypost&limit=5'); ?> [/list]    </div>
Quote:
Originally Posted by unitedstarminds
3) How can I add an archive on the home page on the right column as widget or what, I tried but can't get it to work
What do you mean by an archive and what do you mean "can't get it to work"? What specifically happened when you tried?


HTH,
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Move Recent Posts to side bar tigaruk General Discussion 1 11-03-2009 03:33 PM
Recent Posts on Side Bar Anu General Discussion 3 05-16-2009 05:08 PM
Text box on home page and longer listing for recent posts unitedstarminds General Discussion 2 04-05-2009 04:02 AM
Text box in home page side bar carolepyke General Discussion 2 03-21-2009 07:42 PM


All times are GMT -5. The time now is 06:30 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.