Forums

wordpress post plugin

Have technical questions about setting up a website, hosting or other issues, so you can promote your mlm opportunity? We've got answers for you here.

Moderator: admin

wordpress post plugin

Postby Lukas Kotatko on Sun Feb 27, 2011 12:07 pm

does anybody know about a wordpress plugin which is able to further the function for writing a post. i mean, id like for example to do a simple text box or highlight text and so on. If somebody knows about a plugin which can do this, id be gratefull for the tip. thank for all the comments
User avatar
Lukas Kotatko
Company: Magnetic Sponsoring
Contribution Level: 2
 
Posts: 67
Joined: Sun Jul 25, 2010 1:44 pm

Re: wordpress post plugin

Postby willie robertson on Sun Feb 27, 2011 1:25 pm

Hi Lukas,

Not sure if this is what you are asking for, but I have found it to be a great WP plugin.

Basically it works like a MS word processor/editor.

TinyMCE Advanced wp plugin

Willie
User avatar
willie robertson
Contribution Level: 4
 
Posts: 616
Joined: Fri Jul 02, 2010 12:10 pm

Re: wordpress post plugin

Postby Kerry Thomas on Sun Feb 27, 2011 1:29 pm

lukash wrote:does anybody know about a wordpress plugin which is able to further the function for writing a post. i mean, id like for example to do a simple text box or highlight text and so on. If somebody knows about a plugin which can do this, id be gratefull for the tip. thank for all the comments


Hello Lucas, I'm sure exactly what you are trying to do, but you can go to the HTML tab in the upper right hand side of the visual editor in Wordpress and enter html code to add textboxs, etc.

If you need to highlight (change the background color of the text, then you should be able to do that with inline style rules from the HTML tab.)

Copy the code snippet below into the HTML editor for the post and you should see an example of how to highlight text. You'll just need to set your background color and your font color.

Example code to do a whole paragraph:
Code: Select all
<p style="background: blue; color: white;">A blue background and white font color with inline CSS</p>


Example code to do a section or span of a sentence:
Code: Select all
<span style="background: blue; color: red;">text you want to highlight goes here</span>


Please note that there are more advanced ways to style your postings, and these are just some easy code snippets to let you do highlighting, etc.

If you need more help please let me know. Kerry
Read my latest BN article on Branding Yourself
User avatar
Kerry Thomas
Contribution Level: 2
 
Posts: 88
Joined: Sun Jan 02, 2011 11:23 am

Re: wordpress post plugin

Postby Ilka Flood on Sun Feb 27, 2011 1:39 pm

Hi Lukas,

I use TinyMCE Advanced like Willie, and it's a great plugin with many features. Among them tables, and you can also highlight text. You can customize and drag and drop the features you like. It's pretty cool!
Ilka Flood
The Enlightened Networker
www.EnlightenedNetworker.com
User avatar
Ilka Flood
Company: Isagenix Corporation
Contribution Level: 4
 
Posts: 541
Joined: Mon Oct 08, 2007 12:51 pm

Re: wordpress post plugin

Postby Lukas Kotatko on Mon Feb 28, 2011 12:19 pm

cool, thank you very much"
User avatar
Lukas Kotatko
Company: Magnetic Sponsoring
Contribution Level: 2
 
Posts: 67
Joined: Sun Jul 25, 2010 1:44 pm

Re: wordpress post plugin

Postby Cenay Nailor on Tue Mar 01, 2011 12:06 pm

Actually, if you haven't seen shortcode kid, then you need to check out http://www.shortcodekid.com/ -- please note, this is NOT an affiliate link.

I used themes that contain shortcodes built in, but if you are a theme that doesn't contain them, this is how you can add them.

Column, author boxes, download buttons, image sliders, alert and info boxes, tool tips and much more.
FREE Traffic + FREE Leads = PROFITS
Three proven methods to free traffic and free leads for your business: Get Your Free Copy Now

"I Can Do It Myself" Videos
Empowering You To Brand Yourself Online
User avatar
Cenay Nailor
Company: Nussentials
Contribution Level: 2
 
Posts: 232
Joined: Thu Oct 25, 2007 9:08 pm

Seo London

Postby brian hook on Wed Mar 02, 2011 3:04 am

I was very encouraged to find this site. I wanted to thank you for this special read. I definitely savored every little bit of it.

<ahref="http://www.seobaba.com/search_engine_promotion_london_uk/search_engine_promotion_london_uk.html"> Seo London</a>

brian hook
Contribution Level: 1
 
Posts: 1
Joined: Wed Mar 02, 2011 2:59 am

Re: wordpress post plugin

Postby Matt Alston on Fri Apr 08, 2011 7:14 pm

I have created wordpress blogs for a broad range of users and I find this problem comes up over and over.

I found it very easy to just let clients write their blog post in Microsoft WORD because many times they were very familiar with doing that already. The good news is that you can PUBLISH to a post just like you do Save-as from inside WORD 2003 and above.

That formating tool is available to people and does not require a plug-in at all. There is an icon in the basic wordpress editor for importing from WORD also.

For those that know HTML you have two editors in Wordpess one is the VISUAL where it types text, the other tab is HTML where you can enter code. You can mix the two to create any effect supported by HTML and CSS. I like using the full page version of the visual editor bast as it does not keep sending the cursor to the top of the text box.

This has been a user friendly and practicle solution for many of my clients as they began to write for their blogs.

I hope that helps.
ESCAPEE FROM CORPORATE BONDAGE - Matthew Alston
Get the ENDLESS LEADS and INSTANT CASHFLOW like Traffic Formula 2.0 teaches TODAY!
NO TECH SKILLS NEEDED! I can HELP you BUILD your Wordpress Traffic Generation website.
User avatar
Matt Alston
Company: Magnetic Sponsoring
Contribution Level: 2
 
Posts: 39
Joined: Fri Apr 08, 2011 2:54 pm

Re: wordpress post plugin

Postby Bobby Freiler on Sat Apr 09, 2011 9:00 am

Like Matt Alston, I use Word for the most part. It is easily customizable and you can import directly into Wordpress.

However, the TinyMCE advanced plug in does work well. The difference is whether you generate your posts within Wordpress or if you compose in a word processor and then import/paste them in the dashboard.

I keep a "cheat sheet" of HTML inline codes near my computer so if I need to do something specific, I simply switch to the HTML editor, make the change and go back to the visual editor for tweaks and to make sure my code is correct.

Good luck!
Grab Bobby's Free Marketing Bootcamp Videos At http://MyFreeBootcamp.com To:
1. Learn How To Effectively Market Online
2. Become A Lead Generation Expert
3. Create A Six-Figure Income
User avatar
Bobby Freiler
Company: YourNetBiz
Contribution Level: 1
 
Posts: 8
Joined: Fri Jun 18, 2010 10:56 am

Re: wordpress post plugin

Postby Matt Alston on Sat Apr 09, 2011 12:14 pm

Hey Bobby,

Nice additional view point.

The one thing about the word press editor that drives me crazy is the fact that it resets the cursor to the top left of the frame each time you move the cursor out of the input box. When you have a long multi-line post this is MADDENING when working inside the HTML editor panel to make small edits.

In visual you can click the icon up to "full screen" and everything stays put but you can not chanhe HTML code from there.

I often jump in and add small bits of HTML into a post if it is short and simple. But I find I prefer to produce my HTML code in an external editor with all the Features and then copy and paste the finished HTML code into html view.

I have individual files for each post saved in my editor program and can easily open a post source file, make a modification, and often use this technique for versions of the Landing Pages, and offer pages. It supports spell check and some other useful features as well.

When writing posts they are usually all different but when creating landing pages, and offer pages there is often a significant similarity with just changes to about 1/3 of the text to focus on new keywords. In this way having external files is a huge time saver for me.

It is all a matter of preference and the tools you are familiar with because each technique can produce the end result needed.

For that reason I found that since most of my web design clients were familiar with WORD I just showed them how to work in that system for posts to their site. I was important they had the confidence to use it or they would not get any of their own content on the site.
ESCAPEE FROM CORPORATE BONDAGE - Matthew Alston
Get the ENDLESS LEADS and INSTANT CASHFLOW like Traffic Formula 2.0 teaches TODAY!
NO TECH SKILLS NEEDED! I can HELP you BUILD your Wordpress Traffic Generation website.
User avatar
Matt Alston
Company: Magnetic Sponsoring
Contribution Level: 2
 
Posts: 39
Joined: Fri Apr 08, 2011 2:54 pm

Next

Return to Tech Advice

Who is online

Users browsing this forum: No registered users and 0 guests