The customization tag has no wiki summary.
1
vote
2answers
319 views
How to post twitter like updates on wordpress
Is there a plugin or a hack such that I can make short updates similar to twitter's on my own wordpress blog?
Perhaps making use of a custom post type or something on those lines?
What i'm trying to ...
1
vote
3answers
192 views
User Roles Not Sticking
I have added a custom user role of super_poster, basically they make 20 posts and once they hit $postlimit get auto-moved back down to contributer level, the moving down and post counting works ok, my ...
1
vote
1answer
534 views
Post Type Label Name
i've just created a new post type. It's name is Academias so the first menu option is Academias as well. But I would like to change it to something like See All Academias (just an example), is that ...
1
vote
1answer
67 views
Protect changes made to the theme when updating
I customized the wordpress theme I'm using by changing php, css and even a js file. Is there a way to protect these changes, when updating the theme to a new version?
1
vote
2answers
2k views
Select category in custom query
I'm sure this question is asked alot, but I cannot figure it out, since all the different ways to query posts are confusing me..
Here is my current code.
How can I tell the code to only get posts ...
1
vote
1answer
3k views
Login form in popup
I'm using WP3 with the defaul theme. I would like people to register before submit a comment.
What I'm trying to do is having a link instead of the comment form that says something like "Leave a ...
1
vote
1answer
1k views
Custom Login and Registration form in Ajax
How to create the custom login/Registration form using AJAX.
1
vote
1answer
264 views
Custom search page and search by title, content and tag
Can someone review my code , I need to know better solutions or any bug.
Okey ! , I made a PHP file to get search results by parameters and search by title , content and tag
PHP's head look like:
...
1
vote
1answer
139 views
Multiple Blogs on one site. Best Practise
I've been tasked with adding a blog to an already up and running client site. The site uses wordpress as it's CMS already. So a blog install should be a relatively simply task and simply a matter of ...
1
vote
2answers
210 views
How to create and work with custom data / tables (i.e., for arbitrary data)?
Getting started on Wordpress just today. I noticed that Wordpress created tables in a mySql database (with name *.wrdp1) when I first set it up. These tables cover comments, posts, users, and some ...
1
vote
2answers
57 views
Tag description doesn't show hyperlink
I have added HTML code into my TAG description box, but for some reason the output doesn't display the required results.
I have even tried to add HREF tag manually into this box, but no hyperlinks ...
1
vote
1answer
350 views
Remove “Parent” Selection When Adding/Editing Categories?
I've been trying to find a way to hide/deactivate the Parent dropdown menu from the Posts -> Categories screen.
http://example.com/wp-admin/edit-tags.php?taxonomy=category
I was able to hide the ...
1
vote
2answers
80 views
Output HTML only on individual post view
I am looking for a way to output some html (javascript actually) on a post view only and not on a main page, tag, category view (where WP outputs several posts).
E.g it would be output on this page
...
1
vote
2answers
625 views
How to show custom field's value under post/page title in wp-admin
I'm trying to add the value of a custom field under the post/page title in wp-admin list of posts/pages (much like excerpt mode in posts list) without hooking into the columns process since other ...
1
vote
3answers
1k views
Any way to use a custom Parameter for youtube embed without using an iframe?
I do not want to display the titles of videos I embed on my wordpress site. The way I've been doing this is using the embed link, inserting the iframe in the wordpress post and adding the custom ...
1
vote
2answers
941 views
Delete Post Link to delete post, its meta and attachments
I used
// Delete Post Link
function wp_delete_post_link($link = 'Delete This', $before = '', $after = '', $title="Move this item to the Trash", $cssClass="") {
global $post;
if ( ...
1
vote
3answers
564 views
Custom fields gone (not screen option issue) [closed]
I don't know how but the custom fields box disappeared completely from the New Post Admin page and the screen options as well.
What could cause this ?
1
vote
1answer
312 views
Wordpress if in term*
i am having trouble with conditional and custom post types.
i would like to set something up like this:
<?php
if (in_term('products')){
include ('products.php');
}elseif (in_term('downloads')){
...
1
vote
2answers
1k views
Is there a way to rename “themes” directory name?
By defining TEMPLATEPATH, STYLESHEETPATH, WP_CONTENT_DIR and WP_CONTENT_URL merely affect the naming changes to wp-content.
Is there any way to redefine the theme path and plugin path, so the new ...
1
vote
1answer
489 views
in_category() works in single.php but not in page.php?
I'm using in_category(array) inside The Loop to detect whether a post is categorised into the Discussion category (or has one of a couple of slugs). This works beautifully on single.php but doesn't ...
1
vote
1answer
2k views
wp_insert_term - parent & child problem
I have a car database that I want to import into Wordpress as taxonomies. The problem is I can't create 2 taxonomies at once (first is parent, last ones are childs of first).
$p = ...
1
vote
1answer
137 views
Possible to replicate economist.com's debate section in wordpress? [closed]
We're building an online magazine with a debate section similar to economist.com/debate. Is it possible to do it in wordpress with existing plugins?
Thanks so much.
1
vote
4answers
1k views
How to wrap every image in a post with a div?
When I add an image to a post I want it to be in a div e.g. , and I want that to be done automatically, so I don't have to do that in HTML editor.
I don't want to use js to accomplish this and by the ...
1
vote
1answer
681 views
simple expandable vertical menu, java script problem
I am trying to create a simple expandable menu in wordpress.
Bellow you can see the javascript I am using (copy and mix from internet).
<script type="text/javascript">
...
1
vote
1answer
2k views
Multiple Domain Names - One WP Install (non-Multisite) - Default Each Domain name to Category Archive
Use case is somewhat simple - here goes:
Five people share a single wordpress install - not multi-user
Each person blogs and puts their posts in a their own unique category
Each person has their ...
1
vote
3answers
853 views
How do I filter the excerpt metabox description in admin?
I want to change the default "Excerpts are optional hand-crafted summaries of your content that can be used in your theme. Learn more about manual excerpts." help text below the Excerpt input area to ...
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
1answer
24 views
Remove Links from Login page
I want to remove all the links from my network login page ("Register","Lost your password" and "Back to site") how can i do that?
1
vote
1answer
67 views
Modify custom Users Manage page
I'm trying to create a submenu page under 'Users' which is like the 'All Users' page but for listing users of specific roles only. Let's just call this submenu page 'Customer'.
So far I managed to ...
1
vote
2answers
51 views
Remove template drop down for certain pages
I have a number of custom templates which are assigned to different pages in my admin.
Is it possible to hide/lock the templates dropdown for certain pages? For instance, I have an Events Calendar ...
1
vote
1answer
88 views
Animated gif for a thumbs
I need to insert an animated gif for a feature image but I don't understand if is possible.
Right now when I try to upload a gif, wordpress create automatically a gif single frame.
Is it possible ...
1
vote
1answer
102 views
Random Default Avatar Function
UPDATE! After a little help from the wordpress.org forums, I made some progress with this code:
// Custom Default Avatar
if ( !function_exists('fb_addgravatar') ) {
function fb_addgravatar( ...
1
vote
1answer
72 views
Custom static page get_header error
I have a pretty simple question. I want to make a static about page for my wordpress site. I don't like the format of the wordpress static pages that are managed through the control panel so I thought ...
1
vote
2answers
45 views
Sidebar links for different pages
Hey all i am wondering what i need to add in order to have a different sidebar for a set page?
I created a category for the page (called PatientEdu):
And made sure the page was linked to the ...
1
vote
3answers
334 views
Buddypress Add unserialized Profile Fields in Members Loop
I'm trying to show profile fields with checkboxes and drop-downs in the members directory loop.
Example: Next to each member in the directory I want to show the Gender they selected
This code works ...
1
vote
1answer
142 views
which is the best way to customize nav-menu-template.php?
I have modified the function start_el in nav-menu-template.php substituting $item->ID with $item->title so that the html li elements in menu have a more readable class names. In detail, I have ...
1
vote
1answer
343 views
wp_customize_image_control default value
I am trying to create a custom theme using Wordpress 3.4's customization options. I would like to create an option to change the theme's logo, but I would like to also display a default logo image.
...
1
vote
2answers
69 views
Posts vs. Pages
Okay so I've spent the last few weeks (on my spare time outside of work) creating a site for a client with a custom built theme. This is my first use of wordpress and the site can be seen here at ...
1
vote
1answer
790 views
front end post with multiple upload images?
I am using front end post with upload image,
my code
if (!function_exists('wp_generate_attachment_metadata')){
require_once(ABSPATH . "wp-admin" . '/includes/image.php');
...
1
vote
2answers
137 views
Is it possible to have one page with multiple items, or 2 blogs on a site?
I have a Page on my site that I use as a Blog.
And then there's another page that I'd like to add a few different posts to. It's not really a blog, it's a list of projects, and each one will have ...
1
vote
1answer
80 views
How do I add a function on a specific post category?
I am using theme Twenty Eleven and am trying to add a vote up script in the content.php which only displays on a certain category.
1
vote
3answers
386 views
Photography Based Design - Multiple Images Per Post
I'm thinking of using WordPress for my new website.
It's a photography based website and the client will be uploading groups of photographs primarily. They'll want to give it a title and upload up to ...
1
vote
1answer
192 views
Adding all sub-pages to the menu manager
Is there some simple way which would allow one to add a page to a menu (through the menu manager interface) and be able to define if the inclusion of this item should automatically add all subpages up ...
1
vote
1answer
161 views
How to take options from form fields and turn them in to links?
I have a form in WordPress with options when clicked they retrieve a filtered posts. I want to take the options from the form and place it like normal links. Can this be done? Thank You all in advance ...
1
vote
1answer
117 views
Wordpress as thesaurus/dictionnary: what approach?
I'm willing to develop a thesaurus/dictionary for the Berber language. A website that allows comunity members to add new words/synonyms/antonyms..
How to relate words (posts) to each other? by ...
1
vote
2answers
4k views
Setting Custom Sort Order of Posts within a Category
I've got this category setup that includes several posts. By design it's not a blog, but a staff listing. Currently all of the staff members have their own posts with the category. I'd like to be able ...
1
vote
1answer
300 views
Dynamic carousel on individual posts
I'm using Wordpress as a CMS for a small business website (not my first choice.) Each product page needs to have a small carousel of images that contains images relevant to the product.
I've set up ...
1
vote
2answers
543 views
global menus made from master site's custom menus wpmu network
I'm looking into a way to have global menus across my network of blogs. Basically I am using wordpress as a CMS - the purpose of the network is actually to ringfence content. The sub blogs will be ...
1
vote
3answers
78 views
Is it possible to use Wordpress as an online portfolio for text content? What kind of theme would I look for?
I'm trying to build an online portfolio for a quantity of text content I've produced. I don't have to skills to design it myself or the money to pay someone, so I thought using a CMS with a free theme ...
1
vote
1answer
179 views
What is the proper way to apply the login_form_bottom filter?
Here is my current code.
function custom_login_footer() {
return '<p>text text text</p>';
}
add_filter('login_form_bottom', 'custom_login_footer');
I am trying to add text below the ...

