Martin Robbins
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't find them after activating itWhat do you mean a ‘link to my site?
what is the site address? something like http://example.com ?
I re-installed WordPress update to WordPress 4.2.2
Exactly how did you do that?
Also what is the name of your theme?
Forum: Fixing WordPress
In reply to: HelpSeems you have made the problem worse. I would suggest no modifications while the host company attempts to sort the issue. Also perhaps tell them what you did will make their job easier..
Forum: Fixing WordPress
In reply to: Transfer issuesPerhaps this reference will be helpful: https://codex.wordpress.org/Moving_WordPress
Forum: Installing WordPress
In reply to: 2 wordpress installations not working on godaddyYou might want to contact Godaddy and ask if your account can support 2 WordPresses in the configuration you have attempted.
What can you tell us about http://www.thearsenalhistory.com/ ?
Forum: Fixing WordPress
In reply to: HelpThe Jetpack server was unable to communicate with your site [HTTP 404]. Ask your web host if they allow connections from WordPress.com
Have you asked your web host?
/Applications/MAMP/htdocs
This means the WordPress likely is on a Mac localhost … So the references to hosting service and ftp likely not are applicable. Perhaps this reference will be helpful: https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP
Forum: Fixing WordPress
In reply to: Can't find them after activating itIt’s usually helpful if we have a link to your site
after re-loading WP 4.2.2
What exactly do you mean you re-loaded it?
The WordPress you describe seems perhaps non-standard as if bluehost might have customised it. Have you tried asking bluehost?
Forum: Fixing WordPress
In reply to: problem in adding post title in linkYou are welcome, I would try it like this:
<?php // yours $title = get_the_title(); echo "<a href=http://ads.ad-center.com/offer?prod=101&ref=5030200&q=$title >Download</a>" // mine $title = get_the_title(); echo '<a href="http://ads.ad-center.com/offer?prod=101&ref=5030200&q=' . $title . '">Download</a>'; ?>Forum: Fixing WordPress
In reply to: My Gravatar not appearing on my blogInstead of attempting to change your gravatar email address, have you tried adding a second email address to your gravatar account ?
Forum: Everything else WordPress
In reply to: Guide to Core-ContributionForum: Fixing WordPress
In reply to: Publicize Not Posting To Facebook Properly?Seems to me a facebook issue. WordPress.org does not control their API.
Or because wp.me is handled by WordPress.com, perhaps you should ask at https://en.support.wordpress.com/ ?
Forum: Fixing WordPress
In reply to: New users sync to a CRM?Here is just one possibility: https://wordpress.org/plugins/wp-crm/
Beyond that you can always search the plugin repository for other options: https://wordpress.org/plugins/
Forum: Fixing WordPress
In reply to: Can't add Custom Link to Menu – WP 4.2.2.Have you created a menu?
Forum: Hacks
In reply to: Onclick when selecting a category in post admin UIYou are welcome,
The way I understand:
The place where a user clicks to select a category IS the taxonomy box for the category taxonomy. category is a native taxonomy as opposed to a custom taxonomy.
If you do create a custom taxonomy and properly attach it to ‘post’, your custom taxonomy box will appear adjacent to the category native taxonomy box.
Forum: Fixing WordPress
In reply to: Can't find them after activating itYou mean the dashboard welcome screen? You don’t see your dashboard menu far left? Have you tried dismiss the welcome screen?