Remember that `the_content()` echoes.
If you need to return the content, use get_the_content(), or buffer the_content().
Type: Posts; User: Optic; Keyword(s):
Remember that `the_content()` echoes.
If you need to return the content, use get_the_content(), or buffer the_content().
It's perfectly valid to have more than one h1 tag if you are using semantic HTML5 markup, and use them according to the document outline you are creating.
Lets take the markup of a blog archive...
Well then. I'm glad I could help.
The dog is still intact.
1 - Clients are often familiar with how to use it. The administration area has been worked over by some of the best UX people in the industry to make it easy to use.
2 - It does all the hard work...
Why is every instance of the word WordPress replaced with a link to a parked domain?
I really don't appreciate posts I spent time and care on being desecrated in this manner. Someone reading them...
My suggestion would be to build your WordPress site on a development server or subdomain, and move it all at once when its ready, adding your redirects at the same time. Also, it is possible to...
I've gone back and forth with this on my own sites.
For performance, and maintaining more control and stability, conclusion I've come to is that Multisite is great for actual sites that will have...
It might be useful to checkout the `Hello Dolly` plugin that comes with WP. It prints a line from the song randomly.
Here's how Matt did it:
function hello_dolly_get_lyric() {
/** These...
Thanks. I think I'll let it sit and simmer for a while before I find another color to add to the mix. There are actually 4 main colors there. The background, blue, black, and a charcoal for text.
...
Premise is a new Premium plugin from CopyBlogger that gives you tools for creating paid membership sites with support forums.
I think one of the killer features is that it will integrate with...
Also keep in mind the Project Management Triangle.
I recently rebuild my blog from server to css, using a theme framework I've been polishing for the last year or so.
Check it out here - http://jeffsebring.com/
It's a responsive, mobile first...
I use a Github repository to maintain all the plugins I use. I simply update from my local development environment, and pull changes to each site from the updated repo.
I've been looking into...
If you are finding that a script you don't need is being enqueued and causing confilcts, you can deregister it.
See the codex here -...
You can do this using categories, depending on how you are already using them. You could also create a custom taxonomy, to be used for this kind of organization.
You can expect to pay a few...
My blog is currently running 9 regular plugins.
* Akismet - Catches spam
* Batcache Manager - Improves Batcache Object Caching
* Gisted - New plugin I wrote that displays Github Gists as HTML -...
Cart66 has a ton of features, and integrates with Gravity forms. It's also got a ton of features for Paypal integration like subscriptions, memberships or digital downloads.
Yoast's plugin is the only one you should use. I wrote a wordpress SEO plugin review for posts like this. Yoast's plugin does far more than just set titles and descriptions.
You've crossed the line.
So you think it's ok to change the way a person represents them self on a social network by tricking them.
Say what you want, thats what you are doing. It's really scummy, and it's a great example...
Cart66 is a premium wordpress cart plugin with some nice features. I agree with Ravenhawk. With the control over content types and taxonomies, user capabilities, you can do alot more with wordpress...
That is a custom theme, and custom page that uses a couple loops to generate the links. You could do something similar to this- http://yoast.com/html-sitemap-wordpress/ and get the same effect.
q1 - If you want to add categories to your url structure, change your permalink settings to /%category%/%postname%/. Be aware that this will give you less flexibility to change your taxonomies when...
Every theme is vastly different, but many use a different template file for categories. I would make sure you are using the right template file to make your customizations. You also may be able to...
Dean's Permalink Migration Plugin is pretty handy for this as well.