posthawk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! I've screwed up my sitego to cpannel then
go to file manager
go to public_html/wp-content/themes
click on your theme and go to functions.php and if you can remember what it was before you can fix it there
Forum: Fixing WordPress
In reply to: Help! I've screwed up my sitewhat, wpyogi said, the only way to fix it now is to go through your host.
you’ll have to contact them of how to ftp or how to use cpannel or whatever program it is.
they probably gave you a screen name and a password to log into a website where you can see statistics of your site. in there is probably a file manager program. you’ll have to go in there and find the file.
Forum: Fixing WordPress
In reply to: How to have different sectionsif it’s a static page, couldnt you just insert images and give them links when you type up the page?
Forum: Fixing WordPress
In reply to: how to display avatar with website linkthis is what i have but i cant get the image to display
<a href="<?php the_author_meta( 'user_url' ); ?>"><img class="aligncenter" title="<?php the_author_meta( 'display_name' ); ?>s Website" alt="Author Webite Link" src="<?php echo get_avatar( get_the_author_meta('ID'), 32 ); ?>"> </a>
it just gets a broken link and “> in hyperlink text on certain pages
i know that get_avatar does work, there’s just something wrong in the code. everything else works fine, the link, the alignment, the title, everything but the image.
Forum: Fixing WordPress
In reply to: Link Podcast page on website to iTunes podcastsYou cant get them downloaded automatically to your website i dont think.
you could either download them then ftp them all to your server and put links up that way. which is a lot of work. and you will have to do it every time a podcast episode comes out.
but to get an automatically updating link use this plugin (WP RSS Aggregator) and it will link to the most recent podcast episode, if you can find the feed
now how to get that into a player, where the newest episode from each podcast has a press play option may be a little harder. and i dont know how to do that
if what you want is a long list, or a large file conting all episodes, of every podcast and episode like in a itunes library where people can download them, i would suggest the ftp method, just google how to ftp to your web host. Using cpannel or whatever you have, will make you have to do them one by one
Forum: Fixing WordPress
In reply to: Link Podcast page on website to iTunes podcastswhat exactly do you mean? like a list of links to podcast pages? or a player that will update automatically when new episodes are released?
heres the first, everything inside of the double quotes, remove asterisks “” <*a title=”THIS IS HOVER TEXT” href=”https://Thisiswebsitelink.com”>THIS IS TEXT IT DISPLAYS</a*> “”
and here it is.
THIS IS TEXT IT DISPLAYS
you can just make a list of theseForum: Fixing WordPress
In reply to: Simple Local Avatars not displaying avatarsI have Roles and capabilities activated i dont know if that would be a part of it
Forum: Plugins
In reply to: Simple Local Avatars not displaying avatarsI have Roles and capabilities activated i dont know if that would be a part of it
Forum: Fixing WordPress
In reply to: how to put rss feed image on the left of the list_authorsthanks
Forum: Fixing WordPress
In reply to: how to put rss feed image on the left of the list_authorsthanks man for doing that for me. that was it. i dont know if i can thumb up you or not but i would
but while you are here… how would i put a space between the two items
(feed image and author name)? whould i do it in the function or the php?Forum: Fixing WordPress
In reply to: how to put rss feed image on the left of the list_authorsnope. displays no feed image or link
Forum: Fixing WordPress
In reply to: how to put rss feed image on the left of the list_authorsi get that.
im not quite sure how to move the feed image above the name. i tried ajusting the ifs within the function but its not working right.
like error not right
Forum: Fixing WordPress
In reply to: how to put rss feed image on the left of the list_authorsheres a link to a picture of the original function.
i cant figure out how to turn it into php. because i cant use list_authors anymore do i create a new function?
Forum: Fixing WordPress
In reply to: how to put rss feed image on the left of the list_authorsi guess then my question is how to change the default order within the code
like is it an array thing or an if/else order because those would be the 2 things in the code
Forum: Fixing WordPress
In reply to: How to add link to my logowhats the function by wich you are putting that image there?
header?