esoftload
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Merging Blogger and WordPress blogs into new WordPress blogExport both the blogs to xml and then import the xml files to your new blog. For importing scripts you have to do it manually
Forum: Everything else WordPress
In reply to: Facebook link??Please elaborate your question
Forum: Everything else WordPress
In reply to: professional websiteWell, depend upon your requirements. As you have researched and found wordpress suits you, it will surely fulfill your expectations.
Forum: Themes and Templates
In reply to: Header borders extend beyond content area?just remove width: 1000px; from #menu.
Forum: Everything else WordPress
In reply to: "Https://" Won't Show on Homeoops forget to mention. Change https://www.domain.com/$1 to https://www.davidjunglaw.com/$1
Forum: Everything else WordPress
In reply to: "Https://" Won't Show on HomeYou have to redirect non-SSL URL to SSL URL. you can do it by .htaccess
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.domain.com/$1 [R,L]Forum: Themes and Templates
In reply to: Editing functions.php breaks the site!you have to use second code in between <?php and ?>.
Check out your shortcode which you are inserting in your page.
It should be something like [twitter-feed username=”username”]Forum: Plugins
In reply to: [WP Super Cache] CDN Seetingsjust add your CNAME to WP super cache on Off-site URL field and enable cdn support!
For more information on how to configure Amazon S3 as CDN. follow the link
https://maketecheasier.com/configure-amazon-s3-as-a-content-delivery-network/2011/06/25Check out your .htaccess file. It may be redirected from from .htaccess or may be from php code.
If you are using cpanel, check out your database information on MySQL Databases. Also check your wp-config file for correct database information’s.
Forum: Everything else WordPress
In reply to: how do i link together all internal post links for SEOIf you like all your links together try to build a html sitemap.
Dragon Design Sitemap generator may help you.
https://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/
Forum: Everything else WordPress
In reply to: Adding a short video to my daily blogIf the video size is small you can directly upload on your blog media library and then embed in your post.
Forum: Everything else WordPress
In reply to: Moving my old site overin which platform your old site is based on?
You have been provided with an option to get index your custom tag in Yoast’s SEO plugin. just visit Yoast SEO Plugin panel > Titles & metas > Taxonomy. If you don’t want your custom tags to be indexed check “nofindex , follow” below tags.
With sitemap If you are using Yoast’s XML sitemap, check “tags” in Exclude taxonomies box which will exclude tags from sitemap.