Title: masterleep's Replies | WordPress.org

---

# masterleep

  [  ](https://wordpress.org/support/users/masterleep/)

 *   [Profile](https://wordpress.org/support/users/masterleep/)
 *   [Topics Started](https://wordpress.org/support/users/masterleep/topics/)
 *   [Replies Created](https://wordpress.org/support/users/masterleep/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/masterleep/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/masterleep/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/masterleep/engagements/)
 *   [Favorites](https://wordpress.org/support/users/masterleep/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ML Raw HTML] [Plugin: ML Raw HTML] iframe stripped](https://wordpress.org/support/topic/plugin-ml-raw-html-iframe-stripped/)
 *  Plugin Author [masterleep](https://wordpress.org/support/users/masterleep/)
 * (@masterleep)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-ml-raw-html-iframe-stripped/#post-2056112)
 * It is probably due to using the visual editor. I’ve only used shortcodes with
   the HTML editor.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Google XML Sitemaps] relative URLs in loc fields](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-relative-urls-in-loc-fields/)
 *  Thread Starter [masterleep](https://wordpress.org/support/users/masterleep/)
 * (@masterleep)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-relative-urls-in-loc-fields/#post-1152862)
 * I was able to work around it by modifying the plugin’s sitemap-core.php file,
   changing the SetUrl function to:
 *     ```
       /**
       	 * Sets the URL of the page
       	 *
       	 * @param string $url The new URL
       	 */
       	function SetUrl($url) {
       		$temp_url=(string) $url;
       		if(substr($temp_url,0,7)!="http://") $temp_url="http://www.example.com" . $temp_url;
       		$this->_url=$temp_url;
       	}
       ```
   
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Getting an error](https://wordpress.org/support/topic/getting-an-error-1/)
 *  [masterleep](https://wordpress.org/support/users/masterleep/)
 * (@masterleep)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/getting-an-error-1/#post-874425)
 * Try searching your theme directory for “cat_id, cat_name” to find places where
   this database call is getting made, and commenting them out. I just ran into 
   this on an old blog with an old theme, and it was hiding in the sidebar.php file.

Viewing 3 replies - 1 through 3 (of 3 total)