Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thanks! I finally managed to get it sorted.

    For anyone else who finds this and needs a bit of help, you can find all of the icon codes here.

    Just click the icon that you want to get the tag/unicode that you need. To change the icon in /type/image, you need the ‘i class’ tag (e.g. “fa fa-camera”). To change the icon in the hexagon you need the Unicode (e.g. “f030”).

    Hey. I’m trying to do the exact same thing as you with Anew, but I’ve got the opposite problem.

    I’ve managed to change the icon in /type/image, but not in the hexagon.

    To change the icon in /type/image, you need to go into /inc/page-title.php and modify the following code:

    <h1><i class="fa fa-camera"></i><?php _e('Type:','anew'); ?> <span><?php _e('Image','anew'); ?></span></h1>

    so that it looks like this:

    <h1><i class="fa fa-file-text"></i><?php _e('Type:','anew'); ?> <span><?php _e('Whatever Heading You Want','anew'); ?></span></h1>

    Hope that helps. If you could tell me how you managed to change the icon in the hexagon, that would be great!

    Thank-you Jessor!

    Okay. I know this thread is pretty much dead, but I found it pretty hard to find info on how to do this, so here’s how it’s done. Hopefully it will help anyone else who needs it.

    First, paste this into functions.php:

    [code moderated - please follow the forum guidelines for posting code]

    Then paste your Adsense code into the neccessary text boxes on your profile page in WP.

    Then paste <?php the_author_meta( 'adsense1' ); ?> or <?php the_author_meta( 'adsense2' ); ?> where ever you want the ads to appear.

    It's actually not as hard as WordPress makes it. I would happily turn this into a widget if I knew how. Maybe someone else here can do it.

    Did this work for you, otectom? I’m looking to do something similar.

Viewing 5 replies - 1 through 5 (of 5 total)