Darryl Marshall
asked 10 years ago

I need to turn off the front end post option but I can’t seem to find where to do that.
I also want to have my logo overlap the content area slightly which I have already done. However, I cannot get it to show up in front of the top of the gray line above page 1. I’d like to either change the logo position to show up in front of the line or simply eliminate any part of the line that shows up above page 1. Thanks

1 Answers
DominicStaff
answered 10 years ago

If you want to Turn off Front end posting for users, you can open the index.php file in the folder path “\wp-content\themes\dw-timeline-pro”. Find the line 24 to line 27. Remove the following code:

    <?php if( $page == 1 && is_user_logged_in() && current_user_can( 'publish_posts' ) ) : ?>
      <?php get_template_part( 'templates/post-form' ); ?>
    <?php endif; // Front-end post form for admin user ?>

 

Powered by DW Question & Answer Pro