deano87
Member
Registered: 21st Oct 06
Location: Bedfordshire Drives: Ford Fiesta
User status: Offline
|
So I'm getting to grips with building dad's new website using WordPress. Not as simple as I thought i.e. everything being plugin based.
I can see most plugins have a star rating but how do you generally gauge that the plugin is worth using?
For example, I want to create a Contact form which I understand is a plugin but there is 1,194 to choose from is there a specific plugin that will work with my theme, or will the plugin work with any theme because it is all WordPress based?
Any guidance on how best to choose would be appreciated
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Use Contact Form 7.
|
deano87
Member
Registered: 21st Oct 06
Location: Bedfordshire Drives: Ford Fiesta
User status: Offline
|
Will give it a go, cheers.
|
deano87
Member
Registered: 21st Oct 06
Location: Bedfordshire Drives: Ford Fiesta
User status: Offline
|
Crikey, bit complex
|
deano87
Member
Registered: 21st Oct 06
Location: Bedfordshire Drives: Ford Fiesta
User status: Offline
|
Is Akismet recommended?
|
Bart
Member
Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
|
quote: Originally posted by ed
Use Contact Form 7.
Generally experience will really help.
CF7 is great.
Some others I would recommend:
- Reveal IDs (displays the ID of the post, category etc - used for shortcodes)
- Display Widgets (allows you to hide a widget on certain pages/posts whilst keeping the widget on all other page types)
- Wordpress Statistics - better than the default google analytics app.
- TinyMCE Advanced - a decent wysiwyg text editor
|
Rob_Quads
Member
Registered: 29th Mar 01
Location: southampton
User status: Offline
|
While it might be difficult to find the right plugins it a hell of a lot easier than coding it yourself
When I was messing around with it I found go for the highly rated plugins that have been around for a while and you generally can't go wrong. There is a lot of trial and error until you find the right one for you. What lots of people rave about might not be to the style/function that you are quite looking for.
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
My recommendation is to not fill WordPress up with plugins unless you absolutely need them. The way they load and are triggered can cause the site to slow down, loads.
|
deano87
Member
Registered: 21st Oct 06
Location: Bedfordshire Drives: Ford Fiesta
User status: Offline
|
Changing "Posts" to "Projects". I essentially want to add all of dad's building Projects into the posts section, so all the widgets etc grab it into dynamic content.
I have edited the functions.php based on a guide on the internet, but it hasn't changed much and certainly hasn't changed Recent Posts to Recent Projects.
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
You probably want to setup a custom post type for that rather than using the blog posts system. But you might find that some of the stuff you're trying to change will be hard coded into the theme - certainly titles for things that say stuff like 'Recent Posts' are generally just HTML within the PHP files.
|
deano87
Member
Registered: 21st Oct 06
Location: Bedfordshire Drives: Ford Fiesta
User status: Offline
|
quote: Originally posted by ed
You probably want to setup a custom post type for that rather than using the blog posts system. But you might find that some of the stuff you're trying to change will be hard coded into the theme - certainly titles for things that say stuff like 'Recent Posts' are generally just HTML within the PHP files.
Turns out it acts like a widget in my chosen theme, so I could just change the title
I'm using Vantage for anyone remotely interested. Seems to be working well and has a "Site Builder" function, so good for a beginner.
|