Renaming "Blogroll" to "Helpful Web Links"
-
We’d like to rename “Blogroll” to “Helpful Web Links” on 1 of our Graphene-themed sites.
Where can I find this label to update, what code do I type into a child theme file, & what child theme file do I type it into (functions.php maybe) ?
Thanks for any assistance with clear directions, folks.
I think this should give you the answer http://wordpress.org/support/topic/cant-rename-blogroll-widget
Jon
Now why didn’t I think it was a WordPress adjustment? Duh!
Done now & perfecto. Many thanks, mate.
PS Jon, really love your use of Graphene theme for your volunteer rescue website http://wmrt.jonlynch.co.uk/. Can I ask: How did you do the fancy bits in the menus, eg. Incidents etc, & Sunrise/Sunset? You can email me at brent @ buderimvillage.com.au, ta.
Mod
Brent,
Check on this page in the Showcase: https://forum.graphene-theme.com/graphene-showcase/showing-off-wasdale-mountain-rescue
Completely agree with you: Jon does some great stuff.
Cheers,
Ken
Yes as I put in the other thread I used action hooks and php in my
functions.php.To add the suntimes I used
add_action('graphene_top_menu', 'wmrt_sun_times_display', 19);and then wrote a function calledwmrt_sun_times_displayto do the output.This sort of thing will be much easier in graphene 1.5 where the theme options will give the ability to add code to action hooks without messing with a
functions.php.
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
