qazwsx
ParticipantForum Replies Created
-
@ Jon,
<?php
/* — Adds About us link to top bar — */
add_action(‘graphene_feed_icon’,’wmrt_about_us’, 11);
function wmrt_about_us() {
echo ‘<div id=”wmrt_aboutus”><link a href=”‘ . get_site_url() . ‘/about-us/” title=”About Us”><span>About Us</span></link a></div>’;
}
?>
I’ve tried to get this to work along with your css that i found with firebug. But, I just can’t get it to work at all.
Can you help?
Thanks
@ Josh
That is what I was looking for on the change of topic fix.
http://tecdomainllc.info/test-wp/
Tests out great.
oops 🙂 noted for future posts – no topic changes.
This is a good work around. It did what I was trying to set out to do.
To change the topic, how can I format the slider completely different? Like what Josh has on his page http://www.joshlobe.com/
By they way, thanks for all the help 🙂
@Kenneth
Using those css commands did indent the ul, ol, in the slider. But, I’m looking for a to make all 4 pages of the post look the same. All commands and all spacing. For example on the http://tecdomainllc.info/test-wp/blog/ page, where it should be a h2 header, the tag “h2” is removed and can’t be changed by css.
Thanks
This is a test site that i play with to learn how to do stuff:
What the Post should look like:
http://tecdomainllc.info/test-wp/2011/10/333/
Look at the 1st item in the slider:
http://tecdomainllc.info/test-wp/
Look at the 1st post on this page:
http://tecdomainllc.info/test-wp/blog/
Look at the 1st post on this page:
http://tecdomainllc.info/test-wp/category/wod/
The single post page and the archive post page shows the post how the text should be displayed. But the Slider and the Posts (blog) page does not.
Thanks
Sorry, that fix did not fix the problem. It fixed it on the Archive page only. But not the Slider. Also, how can the html tags be kept in the Posts (Blog) page?
Thanks
Thank you.
Yes it did. Thank you. Why did this error occur?
