Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter EveofReduction

    (@eveofreduction)

    Thank 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.

    Thread Starter EveofReduction

    (@eveofreduction)

    I thought if I clicked my RSS button it would take me to a subscribe page?

    Thread Starter EveofReduction

    (@eveofreduction)

    When 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)