• Resolved WillowtheWisp

    (@willowthewisp)


    I’ve managed to use the theme editor to get rid of the ‘author’ and post dates etc on each of my sites pages however I cannot find how to get rid of the menu links to all of my pages which shows up on each page at the top right hand side:

    https://www.lauraconnettphotography.com/?p=87

    As you can see I already have links to my other pages at the bottom of the page and do not want this blog like look to the site not to mention the repeating of the menu which I already have at the bottom.

    Can anyone help please?
    Cheers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • What theme are you using? It’s not difficult to remove but to do it the right way, the theme information would be helpful.

    Thread Starter WillowtheWisp

    (@willowthewisp)

    I’m using the theme called Minimatica.

    Thanks.

    Okay that’s just the sidebar. However, this theme adds some default “widgets” to display in the sidebar in the event you don’t put any widgets there yourself.

    Your theme is modified so it’s hard for me to tell exactly what’s going on. But from what it looks like, you’ve placed no widgets in the “Sidebar” titled widget area and the default pages widget is showing.

    What you can do is copy the sidebar.php template from Minimatica into the root of your child theme. Then in that file, these three lines are responsible for outputting default widgets:

    <?php the_widget( 'WP_Widget_Search' ); ?>
    <?php the_widget( 'Minimatica_Ephemera_Widget', array( 'title' => 'Asides' ) ); ?>
    <?php the_widget( 'WP_Widget_Pages', array(  ) ); ?>

    You are free to remove those lines. However, that doesn’t remove the sidebar altogether. At that point, you’re getting into some pretty heavy layout customizations.

    Thread Starter WillowtheWisp

    (@willowthewisp)

    Thank you so much for the reply, that worked for me and completely removed the annoying sidebar!

    No problem!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove blog features from my theme?’ is closed to new replies.