Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] how can i use post seperator on my blog?


  #1  
Old Sep 6, 2010, 09:19 AM
sohel2020
 
23 posts · Sep 2010
Dear, I am using atahualpa345 theme. This is my blog http://www.bdtechnology.tk/. I love the theme very much.

I want to know how can i use post separator on my blog like this reference image which is Red marked.

http://a.imageshack.us/img828/9931/sohel.jpg

Thanks.

Last edited by sohel2020; Sep 6, 2010 at 09:26 AM.
  #2  
Old Sep 7, 2010, 07:34 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You could add a background image after the content that is in ATO>Style and edit Center Column>The Loop
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Sep 8, 2010, 01:58 AM
sohel2020
 
23 posts · Sep 2010
Thanks lmilesw for your Response. But I am totally new in Wordpress and This Theme.
So please Explain me what should I do.

please Explain it Step by Step.
  #4  
Old Sep 8, 2010, 07:46 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
  • Create the image for you spacer and add it to the images folder which is a subfolder in the Atahualpa theme folder
  • Go the ATO>Style and edit Center Column>The Loop
  • Add an image at the bottom of that box after everything else using something like the following making sure the path is correct for your site.
HTML Code:
<img src="/wp-content/themes/atahualpa353/images/spacer-image.jpg" />
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Sep 8, 2010, 11:21 AM
sohel2020
 
23 posts · Sep 2010
Hey lmilesw. Thank you so much. My Problem is solved. you are Great.

But This Spacer Image shows below Every post Home page and single post.
But I want to show it only single page post Not Home page.
What can i Do now???

Last edited by sohel2020; Sep 8, 2010 at 11:34 AM.
  #6  
Old Sep 8, 2010, 01:47 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Try changing the code to the following which adds a conditional statement to only show on single post pages.
HTML Code:
<?php if ( is_single() ) { ?>
<img src="/wp-content/themes/atahualpa353/images/spacer-image.jpg" />
<?php } ?>
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #7  
Old Sep 8, 2010, 09:57 PM
sohel2020
 
23 posts · Sep 2010
Hey larry.wilcox. It works as my demand. You are great. You are great. You are great.

My problem Solved.

Bookmarks

Tags
seperator

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Issue regarding blog post footers DH59 Post-Kicker, -Byline & -Footer 2 Jun 4, 2010 02:26 AM
Can't See New Post On My Wordpess Blog mikegervis Installing & running WordPress 3 Apr 18, 2010 05:44 AM
How do I create a blog post page and put the link to it on a menu bar? nasu Atahualpa 3 Wordpress theme 1 May 25, 2009 07:36 PM


All times are GMT -6. The time now is 10:17 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.