Avery1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Appointment] Remove date/author on pagesI’m using WordPress SEO by Yoast. Could it be something in their settings?
Forum: Themes and Templates
In reply to: [Appointment] Remove date/author on pagesDoesn’t work. The date and author are still on my Pages whether it’s checked or unchecked.
Forum: Themes and Templates
In reply to: [Appointment] Remove date/author on pagesI’m guessing it’s within this code in the fullwidth.php page template:
<div class=”blog-post-lg”>
<?php echo get_avatar( get_the_author_meta(‘user_email’), $size = ’40’); ?><?php _e(‘By’,’appointment’);?>“><?php the_author();?>Not sure what to change, since the theme’s page.php is quite modified.
Forum: Fixing WordPress
In reply to: Getting rid of the date at top of pagehttps://wordpress.org/plugins/wp-meta-and-date-remover/
Never used it, but..
Forum: Themes and Templates
In reply to: [Appointment] Appointment theme problemsThank you! That worked.
Forum: Themes and Templates
In reply to: [Appointment] Option Panel doesn't workI’m having the same problems with the Appointment theme and WP 4.1.1 as described here: https://wordpress.org/support/topic/cannot-modify-header-information-headers-already-sent-4. When I try to update a page I get:
Warning: Cannot modify header information – headers already sent by (output started at /home/ewnet/public_html/wp-content/themes/appointment/functions/template-tag.php:54) in /home/ewnet/public_html/wp-admin/post.php on line 233
Warning: Cannot modify header information – headers already sent by (output started at /home/ewnet/public_html/wp-content/themes/appointment/functions/template-tag.php:54) in /home/ewnet/public_html/wp-includes/pluggable.php on line 1178
This is a clean install of WP and the theme, and I already tried deactivating all my plugins and checking for spaces in the code, etc.