And can I choose an other font in the .org version?
1. How do I create testimonials in .org like I did in .com?
There is a testimonial custom post type available through the Jetpack plugin’s Custom Content Types module:
http://jetpack.me/support/custom-content-types/
2. Can I delete the footer text from WordPress.
You can delete the site footer with this custom CSS:
.site-footer {
display: none;
}
Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.
And can I choose an other font in the .org version?
There are different ways to change fonts on a self-hosted WordPress site.
One method is to use a Google Fonts plugin.
And here’s a tutorial on adding new fonts without a plugin.
Thanks for the help Kathryn! Fixed almost everything π
One thing left: I can’t find the correct link to testimonial archive.
You can add the testimonial archive to a custom menu using a custom link. The testimonial archive page can be found at http://mygroovysite.wordpress.com/testimonial/ β just replace http://mygroovysite.wordpress.com/ with the URL of your website.
I use the link: http://concreteyoga.nl/testimonial/
By adding it in: appearance –>menu –> add costume links.
But it’s not working
The testimonials custom post type archive page requires that you set up pretty permalinks on your site. Right now you’re using default permalinks, like:
?page_id=42
There’s a Codex guide to how to set those up:
http://codex.ww.wp.xz.cn/Introduction_to_Blogging#Pretty_Permalinks
If for some reason you’re unable to set up pretty permalinks, you can view your testimonial archive at this URL instead:
http://concreteyoga.nl/?post_type=jetpack-testimonial
Hi Kathryn,
Where can I change the Pagina-URL’s to optimize my so. I already downloaded the SEO plugin.
You cannot change the URL/slug of the testimonial archive page – it’s build into the testimonial functionality and isn’t something that can be changed.