makong
Forum Replies Created
-
Forum: Plugins
In reply to: [Internal Links Generator] Operation corruptedhey, i was add fix of this problem to next update (version 2.6)
Forum: Plugins
In reply to: [Internal Links Generator] Operation corruptedHi, there are several ways we can do this:
– if you don’t have a lot of keywords in table you can totally reinstall plugin;
– if you have access to cpanel of your hosting you can mannualy add column ‘tag’ (tag
VARCHAR(20) NOT NULL) to table ‘[your_wp_prefix]_internalinks’ through the phpmyadmin;
– or:1. put this code to file functions.php
add_action('init', 'ilgen_insert_column'); function ilgen_insert_column(){ if(is_admin() && 'internal_links_generator' == $_GET['page']){ global $wpdb; if(!$wpdb->query("SHOW COLUMNS FROM {$wpdb->prefix}internalinks LIKE 'tag'")){ if($wpdb->query("ALTER TABLE {$wpdb->prefix}internalinks ADD tag VARCHAR(20) CHARACTER SET utf8 NOT NULL")){ echo '<script>alert("Internal links: column \'tag\' successfully added!");</script>'; } } } }
2. open once plugin page https://[your_domain.com]/wp-admin/options-general.php?page=internal_links_generator
3. when you saw window with text “Internal links: column ‘tag’ successfully added!” remove code from file functions.phpForum: Plugins
In reply to: [Internal Links Generator] Plugin links random number of keywordsHi, let’s try to figure out … when you click on the “recount” plugin finds all matches there could be 2 and more from one page, but linked only one keyword from one page. If you have access to database, check field ‘posts’ with ids of all linked posts by keyword. and let me see screenshot of keywords list, and your website. … and i’ll try to fix problem with Arabic, if that might be.
Forum: Plugins
In reply to: [Advanced Image Sitemap] Sitemap generationHi, how many pages you website your website has?
Forum: Plugins
In reply to: [Internal Links Generator] Caching pluginshi, there is no connection between linking (works with content) and caching (when page opened the first time, it will be created).
Forum: Plugins
In reply to: [Internal Links Generator] Operation corruptedHello, no, on the contrary. Column “tag” should be in database table!
Forum: Reviews
In reply to: [Internal Links Generator] Grat PotentialHi, thanks for review! If you have any suggestions concerning the plugin, i’ll be glad to realize their!
Forum: Plugins
In reply to: [Advanced Image Sitemap] Alt textin the new version of plugin 1.2, was added possibility to work with diferent image tags
Forum: Plugins
In reply to: [Advanced Image Sitemap] Meta from Media Library?i produced a new version of plugin 1.2, where added possibility to work with diferent image tags
Forum: Reviews
In reply to: [Advanced Image Sitemap] not taking image meta in accounthello, especially for you i produced a new version of plugin 1.2, where added possibility to work with diferent image tags.
Forum: Plugins
In reply to: [Internal Links Generator] Does not delete keywordshi, the issue had emerged following after update, if it possible check your db, there is must be a column ‘tag’, https://prntscr.com/c9i3bd
Forum: Plugins
In reply to: [Advanced Image Sitemap] Meta from Media Library?Hi, unfortunately is not available, but you can use tag %NAME% in caption field. And i open to suggestions as to how to improve the plugin!
Forum: Plugins
In reply to: [Advanced Image Sitemap] Length of time to produce sitemaphi, i guess, issue is that of permissions, try to create empty file sitemap-image.xml in base directory, and run proccess.
Forum: Plugins
In reply to: [Internal Links Generator] Feature Request: Import Taxonomy lists urlsHi, thanks for idea, i’ll add that in next release!
Forum: Plugins
In reply to: [Advanced Image Sitemap] automatically updating sitemaphi, you have to update image sitemap manually, and search crowler scans your sitemap automatically at regular intervals.