Results 1 to 7 of 7

Thread: Related ads by author link not working...

  1. #1
    Thread Starter
    jschodde's Avatar
    Join Date
    Apr 2009
    Location
    Anthem, AZ
    Posts
    154
    Thanks
    3
    Thanked 1 Time in 1 Post

    Related ads by author link not working...

    I get a page not found. Is there a trick to make this work? I found this code in the single.php file:

    Code:
    		<span><?php _e('Posted By:','cp');?></span>
    	
    			<h1>
    			<?php if (get_the_author() != "") { ?>
    				<?php echo get_post_meta($post->ID, "name", true); ?>
    			<?php } else { 
    				echo get_post_meta($post->ID, "name", true); 
    			} ?>
    			</h1>
    It looks like it just creates a url like this: http://mydomain.com/author/LOGIN" onclick="window.open(this.href);return false;

    Where LOGIN is the the login of the person that created the post.

    Version: 2.9.2 Developer
    Jeff

  2. #2
    Thread Starter
    jschodde's Avatar
    Join Date
    Apr 2009
    Location
    Anthem, AZ
    Posts
    154
    Thanks
    3
    Thanked 1 Time in 1 Post

    Re: Related ads by author link not working...

    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    jschodde's Avatar
    Join Date
    Apr 2009
    Location
    Anthem, AZ
    Posts
    154
    Thanks
    3
    Thanked 1 Time in 1 Post

    Re: Related ads by author link not working...

    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    jschodde's Avatar
    Join Date
    Apr 2009
    Location
    Anthem, AZ
    Posts
    154
    Thanks
    3
    Thanked 1 Time in 1 Post

    Re: Related ads by author link not working...

    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Related ads by author link not working...

    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    Thread Starter
    jschodde's Avatar
    Join Date
    Apr 2009
    Location
    Anthem, AZ
    Posts
    154
    Thanks
    3
    Thanked 1 Time in 1 Post

    Re: Related ads by author link not working...

    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    Thread Starter
    jschodde's Avatar
    Join Date
    Apr 2009
    Location
    Anthem, AZ
    Posts
    154
    Thanks
    3
    Thanked 1 Time in 1 Post

    Re: Related ads by author link not working...

    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. post a classifieds link ?
    By sonnycool in forum ClassiPress General Discussion
    Replies: 5
    Last Post: May 19th, 2009, 09:07 AM
  2. Search Engine Not working/Images not showing
    By tiffany in forum ClassiPress General Discussion
    Replies: 11
    Last Post: April 29th, 2009, 03:57 PM