Forum Replies Created
-
Mod
I’m glad it worked. Post a link sometime. I’d love to see this in action.
Mod
Okay, this looks cool if you can get it to work.
I would use a Graphene action hook widget area. To learn how to do this, start with this tutorial:
http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
I would suggest using the “graphene_before_commentform” widget area in comments.php.
Because you are trying to insert php code, you will also need to install the PHP widget; instructions are in the tutorial.
Give it a shot and let us know if you run into problems or if you get it working.
Ken
(Code between backticks, please. I’ve fixed this for you.)
Mod
Somehow I lost the response I was going to post here. Here’s what I think I was going to say:
Anyway…
short of using another theme, or deactivating All In One, any ideas on how I can work around this?
All in One SEO is not the only SEO plugin available, so you may want to try others which play nice with the Graphene theme if you are especially fond of the theme.
On the other hand, you might want to consider what you can do for SEO without a plugin: good site organization, good content, etc. I am not a big fan of SEO or SEO plugins (don’t get me started on the snake oil that most SEO is), but there’s a lot that you can do to promote your site without using a plugin (organization and content) and there’s a lot you can do to promote your site that a plugin can’t do, such as building a community through a well-maintained blog with a forum, calendar of events, etc.
Just my two cents, however. I’m a curmudgeon who remembers the internets when spam was just meat byproduct in a can.
Mod
Okay, this is not a bug (possibly), but it has been observed here previously. See this thread
https://forum.graphene-theme.com/graphene-support/how-to-edit-text-when-hovering-over-menu
which highlights this solution:
It is an issue with the All in One SEO pack plugin.
Mod
http://blog.kjodle.net/2011/12/30/changing-the-width-of-the-graphene-theme-for-wordpress/
All you need is a bit more patience!
Mod
use
is_singularto make this appear on both posts and pages.That should leave them off the home page, unless you are using a static front page. If so, use a PHP “not” operator:
if !(is_home())should work, but not tested, no guarantees, YMMV.
If it doesn’t, try peeking here for some variations:
http://codex.wordpress.org/Conditional_Tags#The_Conditions_For_…
Mod
Ah, but not exactly the same. The geocaching site is using a different theme. (It appears to be based on Graphene, so I’m not sure what this is.)
Yet another reason I don’t like SEO plugins….
Mod
Nope. The code is linked to the page on which the buttons appear. That’s not a theme issue, but a sharing button issue–they want the count to reflect the page the button is appearing on. That’s another reason I don’t want my sharing buttons to show up on the front page.
Mod
@Adrianw
I would like to be able to list recently-modified pages on my Graphene site.
You can achieve this using Kalin’s Post List plugin.
Tutorial is here:
http://blog.kjodle.net/2011/10/30/kalins-post-list-a-brief-tutorial/
Example is here:
http://blog.kjodle.net/changed-posts/
It works! Try it.
Mod
This post
http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
may be just what you need.
