Title: artcoder's Replies | WordPress.org

---

# artcoder

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/artcoder/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/artcoder/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/artcoder/replies/page/2/?output_format=md)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [pre_option_posts_per_page filter example code not correct](https://wordpress.org/support/topic/pre_option_posts_per_page-filter-example-code-not-correct/)
 *  Thread Starter [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/pre_option_posts_per_page-filter-example-code-not-correct/#post-4526070)
 * You’re right. It works now (when I use the category slug). Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Looking for a "image zoom on hover" plugin](https://wordpress.org/support/topic/looking-for-a-image-zoom-on-hover-plugin/)
 *  Thread Starter [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/looking-for-a-image-zoom-on-hover-plugin/#post-2158303)
 * Thanks. It look like Magic Thumb would work and I see that it can do the zoom
   on mouseover (without a click). Great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] bloginfo template_directory still generating http instead of https](https://wordpress.org/support/topic/plugin-wordpress-https-bloginfo-template_directory-still-generating-http-instead-of-https/)
 *  Thread Starter [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-https-bloginfo-template_directory-still-generating-http-instead-of-https/#post-1888214)
 * Thanks for the response. I had already worked-around the problem by recoding 
   my HTML, template, etc to eliminate the “mixed secured/unsecured items” message
   in Internet Explorer.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Copy an exact WordPress site to another domain](https://wordpress.org/support/topic/copy-an-exact-wordpress-site-to-another-domain/)
 *  [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/copy-an-exact-wordpress-site-to-another-domain/#post-1662198)
 * The contents of the text widget is saved to the wordpress database (not to files).
   So the safest way is to manually change the hard-coded URLs in the widget after
   the migration.
 * But if you find that too time-consuming and if you are technically inclined to
   do so, you can alternatively do a search and replace of the hard-coded URLs in
   the database backup file (the SQL file).
 * As for not being able to compress your site files using cPanel, you can write
   a simple PHP script that will [compress your site files for easy download as shown in this tutorial](http://learnwebtutorials.com/how-to-compress-files-on-the-server-using-php).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [moving scripts to footer](https://wordpress.org/support/topic/moving-scripts-to-footer/)
 *  Thread Starter [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/moving-scripts-to-footer/#post-1756924)
 * But for some reason, I get error …
 * `Parse error: syntax error, unexpected ',' in header.php`
 * when I write …
 * `wp_enqueue_script( 'comment-reply', , , , true );`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [SSL on certain wordpress pages](https://wordpress.org/support/topic/ssl-on-certain-wordpress-pages/)
 *  Thread Starter [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/ssl-on-certain-wordpress-pages/#post-1749192)
 * Didn’t work. When i put in slash, wordpress gave error “The WordPress address
   you entered did not appear to be a valid URL. Please enter a valid URL.” Same
   thing with site url.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [$wpdb-> query and $wpdb->get_col strange result](https://wordpress.org/support/topic/wpdb-query-and-wpdb-get_col-strange-result/)
 *  [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wpdb-query-and-wpdb-get_col-strange-result/#post-1740417)
 * I forgot. Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [$wpdb-> query and $wpdb->get_col strange result](https://wordpress.org/support/topic/wpdb-query-and-wpdb-get_col-strange-result/)
 *  [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wpdb-query-and-wpdb-get_col-strange-result/#post-1740398)
 * For me $wpdb->query() and $wpdb->get_results() and $wpdb->get_col() are all giving
   me …
 * Fatal error: Call to a member function get_col() on a non-object
 * I’m calling this from a PHP file kind of outside WP plugins, so I’ve …
 * include_once(‘wp-config.php’);
    include_once(‘wp-load.php’); include_once(‘wp-
   includes/wp-db.php’);
 * at the top of PHP file.
 * How can I call the WP database from outside a plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] Email submission successful but not delivered](https://wordpress.org/support/topic/plugin-contact-form-7-email-submission-successful-but-not-delivered/)
 *  [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-email-submission-successful-but-not-delivered/#post-1715022)
 * Having some problem and have been struggling for days trying to get contact form
   to submit to a domain name email address. It submits to an yahoo email address
   just fine. This problem started when I switch to VPS. Please help. What is wrong?
   Why is it that when PHP sends mail, it does not go through to domain name email
   addresses. But when I send mail via my email client, it goes to domain name email
   addressses fine?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Increasing memory didn't help](https://wordpress.org/support/topic/increasing-memory-didnt-help/)
 *  Thread Starter [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/increasing-memory-didnt-help/#post-1730804)
 * Thanks, I will talk to my host.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WordPress working on shared-hosting but not VPS](https://wordpress.org/support/topic/wordpress-working-on-shared-hosting-but-not-vps/)
 *  Thread Starter [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wordpress-working-on-shared-hosting-but-not-vps/#post-1730801)
 * I’ve tried that. Did that in php.ini and php5.ini. No luck. 🙁
 * Is there some server setting I need to make via Plesk or Virtuosso interface 
   in regards to setting memory on a VPS server?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Website link in Member Profile](https://wordpress.org/support/topic/website-link-in-member-profile/)
 *  Thread Starter [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/website-link-in-member-profile/#post-1722801)
 * Anybody knows how many posts? I’ve been member for over two years, but I have
   only about 36 posts. And I have added link in profile, but not showing up.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to debug white screen](https://wordpress.org/support/topic/how-to-debug-white-screen/)
 *  Thread Starter [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/how-to-debug-white-screen/#post-1722780)
 * Setting define(‘WP_MEMORY_LIMIT’, ’64M’); in wp-config worked. Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [problem moving wordpress](https://wordpress.org/support/topic/problem-moving-wordpress/)
 *  [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/problem-moving-wordpress/#post-1722732)
 * In addition to making sure siteurl in wp_options table is correct, also check
   the “home” value in the wp_options table as well. That contains an URL value 
   as well.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to use get_the_ID() in sidebar?](https://wordpress.org/support/topic/how-to-use-get_the_id-in-sidebar/)
 *  Thread Starter [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/how-to-use-get_the_id-in-sidebar/#post-1717387)
 * Adding global worked. Thanks.

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/artcoder/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/artcoder/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/artcoder/replies/page/2/?output_format=md)