tsagita
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: mysql query "SELECT" from*** WHERE*** gives me a blank resultdefine $wpdb global variable..read this ^_^
https://codex.www.ads-software.com/Class_Reference/wpdbForum: Fixing WordPress
In reply to: Can someone tell me whats wrong with my code (foreach error)because variable images is null, make sure user profile is not admin have “personal_playlist” user meta
Forum: Hacks
In reply to: How to remove plugin content from the_content template tagI do not know your meant, but
– <?php the_content ?> will return the result..
– <?php get_the_content ?> will return as variable..use echo to get the resultForum: Fixing WordPress
In reply to: Embedded videos not workingbecause it is code, try in the text editor tab ??
Forum: Fixing WordPress
In reply to: How to create CronJob using wordpressyou can use this plugin to create cron https://www.ads-software.com/plugins/wp-crontrol/
Forum: Fixing WordPress
In reply to: Translation Issuemaybe you need this plugin https://www.ads-software.com/plugins/transposh-translation-filter-for-wordpress/
i trust with that
hope this helpForum: Fixing WordPress
In reply to: Site is completely gone… Please help.install ftp client ex : FILEZILLA
enter your site host, username, password in the top left FILEZILLA window..to get this access you can contact your web host..
or you can use cpanel => filemanager to delete plugin..plugin located on /wp-content/plugins/
Forum: Fixing WordPress
In reply to: Site is completely gone… Please help.2 way to deactivate plugin :
1 deactivate via wp-admin
2 delete plugin via FTPForum: Fixing WordPress
In reply to: Site is completely gone… Please help.have you try to deactivate jetpack plugin?
Forum: Installing WordPress
In reply to: WordPress blank screenowh i see, if your site problem is failed to open file, the solution is change file permission,
file is 644, folder is 755Forum: Installing WordPress
In reply to: WordPress blank screenerror in php, please open wp-config.php and edit/add define(‘WP_DEBUG’,true);
you can see error on your web
Forum: Fixing WordPress
In reply to: Facebook Share Link with Different Images/Photos Appearinghi Mensahero, i was open your site and found the problem.
Your site problem site is “Dont have OG meta tags”..OG (Open Graph) is important tags for facebook to recognized your site ex, site title, description, thumbnail image, etc..please read this first https://ogp.me/ .. and then install this plugin to automatically add OG tags..
https://www.ads-software.com/plugins/wp-facebook-open-graph-protocol/
hope this successfull
*sorry if my english is bad* ??
Forum: Fixing WordPress
In reply to: Facebook Share Link with Different Images/Photos Appearingopen https://developers.facebook.com/tools/debug/ and enter your url post, finally click fetch new scrap information . hope this successfull
Forum: Fixing WordPress
In reply to: Installed into the wrong folder?add this line :
<meta property=”og:image” content=”bla bla bla”/>
<meta property=”og:url” content=”bla bla bla”/>
<meta property=”og:title” content=”bla bla bla”/>
<meta property=”og:site_name” content=”bla bla bla”/>
<meta property=”og:description” content=”bla bla bla”/>
<meta property=”og:type” content=”bla bla bla”/>
into header.php themesOR you can install https://www.ads-software.com/plugins/wp-facebook-open-graph-protocol/
Forum: Fixing WordPress
In reply to: Installed into the wrong folder?you need to add facebook open graph (OG) tags on your site