Josh Lynch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to upload and parse a CSV file in wordpressYou could try a plugin like WP Ultimate CSV Importer Plugin, which lets you import the data into a variety of WordPress post types for display on your site.
Forum: Fixing WordPress
In reply to: bot problemYour hosting company may be able to help you block this traffic, but the bots may be switching to different IPs when blocked, which is difficult to counter. You could also try a plugin like WP-Ban, but the underlying issue may be that you bought links that are now bringing malicious traffic to your sites.
Forum: Everything else WordPress
In reply to: Deals – Coupon Posts – Google IndexingYou could redirect each of these expired deals to the most relevant page with many 301 redirect plugins. For example, you could redirect to a similar deal, a landing page of deals, or create a “Deal Expired” page where you redirect all the expired deals.
Forum: Fixing WordPress
In reply to: Apperance-> Customization -> Its not workingYou’re right; not every theme supports the Theme Customizer as this requires the developer to incorporate options into their theme with that API. You can filter themes by features to find ones you can customize to meet your needs.
Forum: Fixing WordPress
In reply to: Dynamic Link to logged in user's specific pageIf you’re using their username as the page slug, you can use get_currentuserinfo to echo their username into a link to their page.
Forum: Fixing WordPress
In reply to: Blog breaks website for some browsers?If you are using an older version of Internet Explorer, it is likely that the browser doesn’t support the development techniques used to create the drop down. You can use something like https://browserling.com to view the site in different versions. If IE compatibility is the issue, you should update IE on your office computers if possible and/or add code for the drop down to work or degrade more gracefully in IE.
Forum: Themes and Templates
In reply to: [Chocolat] square boxesMany of the boxes in the footer of your site are widgets that you can update with an admin user under Appearance > Widgets. But if you post links to the specific pages and the names of the boxes we can check for sure.
Forum: Networking WordPress
In reply to: follow, subscribeIf you are just looking to provide a list of sites on which they are a user, when logged in a user should see the “My Sites” drop down containing links to their sites. In the dashboard, there is also a “My Sites” page at wp-admin/my-sites.php with the same info.
If you’re allowing registration on your network, a user could register for a site and then have it appear under their “My Sites” menu. Here’s a tutorial on how to enable registration.
There are also plugins that allow you to customize “My Sites” or add it to a page, like Enhanced Admin Links in Multisite ‘My Sites’ Drop-Downs or Multi-Site Site List Shortcode.
That worked, thanks!