You’ll need to remove the_title(); section from the following templates:
- content-aside.php
- content-featured.php
- content-gallery.php
- content-image.php
- content-intro.php
- content-link.php
- content-page.php
- content-quote.php
- content-single.php
- content-status.php
- content.php
Open the files and look for this:
<h2 class="entry-title">
<a href="https://wordpress.stackexchange.com/questions/33038/<?php
the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ),
the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
<?php the_title(); ?></a>
</h2>
The content will vary a little from template to template, just remove everything between the “entry-title” class to remove all titles from displaying in the pages.
Related Posts:
- Upload Multiple Files With media_handle_upload
- Add custom template page programmatically
- What is the difference between get_page_link and get_permalink functions?
- Woocommerce add to simple product attribute programmatically [closed]
- Breadcrumbs showing Parent and Child Pages
- Influence of WordPress functions on site speed
- mysql custom wp query
- TinyMCE custom stylesheets for different post types
- Order get_users() by last login date. Is it possible?
- Display random text from a file with the WP built-in AJAX API
- Remove bulk actions based on user role or capabilities
- How do I properly register bootstrap JavaScript into WordPress functions.php?
- wp_delete_attachment
- Function to Download External Images to My Site
- How to call a function on particular page like ‘contact-us’ from function.php of child theme
- Detect Safari desktop browser and include the detection in a shortcode
- Is It wrong to use oop approach on functions.php?
- How to preserve edits to Name or Slug of term when using wp_update_term on save?
- Woocommerce checkout field maxlength, make input number field only (postcode)
- My simple custom shortcode is not longer working (possibly due to upgrade to WordPress 4.4 ?)
- restore_current_blog required after switch_to_blog, if I use that in a function?
- ‘is’ functions and ‘get_query_var’ not working
- How Can I Expand the WordPress Customize window without any Plugin?
- Register and enqueue style.css custom theme
- Where do I add html code to the menu div?
- How do I create page navigation linking to each H2 within the page? [closed]
- Add function to every post?
- WordPress shortcode attributes for database SELECT?
- Understanding and altering the structure of posted images
- What do the schemes login, login_post, admin, and relative mean?
- Allow Post Author to be 0 on Update
- How do I hide or remove ‘Category’ from wordpress breadcrumbs
- Trouble with adding a wp_enqueue_script on wordpress
- Display images that are not in the content
- How do display most popular post from a year earlier to the day?
- Display ‘BuddyPress Follow’ follow button to non-logged in users [closed]
- Pagination in relation to archive.php
- Creating A New Admin Menu Tab For Theme Options
- wp-admin won’t load after setting wp-login custom url
- Incorrect redirect after commenting
- Run wp_kses_decode_entities on atom feed?
- Get ID of first image attached to a post
- jQuery does not work
- Function naming convention
- Generate featured images old posts
- debugging errors.. how to remedy?
- Where do i create my own function in wp-admin
- Use /prefix/postname as a slug in post_name?
- Send email to admin user when custom post type is created
- Pass variable from action back to template
- Function extending with if query in functions.php
- Test if a post exists by category and date
- Question about “wp_deregister_script()”
- Turn get_posts as string into an array for use in theme admin options
- Output loop to function return?
- Combine embed_oembed_html and oembed_result
- Load JS file only in specific template
- Why get_user_by() doesn’t work in my code?
- Can’t switch to a child theme using filters template, option_template and option_stylesheet
- What is wrong with code added to functions.php to selectively show styles based on login state
- How to change value of variable in theme file with functions.php WordPress?
- Add element to widgetpage
- Using functions.php to include code that’s processed inline
- why can’t i add front.css to my frontpage.php
- “All posts” in the category widget
- Changing where my author box is printed
- video.js not enqueueing?
- Why a SlideShow (made using JQuery FlexSlider) can’t work if I load it form functions.php but work if I load it from my footer.php file? [closed]
- functions.php return custom text
- Display ACF category image on archive and single template files
- How to get taxonomy tree ids without running expensive loops
- Change WooCommerce Payment Options From Radio Buttons to Dropdown Menu
- Auto delete content in specific folder inside media library
- Using get_terms for custom taxonomy in functions.php
- How to update an image attachment’s alt text from a custom field when saving a post?
- Allow user only create specific tags
- Child theme remove parent filter in functions
- Set URL Parameter Post Layout As Default
- Exclude admins from query get posts
- How to display different blocks for mobile and desktops
- WP Enqueue Script Error
- Enqueue JS + CSS via a child theme functions.php file?
- How to add publish/draft button in Admin Post Lists
- Show users last read posts for each user?
- Woocommerce – change order status from on-hold to pending payment
- Disable links to images only if link is an image
- How to add number to wordpress count function?
- How do I integrate my Child Theme into a Custom Template?
- Sending Messages Back to the Template After Processing?
- Shortcode to eliminate and replace with
- Why are some custom javascript files working but some are not
- using enqueue_script in a shortcode isn’t working
- Functions file mods and CPU
- How to display milliseconds instead of seconds using timer_stop function? [closed]
- Filter to strip unnecessary attributes
- Will my WordPress site become vulnerable after adding this functions which allows more HTML tags for subscribers?
- get_post_class() not working well
- Load script only on selected Pages
- Convert Image to Webp on upload without plugin
- How to automatically load Google Fonts on pages only as they’re used?