Forum Replies Created
-
Mod
in the options there is a action hook option in the advanced section
I keep forgetting that this is now here in version 1.5, but it is exactly what you are looking for. Let us know how it works out.
hope I dont brake it
Just take good notes so you know what you did in case you need to undo it.
Ken
Mod
Use the “Categories” widget that comes with WordPress. Just drag it to the sidebar where you would like it.
As for the second item, try this plugin: http://wordpress.org/extend/plugins/enhanced-meta-widget/
There are actually a number of plugins that will allow you to customize the meta widget.
Moved to Support for better/faster response. (Please take a moment to read the forum rules. Thanks.)
Good luck. Let us know if you have problems and welcome aboard.
Ken
Mod
I love the styling of your site, especially the background. The entire thing looks sharp!
Ken
Mod
Nathan Rice has a good intro here:
http://www.nathanrice.net/blog/an-introduction-to-wordpress-action-hooks/
Mod
If you want it in a sidebar, you can always use the alternate front page widgets option. Otherwise, Josh’s idea is the way to go.
Mod
In reply to: Adsense not displaying in right sidebar on the main page…
October 7, 2011 at 8:54 pm #17829That’s because the posts come before the sidebar in your page layout. If you switched to a sidebar on the left, then you would probably see those two ads in the sidebar and then one in the post listing.
🙂
Ken
Mod
Mod
Try echoing lines 126 to 171 from
header.phpin the action hook.Mod
Don’t use a static home page, and you will have what you want.
But if you want to have some static text followed by your blog posts, use the “Homepage Panes” option in Graphene options. That’s what I do with my blog.
Ken
Mod
Create a function that will echo the nav you want and then attach it to the
graphene_before_footeraction hook.Ken
