DISQUS

Jim Kukral: The Age of Conversation Review In AdAge.com

  • SEO Optimization · 2 years ago
    Hey Jim,
    Glad to hear about the review of the book, hopefully someone will read your name and come by to your blog. Also, compliments for the new look (i love the logo with the hand on fire), even tho it has some errors (the related posts doesn't work) just follow the instruction and create the MySQL query and everything will work out fine ;)

    best regards
  • Jim Kukral · 2 years ago
    Thanks, I need to try and fix that. Weird.
  • Jim Kukral · 2 years ago
    Anyone have any idea how to fix that MYSQL problem above? I'm clueless.
  • SEO Optimization · 2 years ago
    I am not sure if you are using the same plugin as i am (the related posts by Wasabi) but in case you are, (i have cPanel as control panel) from cPanel go on MySQL > phpMyAdmin (at the bottom of the MySQL page, it should open a new page). On this new page (on the left sidebar) select the MySQL database you use for your blog, the page should refresh and you will see a top horizontal menu, click on Query and lower you will see a textarea form named: SQL query on database (your database name) paste there the next code
    ALTER TABLE `wp_posts` ADD FULLTEXT `post_related` (
    `post_name` ,
    `post_content`
    )

    and click on submit query. This should be all, if even this will not fix the problem than hell if i have an idea without being able to see.
  • SEO Optimization · 2 years ago
    By the way, apologies for the double comment i made. The sad story is that i did wrote it on two different topics (upsss)...i was extremely tired that nite.