posthawk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Remove Date and Author Themolio themein single.php or content.php after “<aside class=”entry-meta”>”
youll see author_post_link and the_time in there delete those parts.
save the file before you edit it so you can revert back just in case
Forum: Fixing WordPress
In reply to: Php code isn't workingyep, next time just add a new topic at the top of the previous screen
Forum: Fixing WordPress
In reply to: Php code isn't workingi assume it’s because there is no else
Forum: Fixing WordPress
In reply to: Php code isn't workingdont know why you posted that here.
`<?php comments_number(__(‘No Comments’), __(‘1 Comment’), __(‘% Comments’), ”, __(‘Comments Closed’) ); ?>
<strong><? php endif; ?></strong>`that end if has something wrong with it, or it shouldnt be there
Forum: Fixing WordPress
In reply to: Inserting media over 9 megsthis is what i did
https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
i did the htaccess method and put it in my wp_admin folder i believe
Forum: Fixing WordPress
In reply to: Arranging postsyou will need to get a theme that allows this, or edit your styles.css file
Forum: Fixing WordPress
In reply to: Php code isn't workingwell i got it to align right with this code
<a class="alignright" title="<?php the_author_meta( 'display_name' ); ?>s Website" alt="Author Webite Link"<a href="<?php the_author_meta( 'user_url' ); ?>"><?php echo get_avatar( get_the_author_meta('ID'), 150); ?></a></a>
but it wont center, even with class=”aligncenter”
Forum: Fixing WordPress
In reply to: Php code isn't workingis there a way to center it and add a tittle? i’ve tried a few different ways and am now quite sure, like do i center the whole thing or just the image?
Forum: Fixing WordPress
In reply to: Php code isn't workingthanks for that format, but this code is what works on my site
<a href="<?php the_author_meta( 'user_url' ); ?>"><?php echo get_avatar( get_the_author_meta('ID'), 32); ?></a>
i havent tried yet to center or ad title, ill let you know how that works
Forum: Fixing WordPress
In reply to: Php code isn't workingit assumes square, if i insert just
<?php echo get_avatar( get_the_author_meta('ID',32) ); ?>
i do get the image just fine so i know it works
Forum: Fixing WordPress
In reply to: Php code isn't working32 is the size of the image, changing it does work on changing the size of the boken image.
Forum: Fixing WordPress
In reply to: Help! I've screwed up my sitethat could be easier, but you may have to edit some of your widgets, most themes save settings so dont be too scared
Forum: Fixing WordPress
In reply to: 404 Errors after permalink change…yeah sorry, if youve added a plugin recently thats the only other thing i can think of
Forum: Fixing WordPress
In reply to: Help! I've screwed up my siteyou can always add other headers but be carefull.
there are also always plugins that you could search for
Forum: Fixing WordPress
In reply to: Help! I've screwed up my sitecool man, good luck from now on