Skip to main content

Home/ Wordpress/ Contents contributed and discussions participated by Pablo Pacheco Karzin

Contents contributed and discussions participated by Pablo Pacheco Karzin

2More

WordPress › WordPress Ideas - Add meta box to multiple post types - 4 views

    • Pablo Pacheco Karzin
       
      add meta box to multiple post types
2More

WordPress › Support » Get full text for page and strip images - 5 views

  • strip_tags(get_the_content(), '<p><a><h2><blockquote><code><ul><li><i><em><strong>')
    • Pablo Pacheco Karzin
       
      Get only text from wordpress content
3More

How to Move WordPress Blog to New Domain or Location « My Digital Life - 0 views

  • UPDATE wp_options SET option_value = replace(option_value, 'http://www.old-domain.com', 'http://www.new-domain.com') WHERE option_name = 'home' OR option_name = 'siteurl';
  • UPDATE wp_posts SET guid = replace(guid, 'http://www.old-domain.com','http://www.new-domain.com');
  • UPDATE wp_posts SET post_content = replace(post_content, 'http://www.old-domain.com', 'http://www.new-domain.com');
1 - 3 of 3
Showing 20 items per page