Re: Lightword theme help
Ok so I am still really confused on this. Here are the template codes. My page.php:
`
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('
‘,’
‘); } ?>
<div id=”post-“>
<a title="” href=”” rel=”bookmark”>
<?php wp_link_pages('before=
‘.__(‘PAGES’,’lightword’).’: &after=
&next_or_number=number&pagelink=%‘); ?>
`
And my buddypress activity/index.php:
`
- <a href="” title=””>
- <a href="” title=””>
- <a href="” title=””>
- <a href="” title=””><?php printf( __( 'My Favorites (%s)’, ‘buddypress’ ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?>
- <a href="” title=””>
- <a href="” title=”RSS Feed”>
-
`
Would you be able to post what you think it should look like , then I will have a guide on what to do for the other files.