posthawk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Complete disaster – tried resizing my hearder marginwhat file did you edit
Forum: Fixing WordPress
In reply to: Fatal error. Please help!you will have to ftp or use cpannel to access the load.php file under wp-includes.
theres an error on line 587
Forum: Fixing WordPress
In reply to: two conflicting user profile formsnevermind i found it
Forum: Fixing WordPress
In reply to: Why wont this code display?Thank you kindly
Forum: Fixing WordPress
In reply to: Why wont this code display?and the image/link works just fine without the “if” statement but i dont know how to combine the two
Forum: Fixing WordPress
In reply to: Why wont this code display?that part works, it’s the code that’s supposed to run that isnt working.
because echo test works where it’s supposed to but displaying the image/link isn’t working
Forum: Fixing WordPress
In reply to: How to code correctlyi need an if (user has posts) but i dont think a get_author_mets(‘Posts’) exists
Forum: Fixing WordPress
In reply to: How to code correctlyi’m looking for something more like this, but i cant quite get it
$facebook = get_the_author_meta( ‘facebook’ );
if($facebook)
Forum: Fixing WordPress
In reply to: How to code correctlyno, the “form” is under the user setting, like email or nickname boxes which i already have
im trying to make a sidebar widget that displays links to the users facebook or whatever. which i have, but the problem is that it is displaying a facebook link even though they havent filled out the info
Forum: Fixing WordPress
In reply to: How to ignore widgets on blog page vs. home pagethere’s plugins.
Widget Logic Visual- is the best way. you get to choose what pages/categories widgets are displayed. but doesnt work on 3.5. you have to tweek something in the code but i dont remember what
widget logic- not as simple but outcome is the same
probably others
Forum: Fixing WordPress
In reply to: Php helpthis code displays author avatar on pages that they post with links to their website. however it is showing a random avatar on profiles that havent posted anything yet.
so i wanted an if (author has posted) then display this code. else dont display this code
<a style="margin: 0px 25px" 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>
Forum: Fixing WordPress
In reply to: Php helpis there any way this could be applied to all authors?
Forum: Fixing WordPress
In reply to: How do you put links into posts<a title="the hover text" href="https://thewebsitelink.com">text thats shown</a>
Forum: Fixing WordPress
In reply to: helpppp!!!!! poblem!!go to that file then line 172 and see what it says
Forum: Fixing WordPress
In reply to: How to Remove Date and Author Themolio themethey might be something named something else, can you post the scipt on here of either file