[email protected]
Forum Replies Created
-
Forum: Themes and Templates
In reply to: parse error message when I tried to add code to style.cssHey, it was missing a semi colon! I had taken off endif; when I tried removing the code that made everything wonky.
Thank you so much!
Forum: Themes and Templates
In reply to: parse error message when I tried to add code to style.cssWell, here is the end of the functions.php code. Does it the end look correct? Am I missing something important? Hope that piece of code isn’t too long.
}
endif;if ( ! function_exists( ‘twentyten_posted_in’ ) ) :
/**
* Prints HTML with meta information for the current post (category, tags and permalink).
*
* @since Twenty Ten 1.0
*/
function twentyten_posted_in() {
// Retrieves tag list of current post, separated by commas.
$tag_list = get_the_tag_list( ”, ‘, ‘ );
if ( $tag_list ) {
$posted_in = __( ‘This entry was posted in %1$s and tagged %2$s. Bookmark the permalink.’, ‘twentyten’ );
} elseif ( is_object_in_taxonomy( get_post_type(), ‘category’ ) ) {
$posted_in = __( ‘This entry was posted in %1$s. Bookmark the permalink.’, ‘twentyten’ );
} else {
$posted_in = __( ‘Bookmark the permalink.’, ‘twentyten’ );
}
// Prints the string, replacing the placeholders.
printf(
$posted_in,
get_the_category_list( ‘, ‘ ),
$tag_list,
get_permalink(),
the_title_attribute( ‘echo=0’ )
);
}Forum: Themes and Templates
In reply to: parse error message when I tried to add code to style.cssThought I figured it out (found the edit button) but I didn’t work. Maybe I deleted some crucial semi colon or something.
Forum: Themes and Templates
In reply to: parse error message when I tried to add code to style.cssI’m actually figuring that out right now. Learning as I go. So, I copied it and am editing in text. Should I then save it and replace what’s in the folder functions.php folder? Could you please explain how to do that?
Forum: Themes and Templates
In reply to: parse error message when I tried to add code to style.cssHere is my site, if that helps. gazebotreevintage.com
Forum: Themes and Templates
In reply to: parse error message when I tried to add code to style.cssWhy am I not seeing my theme or dashboard?
Forum: Themes and Templates
In reply to: when I choose link to image, photo enlarges to full sizeAh, ok. Thanks for the heads up. There’s so much here and I missed that. And, by the way, I got my photos worked out. I was in the photo edit mode which was still making them full size so I deleted and reposted with the proper settings.
Thanks again all!
Forum: Themes and Templates
In reply to: when I choose link to image, photo enlarges to full sizeHi Andrew. I actually posted this same question 9 hours ago and last time I inquired about something else, I never got a response and my question got buried forever. Sorry if I got a little anxious.
Thank you jrav001. I’ll go investigate.
Forum: Themes and Templates
In reply to: when I choose link to image, photo enlarges to full sizeIs there some protocol I should follow to get some help? I’m really at a loss. I’m sure it’s something simple.
Forum: Fixing WordPress
In reply to: Appearance won't updateCan someone offer up a link to this info?