The customization tag has no wiki summary.
2
votes
2answers
147 views
How do I read the value of a custom field of the page?
When creating custom page templates, how do I get the value of a custom field of the displayed page?
4
votes
3answers
1k views
Removing Metabox for “Slug” without removing functionality
Here is an interesting question.
I have recently noticed that if you utilize the code
remove_meta_box('slugdiv', 'post', 'normal');
you are actually unable to modify the slug when you click on ...
1
vote
4answers
2k views
Extract & Display the REAL first image attached to a post - extend the_post_thumbnail()
I have an interesting problem which I am sure someone here can solve. I have gone through a bunch of different plugins and code snippets in search for the perfect code to extract a primary image to be ...
1
vote
2answers
363 views
Any plugin to turn wp post into digg looking post?
Is there a plugin to turn normal wordpress posts is something like digg? with up / down votes, the small thumb, title and a short description.
7
votes
3answers
3k views
Validating Custom Meta Box Values & Required Fields
Something which I have never seen covered is the best way to validate that specific form fields are filled out correctly for custom post type meta boxes.
I am looking to get expert opinions on how ...
3
votes
1answer
278 views
What specific database privileges does WordPress need?
I want to create a new database user for my WordPress installation. Usually on localhost, i can just use root, but it is good practice to use a user with as little rights as possible.
What are those ...
168
votes
108answers
59k views
Best Collection of Code for your functions.php file [closed]
Please vote on the question and any answers you find useful by clicking on the UP arrow on the left hand side of the question or answer.
As with many others who are now viewing this post, I have been ...
1
vote
2answers
750 views
Creating a searchable A-Z listing of hundreds of companies/services
I am about to create a webbased guide. A guide that will list numerous of companies - their services, contact information and so on. And I need help coding this!
I am using Genesis News Child Theme ...
51
votes
7answers
12k views
Steps to Take to Hide the Fact a Site is Using WordPress?
I have a website for which we are trying to be discreet about the fact that we are using WordPress. What steps can we take to make it less obvious?
3
votes
2answers
4k views
Disable Specific Widgets on Selected Pages of a WordPress Website?
I would like to give a CMS look to some of my pages. I want to customize them by removing the default widgets and adding other widgets as my wish (I will use plugins like My Custom Widget to add ...
23
votes
6answers
8k views
Organizing Code in your WordPress Theme's functions.php File?
The more customization I make to WordPress the more I start thinking about if I should be organizing this file or splitting it up.
More specifically, if I have a bunch of custom functions which only ...
3
votes
3answers
486 views
What are the ways to use WordPress as a user generated content site
What are the methods to create a user-generated-content website?
I know each has his own favorite way to do that, please elaborate on your own method, how to implement it and the pros/cons.
(This is ...
3
votes
2answers
3k views
Adding Custom Fields to WordPress Comment Forms?
What is the best way to add custom fields to a WordPress comment form?
(for example subject, image, etc...)
And how do I use the data entered afterwards...
1
vote
2answers
1k views
How to edit theme functions file to modify pagination?
By default, when adding <!--nextpage-->, the following links are displayed:
Pages: 1 2
I need to replace "Pages:" with a graphic arrow which links back to the previous page, and append a ...
0
votes
5answers
508 views
How to insert a writing panel between the title and the page content?
I want a writing panel for a custom field called 'Sub-title' and would like it to appear in its logical place in the Page editor (that is, between the title and the Page content). Is that possible?
...
3
votes
1answer
3k views
Customizing the Subject Field in WordPress' Notification Emails?
Can I customize and edit the subject field in the "Password Reset" notification mails sent from our multisite blogs? I have tried some plugins like My brand login and white label CMS etc. But I can't ...
4
votes
3answers
238 views
Is it possible to switch the data layer within WordPress?
WordPress is undoubtely very customizable using plugins, but every customization possibility surely has limits defined by the underlying architecture.
For those familiar with WP architecture and ...
1
vote
2answers
159 views
Is there possibility to Customize the present theme adding sidebars
I am using a wordpress theme which has just header and footer .I w'd like to continue using it by changing the width and adding side bars .
Could any one help me to change the width(to fit to the ...
6
votes
7answers
188 views
I'm looking for some good references (manuals)
I started a blog recently. Currently I'm using a free theme and some plugins that are working well enough for now. And, my overall goal is to produce content and not become a WordPress developer, etc.
...
12
votes
3answers
1k views
Customizing a WordPress theme without changing it?
I have found and downloaded a theme. However I want to tweak the CSS some to change the design, colours etc. a bit. How should I go about doing this, while still being able to update the theme without ...