Forum Replies Created
-
I would like to do the same. I actually made a functions.php for my child theme with the following code:
<?php
function graphene_custom_content(){
if (is_front_page()) {
?>
<div id=”graphene_custom_content” style=”text-align:center; font-family:Times New Roman; font-size:12pt; color=white;>
<!– The content goes here –>
I.M GreNada posts every Sunday on < a href=”http://www.theprovince.com/”>The Province’s< / a> website. To read his new posts each week, go to < a href=”http://communities.canada.com/theprovince/blogs/houseofthedead/default.aspx”>theprovince.com/houseofthedead.< / a>
</div>
<?php
}
}
add_action(‘graphene_before_content’, ‘graphene_custom_content’);
?>
However, the only thing that shows up is the final part ‘theprovince.com/house of the dead. What did i do wrong? [of course my anchors were written correctly, they are just edited for this posting]
Viewing 1 post (of 1 total)
