Auto-Generate Longtail-SEO Pages/URLs

Situation: I read this article on how nomadlist.com uses its crowdsourced data to automatically create individual pages to be visibile for longtail seo-keywords. The author states that they use a php-template, but I’m not sure what he bases that statement on. Our project collects crowdsourced data and I’m struggling a bit to replicate this. Especially … Read more

What are the differences between Generics in C# and Java… and Templates in C++? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Closed 8 years ago. Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. I mostly use Java and generics are relatively new. I keep … Read more

Is it possible to have two different previews of a post (ie. two templates for one post)?

I’m looking for a way to allow post editors to see two different previews of the posts they are writing. On the front, the same post can appear it two different sections of the website (each shows a different amount of custom fields). How can I create two preview links (for ex : “Preview with … Read more

jQuery templating engines [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 5 years ago. Improve this question I am looking for a template … Read more

Generic taxonomy-term template page

because of my taxonomy hierarchy, my taxonomy-type.php template is already used, is there a way to have only one taxonomy-type-term.php template ? I’ve got 13 sub terms, do I need to create 13 taxonomy-type-[term].php templates ? Thanks. Cyril 1 Answer 1 Simply use taxonomy-{taxonomy}.php. Refer to the Template Hierarchy Codex entry regarding taxonomies. WordPress will … Read more

Subpage template

I’ve had a look around already but couldn’t find an answer to this. Is there a way to create a template that applies to all pages that have a parent? something like sub-page.php without having to manually select it from the page attributes? 1 Answer 1 Just build it directly into your page.php template. e.g.: … Read more

Make “sidebar template” the default template for new pages

On Twenty Eleven or on its child themes the default template for new pages is a template with no sidebar. I don’t know why this is like this; it seems to me that the designers of WordPress are still not thinking about CMS functionality in some places. For example the most obvious place to put … Read more