About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
An alternative.
I am in the middle of the process of renewing my web site with a customized version of the Metro Genesis child theme. Learning a lot along the way. Genesis tutorials will be added down the road.
I came across some tutorials in regards to using Dashicons. Do not remember where right now.
Load in the Dashicons into the functions file.
add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
function load_dashicons_front_end() {
wp_enqueue_style( 'dashicons' );
}
Find a dashicons one wants to use here: http://melchoyce.github.io/dashicons/
Copy the HTML code.
Go to Category – Archive Intro Text. Paste in the html
Switch the div tag with i so it becomes:
Save and check the page. The Dashicon should be in place. Style it with the CSS dashicons-admin-site.
Pretty straight forward.
☼