List page is showing 404

Having the permalink as /%postname%/ it doesn’t work either if I switch back to the original WP theme and disable all plugins. It works though if I change the permalink to the predefined /%year%/%monthnum%/%postname%/ or to a custom /%year%/%postname%/ permalink. From my point of view, it is a WP bug.

Importing csv file

if you use the PHP-myadmin, you should EXPORT an sql dump of ALL your tables, and then IMPORT the same sql. If I understand correctly (and maybe I am wrong) you try to import CSV into an SQL dump .. that will not work in direct sql dump. after you have the sql dump, use … Read more

How to put large number of posts at wordpress?

It depends on from where you will be importing the articles. You can check the codex to see what existing solutions exist. If you are using custom CMS you can use [X]HTML guide: <item> <pubDate>Wed, 30 Jan 2009 12:00:00 +0000</pubDate> <category>Kites</category> <category>Taiwan</category> <title>Fun times</title> <content:encoded><p>What great times we had…</p><p>And then Bob…</p></content:encoded> </item> <item>…

WordPress: Updating via Import

Import can be used for adding new “items” to wordpress, but not changing existing ones. If you want to update anything you should use the xml-rpc protocol with the relevant commands https://codex.wordpress.org/XML-RPC_WordPress_API, or if you need it only locally wpcli http://wp-cli.org/ might be even better (never used it for your specific type of change but … Read more

Import user data using CSV

UPDATE SOLVED I change my code to wp_insert_user beside bp_core_user_signup $user_id = wp_insert_user(array( ‘user_login’ => $user_login, ‘user_pass’ => wp_hash_password( $email ), ‘first_name’ => $first_name, ‘last_name’ => $last_name, ‘display_name’ => $first_name . ‘ ‘ . $last_name, ‘user_email’ => $email, ‘user_nicename’ => $first_name

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)