Removing article-info and the pages section

Viewing 8 posts - 1 through 8 (of 8 total)
  • #17602
    jeroenla
    Participant

    I am working for a friend who’s starting a social enterprise (a lunchroom where mentally challenged people will find work).

    The pages should be as clean as possible. I am having difficulty with a part of this. For example, look at http://www.sjapoo-maarheeze.nl/reserveren-en-contact/1-2/

    As you can see, these articles have a few things which are not required:

    the
    [quote]
    Written by admin
    on februari 20, 2014
    Filed under Reserveren en-Contact
    [/quote]

    adds nothing to the page, and should be removed.

    Also, on the right, there is a list of pages. He does not want this there (nor on other pages). Where and how do I remove this section?

    I’ve been digging through the CSS files, been looking at the index.php (where I managed to find the comment area which he wanted out as well), but these two, I can’t find. I even downloaded the whole thing to my desktop and ran a search on files containing “written by”, but I didn’t manage to find it.

    Much appreciation for your help.

    #17604
    Daniel Tara
    Keymaster

    You can find them in each content-*.php file, the code looks like this:

    ' ); ?>
#17703
jeroenla
Participant

Thank you, this does indeed remove the meta-info.

Could you also tell me where the list of pages (currently on the right side) is coded?

http://www.sjapoo-maarheeze.nl/eten-drinken/3-3/

It is currently visible on the right, and needs to be removed.

#17704
jeroenla
Participant

PS: I do want to keep the search-field visible somewhere.

#17710
Daniel Tara
Keymaster

You can find them in sidebar.php. There’s also a footer sidebar where you can add your search form.

#18489
hcspongberg
Participant

I am trying to achieve the same goal regarding the meta data information being unnecessary on the page for my site, but after removing the specified section from each txt file over FTP, the

Author
Date
Category

Is still there. When I tried to remove the specified section from each content.php etc file through my WordPress Admin page:

<aside class=”entry-meta”>

  • < ?php _e( ‘Written by’, ‘minimatica’ ); ?> < ?php the_author_posts_link(); ?>
  • < ?php _e( ‘on’, ‘minimatica’ ); ?> <time datetime=”<?php the_time( ‘Y-m-d’ ); ?>”>< ?php the_time( get_option( ‘date_format’ ) ); ?></time>
  • < ?php _e( ‘Filed under’, ‘minimatica’ ); ?> < ?php the_category( ‘, ‘ ); ?>
  • < ?php edit_post_link( __( ‘Edit’, ‘minimatica’ ), ‘

  • ‘, ” ); ?>

< ?php the_tags( ‘<div class=”entry-tags”>’, ‘ ‘, ” ); ?>
</aside><!– .entry-meta –>

I receive an error – my site loads and there is an error message (theme intact) with the post title saying page not found. Under that, in small text: The content you were looking for could not be found.

I am using Minimatica with everything up to date.

I was successfully able to remove the comments feature by using the Editor through the WordPress website directly.

I know this seems like a basic thing but I have been working to resolve this on my own for hours and would appreciate any ideas.

#20468
fixyourp
Participant

Hi
I’ve managed to remove all the sidebar, but how do I re-add just the search bar? Or how do you remove all the text such as recent posts, meta etc. and just have my menu placed there, like from the bottom.

#20560
fixyourp
Participant

Found out how, I’ve changed the widget screen

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.