Title: VisualData's Replies - page 6 | WordPress.org

---

# VisualData

  [  ](https://wordpress.org/support/users/visualdata/)

 *   [Profile](https://wordpress.org/support/users/visualdata/)
 *   [Topics Started](https://wordpress.org/support/users/visualdata/topics/)
 *   [Replies Created](https://wordpress.org/support/users/visualdata/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/visualdata/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/visualdata/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/visualdata/engagements/)
 *   [Favorites](https://wordpress.org/support/users/visualdata/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 76 through 82 (of 82 total)

[←](https://wordpress.org/support/users/visualdata/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/visualdata/replies/?output_format=md) [2](https://wordpress.org/support/users/visualdata/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/visualdata/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/visualdata/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/visualdata/replies/page/5/?output_format=md)
6

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site about to go live. How to manage all these images?](https://wordpress.org/support/topic/site-about-to-go-live-how-to-manage-all-these-images/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/site-about-to-go-live-how-to-manage-all-these-images/#post-6395707)
 * Hi,
 * If you give each image a description, caption, standardized informative name,
   it is manageable to upload all images to the default media library and search
   by keyword. it is possible to import to the custom fields if the image information
   is already in spreadsheet format.
 * there are plugins such as Wp All Import and WooCommerce add-on that can import
   products from CSV spreadsheet format. the plugins make updating product information
   easy in the future, and can automatically import images.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Is it possible to link to a file with same name in each multisite via CSS](https://wordpress.org/support/topic/is-it-possible-to-link-to-a-file-with-same-name-in-each-multisite-via-css/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/is-it-possible-to-link-to-a-file-with-same-name-in-each-multisite-via-css/#post-6395706)
 * It is possible. here are some thoughts for you to consider.
 * change the .css file to .php so that the php code in the css file will be parsed
   and executed. you may then use php code to find out the blog_id and construct
   the path to the site specific file.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to populate custom user columns with data from user form](https://wordpress.org/support/topic/how-to-populate-custom-user-columns-with-data-from-user-form/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/how-to-populate-custom-user-columns-with-data-from-user-form/#post-6396156)
 * hi Dani,
 * have you thought of using a plugin such as Admin columns to show custom fields
   of users? the free version seems to work for me.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Portable multisite configuration, keep user accounts with it's site?](https://wordpress.org/support/topic/portable-multisite-configuration-keep-user-accounts-with-its-site/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/portable-multisite-configuration-keep-user-accounts-with-its-site/#post-6393503)
 * Hi
    have you solved your problem? as far as I understand, the users in a WP multisite
   are all stored in a single table, and access to a sub site is managed by information
   stored in user meta table.
 * You may export all users of a sub site and import it to a standalone WP site 
   in the future. the user ID may change after the import. you may use a plugin 
   such as WP All Import to map the posts to users by user name.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to automatically create titles from existing posts](https://wordpress.org/support/topic/how-to-automatically-create-titles-from-existing-posts/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/how-to-automatically-create-titles-from-existing-posts/#post-6390466)
 * Hi Jess,
 * Have you found a solution to the problem? you may try to export the posts to 
   a CSV file, copy and paste the content to post title, and import to WordPress
   again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [i want to post pics horizontally](https://wordpress.org/support/topic/i-want-to-post-pics-horizontally/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/i-want-to-post-pics-horizontally/#post-6459065)
 * Hi Richard,
 * here are some options for you to consider.
 * 1. organizing the photos and texts in different posts, and use a slider to show
   one at a time.
 * 2. use a eCommerce plugin to present information
 * 3. use thumbnails with a html anchor or link. a gallery plugin may do the work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I need to do redirect in functions.php](https://wordpress.org/support/topic/i-need-to-do-redirect-in-functionsphp/)
 *  [VisualData](https://wordpress.org/support/users/visualdata/)
 * (@visualdata)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/i-need-to-do-redirect-in-functionsphp/#post-6459524)
 * HI
    Have you found a solution to the problem?
 * have you tried echoing the following html code?
    `<META HTTP-EQUIV="refresh" 
   content="0.01;URL=/info-contratar/">` 0.01 is the delay in seconds before refreshing
   the page. you may adjust this value depending on your needs. it will force a 
   page refresh if supported by the browser.

Viewing 7 replies - 76 through 82 (of 82 total)

[←](https://wordpress.org/support/users/visualdata/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/visualdata/replies/?output_format=md) [2](https://wordpress.org/support/users/visualdata/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/visualdata/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/visualdata/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/visualdata/replies/page/5/?output_format=md)
6