wp2theme
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trying to move WP to a new serverthe 1064 error may be caused by different causes. You may need to trouble shoot on your import file. You can search “#1064 – You have an error in your SQL syntax” in google to find some hints (e.g. MySQL Error 1064: You have an error in your SQL syntax) for solution.
Forum: Fixing WordPress
In reply to: How to make posts show up on homepage AND 'blog' page?Hi Rosalinde,
I am afraid this plugin doesn’t provide this capability for end users. If you want to achieve it either you investigate other plugin that supports it or customize the your theme’s css. Or, you look for other advanced approaches which may need some php programming.
Forum: Fixing WordPress
In reply to: How to make posts show up on homepage AND 'blog' page?I used the shortcode below in my site. You can try this first to see if it works.
[add_posts full=true readmore=”Read more link text” img=true]The post must have featured image to show. In my site, the latest Blog post has no featured image, the rest posts show with images.
Forum: Fixing WordPress
In reply to: How to make posts show up on homepage AND 'blog' page?Hi Rosalinde,
I think ‘Posts in Page’ plugin is not a fit for your case. It doesn’t support showing image.
There is another plugin: Add Posts to Pages, which will solve your problem.
I tested it in one my of demo sites. You can check WP 吐信 (Demo Visual)
Forum: Fixing WordPress
In reply to: How to create pages that contain selected posts in a custom order.To define posts in a page, you may try this plugin: Posts in Page
Forum: Fixing WordPress
In reply to: How to make posts show up on homepage AND 'blog' page?There are several ways to do so. The easy way for you is, if you don’t want to create custom home page, you can create a custom blog page + a plugin (e.g. Posts in Page) to show posts in your custom blog page.
For your reference, you can take the following steps:
Step 1: Setup your front page displays for your blog posts as you like
Settings > Reading > Front page displays > Your latest posts (option 1)
Step 2: Install a plug in like ‘Posts in Page’
Step 3: Create a custom blog page
Step 4: Add plugin’s short code to custom blog page (e.g. [ic_add_posts])
Step 5: Add custom blog page to your main menu
Step 6: Visit site to check if custom blog page works for youWhy don’t you use ‘reCAPTCHA’ integration from Contact Form 7 plugin?
It’s located in Dashboard > Contact > Integration > Integration with Other Services page…
After that, you will see a ‘reCAPTCHA’ tag in the form editor
uner Dashboard > Contact > Contact Forms > Edit Contact Form …Forum: Fixing WordPress
In reply to: how to install google analytics codeForum: Fixing WordPress
In reply to: how to install google analytics codeGoogle tells us to insert the code to the pages. In WordPress, you can have the other plugin ways to integrate with Google Analytics:
(1) Using a plugin
This is the easiest way. For example, in my website, I used ‘Google Analytics by Yoast’ plugin. It allows me to track my website easily and always stays up to date with the newest features in Google Analytics.(2) Create a plugin
The plugin inserts google analytics code to everypage automatically. You can create a simple plugin that will automatically insert it into every new page that’s created in your site. Refer to this article for the same: