Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   RSS, Feeds & Subscribing (http://forum.bytesforall.com/forumdisplay.php?f=18)
-   -   [SOLVED] RSS margins/position (http://forum.bytesforall.com/showthread.php?t=9334)

cliffbird Sep 1, 2010 09:57 AM

[SOLVED] RSS margins/position
 
Two things - is there a css insert to position the RSS icons with a margins? And how would one add the date to the icon area - see top right Bytes for ALL home page.

Thank you

cliffbird Sep 10, 2010 08:48 AM

Hmmm .. maybe in css.php under the line:


/*-------------------- COMMENTS FEED ICON -----------------*/

lmilesw Sep 11, 2010 09:31 AM

To position the RSS icons you could use
HTML Code:

div.rss-box {margin:XXpx !important;}
Not sure about adding a date. What Bytes for All page are you talking about?

cliffbird Sep 15, 2010 09:16 AM

http://wordpress.bytesforall.com/

Top right next to the RSS icon.

lmilesw Sep 15, 2010 01:37 PM

That date was built into the theme. To add to Atahualpa I would probably integrate some php date code into a php friendly widget that I put in a new widget area. Alternatively there may be some date widgets or plugins that would make this easier.

You could use the code below in a php friendly widget or in various parts of the theme such as the top of loop box in ATO>Style & edit Center Column.

HTML Code:

<?php echo date("F d, Y") ; ?>

cliffbird Sep 16, 2010 05:12 PM

Thank you - that works well.


All times are GMT -6. The time now is 11:10 AM.

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