The ins and outs of using WordPress as a Content Management System. This includes plugins & themes development that support Custom-Post-Type, Custom-Taxonomy, modification on wp-admin and much more.
0
votes
1answer
28 views
Migrating database / content of non-CMS site to Wordpress
I have a non-CMS website which is fully build with PHP with a lot of content in it. I don't want to add my posts manually in Wordpress, because that's a pain in the ass (I am talking about 5000 ...
0
votes
1answer
29 views
Fatal error: Cannot redeclare comment_theme()
I have this wordpress site build up. In the blog section my post is getting repeated which I do not want how can I get rid of this situation
Use this link: ...
0
votes
1answer
42 views
Problem with articles feed: XML Parsing Error: XML or text declaration not at start of entity
I have a problem with WordPress articles feed. I have discover it analyzing what googlebot is scanning on my site and I disconvered that it is scanning only the feed and not the articles...
So I have ...
0
votes
0answers
100 views
Strange problems when I try to insert HTML\XML code snippet in my posts
I am experiencing some problems while trying to insert XML code snippet into my WordPress articles.
I have just read this tutorial: http://codex.wordpress.org/Writing_Code_in_Your_Posts
I am using ...
0
votes
0answers
42 views
After server migration (local server to online server) permalink don't work
I am finding some difficulties with Permalink after have migrate my blog from my apache local server to an apache online server.
I have used the Search and Replace Tool on my online server script: ...
0
votes
0answers
21 views
Widget Management/Sidebar Strategy for CMS sites
I've been mulling of this question for a while and try out different approaches for each site: What is a flexible approach to managing widgets on a CMS sidebar that is easy to use and maintain as well ...
6
votes
2answers
119 views
How to prevent a post from being deleted?
For auditing issue, I only want a post can be trashed, but not deleted - for all users.
So I have a plugin like
add_action('before_delete_post', function($id) {
wp_die(0);
});
But ...
0
votes
3answers
121 views
How to create a category menu in Word Press?
I am new in WordPress world (before now I always used Joomla and some other old CMS)
Now I am testing WordPress and I have some doubts about how create a navigation menu in my WP Site.
This is my ...
0
votes
1answer
47 views
Is there a good way to use CMS images with CSS
I am building a responsive wordpress theme that allows for a custom banner image to be uploaded to each page. However, because of the responsive nature of the theme I need to set the images as ...
0
votes
1answer
469 views
Pods CMS: How to add custom column to Adnvanced Content Type
I'm using Pods plugin (ver 2.2) to create some 'Pods' or Advanced Content Types, as they would refer to it, which are like custom post types but are actually separate from WP, blank slate, in their ...
0
votes
1answer
84 views
How can I make a custom post type that loops pages in a new dashboard page, each single page is a new dashboard page (all within the back-end)?
I've been wanting to make the most out of WordPress, to use it more and more like a CMS as it truly is a wonderful project. Out of all the CMS/Blogging webapps, WordPress wins in my book.
I ...
1
vote
1answer
28 views
Pull the content out of a page
I wanna pull the data from this area "see the red area on the image below"
Out to a specific template
I have a page template named page.php
<div class="contentholder">
<?php ...
0
votes
3answers
105 views
Content management for static pages
A corporate website has a few static pages, each with a specific layout, several independent blocks of text (located in different columns or zones of the page) and images. So far I handled this by ...
0
votes
1answer
182 views
Auto post from Wordpress to PhpBB [closed]
I need to automatically post what I write on WordPress (latest version) on a forum (phpBB latest version). You know you recommend a plugin or a guide?
0
votes
1answer
47 views
When not to use Wordpress? [closed]
I have a project that I would like to do in WP, but can't really decide if it's the correct CMS or not.
Among the thing it is suppose to do is and I'm struggling with are:
Create Report/Publication ...
0
votes
2answers
84 views
Should I use “Categories ” or “Pages” for a WordPress Static Site (A non blog site)?
I want to use WordPress for a Company Site which is not a blog; that will have regular pages, such as "About Us", "our Products", "Our Services", etc.
What is the best way to use WordPress for this ...
0
votes
0answers
86 views
Is there any CMS better than WordPress or should I roll my own? [closed]
I'm developing a small business website and want to give some control over content to the client but also allow myself control over the outputted code. Indeed allow the user to fill in the content ...
0
votes
2answers
74 views
How do I get blog posts to appear within CMS?
I'm working with a WordPress CMS website that was set up without a blog. I want the site to continue to function as it has, with mostly static pages, including the home page. I want a page called ...
0
votes
2answers
52 views
Get Drupal user into WordPress
I have a Drupal site, and into it, a WordPress site.
I would like to know how to get user info of drupal site in WordPress site ?
in fact if your a user of wwww.mydrupalsite.com, how can I pass user ...
0
votes
3answers
187 views
WordPress as a data intensive web app
I would like to get some opinion about using WordPress as a data intense Web Application, let say like rememberthemilk where a user can have multiple post (task) just in a single day. Or maybe like ...
2
votes
4answers
5k views
WordPress product catalog site
I need to create an e-commerce site with WordPress, but not 100% e-commerce. It is just a catalog site without shopping cart. Users can see various products on the site, for example, car showcase ...
1
vote
2answers
196 views
How to set up an entity (post-type?) with many dependent entities (more post-types?)
I want the wordpress CMS to manage a new type of content called Athletes. The data structure for Athlete would be as follows:
Athlete.name
Athlete.date_of_birth
Athlete.profile
etc...
An athlete ...
1
vote
2answers
398 views
Allow users to post to a certain category
I have a website running Wordpress.
I have lots of content, e.g. tutorials, and I made a new category on a separate page, so I don't have a lot of content there. I want users to be able to add ...
0
votes
1answer
43 views
About Wordpress capabilities [closed]
I know WordPress is best for blog engine and with some plugin like Advance Custom Field, WP can become a great CMS. But it still good for publisher to push content to user. Now I have quite a ...
0
votes
1answer
51 views
WordPress in Drupal
I got a Drupal site, and I must install WordPress in it.
If I install WordPress to "www.mysdrupalsite/wordpress/", will it work as a standard WordPress installation ?
THANKS !
0
votes
1answer
310 views
Why are wordpress posts not hierarchical?
I've been using WordPress as a CMS for about 7 months now with the following core features:
Navigation Tree: Wp_list_pages for easy navigation of pages
Solr search engine: indexing posts only ...
3
votes
2answers
208 views
Stress testing WordPress
We are going to launch a community site with 100K posts, 100K comments, 10K terms, 5 users ( all admin/editorial), and approx 500K recs in the wp_postmeta.
Site may grow with a larger author base and ...
0
votes
3answers
352 views
Downsides to not using built-in “Posts” post type?
I plan on skipping the Posts post type once and for all. This is a brand new portal. It will have 100s of thousands of content in the form of articles, multimedia, and links. Instead of Posts, I will ...
0
votes
1answer
116 views
Is wordpress a library with a default GUI?
First let me give little bit background about myself. I'm a desktop application developer and a systems programmer. I usually write all my applications in Assembly,C,C++. I'm not much of a web ...
2
votes
4answers
659 views
Different number of posts in each category
I have categories driven site. I have different template for each category. I would like to set different number of posts – different for each category. Plus I would like to add proper previous and ...
2
votes
2answers
674 views
Pods cms and “advanced custom fields” plugin
We are planning to build a quite big database to store data for our 5000 yearly subscribers association.
We were considering pods cms for our needs since it permits a good flexibility in building a ...
0
votes
1answer
111 views
What is the best way to manage small blocks of content on my home page?
Excuse the newbie question.
I have a home page that has 2 sections on it. None of these sections are the 'blog' which is in another section of the site. I suppose I'm looking for another way of ...
2
votes
2answers
834 views
Edit “thank you for creating with Wordpress” in version 3.3.1
Is there a way to edit the text "thank you for creating with Wordpress" in version 3.3.1 at the bottom of the CMS? If so what file do I need to edit?
0
votes
1answer
197 views
Wordpress Book Exchange Plugin Equivalent?
I have a client which is in need of an entirely new website. One of the features of their existing website that they wish to keep is a student book exchange, where:
students can sign-up and post any ...
-1
votes
2answers
373 views
How do I add open graph tags? [closed]
I'm using the Wordpress CMS. I don't have access to the theme's code etc..
So how do I update the opeh graph tags? I'm mainly looking to add an image to go along with it, as it's using the default ...
3
votes
5answers
563 views
Sub-directory blog on a sub-domain WordPress network site
I have a WordPress Network install with the individual sites installed on subdomains.
example.com
a.example.com
b.example.com
I would now like to launch a blog on each of the sites. It'd like the ...
0
votes
2answers
100 views
Adding and removing columns from the admin pages panel
I would like to remove "Comments" and "Author" columns from the list of pages, and add a couple of my own "Permalink" etc.
Is this possible? Is there an appropriate hook I could use?
1
vote
1answer
149 views
Multi-page posts: A subdirectory for each post?
I am using Wordpress as a CMS and would like to add a 'Learn More' page to each post that is created within a particular category. For example, when
http://www.mysite.com/cat/slug
is created, I ...
0
votes
1answer
66 views
Drawing the line between theme & plugin on large scale bespoke projects
With most of my sites, sprinkling in the functionality within the theme seemed the logical way to go. For example, a site with a 'product' post type, or a few options in a meta box or setting page.
...
0
votes
2answers
494 views
Can't access Dashboard after Worpress 3.3 Update?
Hi I am having a problem, I updated my wordpress site to version 3.3 and the site itself seems to be working fine except I cant log into the dashboard anymore.
When I login using my admin details it ...
0
votes
1answer
35 views
How can I include active content in a custom post type?
Related to my How do I create a custom post type for a training CMS in WordPress? question, if I have a custom page type created for the presentation of training content, how could I include active ...
0
votes
2answers
392 views
How could I create a 'private comments' section on a custom post type?
Related to my How do I create a custom post type for a training CMS in WordPress? question, I would like to know how I can create a private comments section for a custom post type (or any post type ...
0
votes
1answer
218 views
How do I create a custom post type for a training CMS in WordPress?
I need to create a custom post type based on the existing 'Page' type, for a WordPress based training CMS. I have no problem simply creating a new post type, but I would like to offer some kind of ...
1
vote
1answer
200 views
Associating two custom post types
I'm trying to a build a system for a client that involves two posts types: "Clients" and "Media Placements." I need a way to associate Media Placements with a particular Client (essentially treating ...
0
votes
2answers
109 views
Set a WordPress website's language without affecting the back-end
I have a WordPress website.
What I want to do is leave the back-end of the website in English, but in the meantime I want the front-end of it to be in Chinese. (So that it translates every text ...
0
votes
2answers
136 views
WP as a CMS menu
I've converted a client website from Joomla to WordPress. However, there is one aspect of the old site I haven't been able to replicate perfectly without modifying core WordPress.
The goal is to ...
0
votes
1answer
104 views
In adding CMS functionality to static website, is complete conversion the only way?
I have a static website that is built in ASP.NET and PHP, and I want to add the functionality of a CMS to it.
I know the most complete way would be to convert the whole site over to WP - mimic the ...
1
vote
3answers
1k views
Style custom columns in admin panels (especially to adjust column cell widths)
I am using Wordpress as a CMS for a project which makes extensive use of custom post types. I need to display columns in admin panels for each custom post type in a different way.
I've already ...
0
votes
1answer
265 views
Custom posts type for individual pages?
I am trying to make a wordpress site with an idiot-proof backend CMS. I have built several relatively small wordpress sites, but now have moved on to a larger project and want to do it right.
...
1
vote
3answers
1k views
Wordpress plugin for authoring technical documentation? [closed]
We'd like to use WordPress to author the technical documentation for our software product. We've used plain-old WordPress pages, arranged then hierarchically, and it works ok, but it's not great. The ...
