Skip to:
Content
Pages
Categories
Search
Top
Bottom

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=

&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=””>

`

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.

Skip to toolbar