EveofReduction
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [TT Guest Post Submit] Custom Author Code not workingThank you for your quick reply! I’m using the Canvas theme. I searched the theme code and could not find that exact code. This is what I have:
$author = ''; $author_text = ''; // If we need to display either the author, URL or both, get the data. if ( $args['display_author'] == true || $args['display_url'] == true ) { $meta = get_post_custom( $post->ID ); if ( isset( $meta['feedback_author'] ) && ( $meta['feedback_author'][0] != '' ) && $args['display_author'] == true ) { $author .= '<cite class="feedback-author">' . $meta['feedback_author'][0] . '</cite><!--/.feedback-author-->' . "\n"; } if ( isset( $meta['feedback_url'] ) && ( $meta['feedback_url'][0] != '' ) && $args['display_url'] == true ) { $author .= '<a href="' . esc_url( $meta['feedback_url'][0] ) . '" title="' . esc_attr( $author_text ) . '">' . esc_url( $meta['feedback_url'][0] ) . '</a>';
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
I have no idea what I’d change in there. Thank you for your support and I understand if this is outside your realm.
Kindest regards.Forum: Fixing WordPress
In reply to: I don't know my RSS feed URLI thought if I clicked my RSS button it would take me to a subscribe page?
Forum: Fixing WordPress
In reply to: I don't know my RSS feed URLWhen I click on that I get this message ” This XML file does not appear to have any style information associated with it. The document tree is shown below.”
Followed by a page of code.
What does this mean?Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)