• All –

    I know this must be basic – but I can’t find it anywhere. I wld like to create some blog posts without date, comments or author info. I basically want the post to simply look like a web page and not necessarily a blog post.

    Also, if I use ‘Custom Posts’ will this allow me to have a variety of separate areas for different ‘blogs.’ I.e. in the video for custom post types the example was for Movies. This wld create a list of movies and the taxonomies cld direct the users to who was in the movie, what the genre was, etc.

    How would one create a menu item for ‘Movies’ – directing users to the ‘blog’ on Movies?

Viewing 1 replies (of 1 total)
  • create some blog posts without date, comments or author info

    This is controlled by code in your theme, possibly in multiple places. Look in index.php, archive.php, and single.php for code containing things like the_time, the_author, and comments_popup_link. Many of the newer themes are structured differently, so you may find the code in other files.

    if I use ‘Custom Posts’ will this allow me to have a variety of separate areas for different ‘blogs’.

    Yes, you create special templates for each Custom Post type.

    How would one create a menu item for ‘Movies’

    This depends on your theme and how it handles menus. Some themes have menu capability built in, others must be modified to add it.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove date, comments, and author info’ is closed to new replies.