mikhak
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how i can checking the duplicate links with php and mysql ?“a” and “google.com” in the query need to be inside single quotes
SELECT COUNT(linkurl) FROM
link
whereusername
= ‘a’ ANDlinkurl
= ‘google.com’i waiting for answering this question .
Forum: Fixing WordPress
In reply to: A plugin or function for linking to imagewith this code i able to linking images . but only that images linking that have have linking to file URL . please helping for create a new code that able linking all images .
function wpguy_linked_image($content){ $searchfor = '/(<img[^>]*\/>)/'; $replacewith = '<a target="_blank" href="'.get_permalink().'">$1</a>'; { $content = preg_replace($searchfor, $replacewith, $content); } return $content; } add_filter('the_content', 'wpguy_linked_image');
i can found problem that problem is from feedwordpress plugin because i given my post with feedwordpress . but i can’t solve this problem . i think and worry Google penalize or spamming my site for this problem.
Hi Peter Baylies,
I testing ,y page with Facebook debugger tools that tools display this error :
Inferred Property The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags. Inferred Property The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags. Inferred Property The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags. Inferred Property The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags
but my description currently showing in this reports but have very low characters .
Hi Peter Baylies,
thank you . i checked the box of “Never Shorten Long Descriptions” but that is solve only problem of short description but not solving true encoding to utf-8 in saving time problem
this is my description site source :
https://imageupper.com/s02/1/8/U14061925171676385_1.png
i see this problem to very Persian language site that use all in one seo pack .
i try to testing my site with another themes or other default WP theme but not solving .
my site : https://mikhak.net/
thank you.
Forum: Fixing WordPress
In reply to: How can I see the latest search words on Google?Hi Rhys Wynne .
And thank you for help me .But i searching for a plugin that only show last used keyword with user for entering my site with that keyword and i can listing this keyword in any where of my site . and i can tracking my keyword from admin panel and i can see which keywords are top .
My friends please introduce other plugin for solve this problem .
and again i :
Thanks to all friendsForum: Plugins
In reply to: [Real-Time Find and Replace] A problme with replaceplease help
for good google ranking in the search reaslt whith this way
Anybody wants to help me?
Anybody wants to help me?
Hi,
Thank you for help me . ( Peter Baylies and wpsmort )
but
I increasing the memory limit to 1024Mb but my problem not solve :
in wp-config:
<?php /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information * by visiting {@link https://codex.www.ads-software.com/Editing_wp-config.php Editing * wp-config.php} Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */ define( 'WP_MEMORY_LIMIT', '1024M' ); define( 'WP_MAX_MEMORY_LIMIT', '1024M' );
and in WP-settings :
<?php /** * Used to set up and fix common variables and include * the WordPress procedural and class library. * * Allows for some configuration in wp-config.php (see default-constants.php) * * @internal This file must be parsable by PHP4. * * @package WordPress */ /** * Stores the location of the WordPress directory of functions, classes, and core content. * * @since 1.0.0 */ define( 'WP_MAX_MEMORY_LIMIT', '1024' ); define( 'WPINC', 'wp-includes' ); // Include files required for initialization. require( ABSPATH . WPINC . '/load.php' ); require( ABSPATH . WPINC . '/default-constants.php' );
my host allows to 1024 Mb
please help for solve this problem .
??