Need help configuring CTR Theme...

3 replies
  • SEO
  • |
Trying to get this theme up and running. I have a couple of issues/questions:

1. The theme is displaying 'recent posts' twice in the side column. How do I disable this?

2. There is no menu to display my static pages. Do I have to link them in the sidebar using a Menu Widget?
#configuring #ctr #theme
  • Profile picture of the author teachingking
    Unfortunately, that didn't work. The recent post was hard coded into the sidebar PHP. Removing the following seems to have done the trick:

    while($sideposts->have_posts()) : $sideposts->the_post();
    $sidenav .= "<li><a href='" . get_permalink() . "'>" . get_the_title() . "</a></li>";
    endwhile;


    Still not sure about the menu.
    {{ DiscussionBoard.errors[6045222].message }}
  • Profile picture of the author teachingking
    Have an additional issue. The CTR Theme Meta Description appears to be overriding the All in One Seo description. That's fine but, the CTR Theme is adding a bunch of spaces in front of the actual description resulting in a character count of 500+, when the actual description is less than 160.

    So far this theme has been a bit frustrating.
    {{ DiscussionBoard.errors[6055349].message }}
  • Profile picture of the author Captain_Morgan
    send a ticket to support im sure they will help you with your problems!!
    Signature

    {{ DiscussionBoard.errors[6055464].message }}

Trending Topics