Need help configuring CTR Theme...

by 3 replies
4
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?
#search engine optimization #configuring #ctr #theme
  • Banned
    [DELETED]
  • 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.
  • 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.
  • send a ticket to support im sure they will help you with your problems!!

Next Topics on Trending Feed