The customization tag has no wiki summary.
0
votes
1answer
48 views
How to create this kind of sub-menu in new line?
In my design I need use this kind of wordpress custom menu.
Menu (I am able to do this)
Menu element with sub menu. (but not this one)
In this UI , I can not able to separate sub-menu to the new ...
0
votes
0answers
10 views
How to add a prefix to existing custom fields over MYSQL query?
I've got the problem that after a plugin update I can make the custom fields on our directory site searchable, but only custom fields which get the prefix booking_ to them.
Now there are some pages ...
0
votes
0answers
12 views
How to use default WP form elements to ineract with custom db table?
I know about the use of custom_post_type, but in this case i do need to use a custom database table (fyi: it's a table that is ip-based shared with another non-WP website).
In wp-admin i like to use ...
-1
votes
1answer
386 views
Woocommerce - Print Product's Custom Field In Email
In Woocommerce 2.0, I need to print a custom field on the New Order email.
It is a meta/custom field each product has named "longsku" (which is normally hidden.)
This needs to be included in the ...
0
votes
1answer
22 views
Want to modify a Plugin - Tweetily - Can I make it tweet a Custom Field instead of Post Title?
http://wordpress.org/extend/plugins/tweetily-tweet-wordpress-posts-automatically/
I was wondering if somehow it's possible to make it tweet a Custom Field instead of Post Title?
in top-core.php, at ...
0
votes
1answer
23 views
How to customize my category pages
I'm an experienced php programmer, but a wordpress newbie. My site uses the theme twenty eleven. I have created some post categories, and some posts for each category. On my site, for each post ...
0
votes
0answers
9 views
Adding custom menu entry [duplicate]
I want to add a custom (dynamic) login/logout link to the end of the top level menu of the twentytwelve menu.
Is there a way to do this by editing the theme (and its functions) only?
-2
votes
0answers
23 views
How much can i expect to pay for a few changes to premium woocommerce theme? [closed]
How much would it cost to have some changes made to this premium theme i bought?
http://themeforest.net/item/the-retailer-retina-responsive-woocommerce-theme/4287447
I would like to move the logo to ...
0
votes
1answer
20 views
Upload files in wordpress
What is the best way to upload files in wordpress? How can I upload multiple files at a time like media uploads in wordpress?
-1
votes
0answers
15 views
Make a website for a massage parlor's employee use [closed]
I'm currently working on a project, which is currently in its planning phase, and I need some advice on the best way to implement it.
The objective is to create a website for a massage parlor's ...
0
votes
0answers
15 views
Pagination is not working on custom query
I have custom query with different conditions so that's why my pagination is not working with it. When i click on next button it show me the same posts. The query i am using are
<?php $paged = ...
0
votes
1answer
32 views
Problem with Custom Post Type Categories
Before I proceed on writing anything just have a look the following images. (snapshots)
I have one custom post type by name 'questions' just like we have 'posts/pages'. If you look at the image ...
2
votes
1answer
1k views
Customizing gallery shortcode in 3.5
I'm trying to customize the gallery shortcode using the new gallery system in 3.5 and I'm having a bit of trouble and can't figure out where I'm going wrong. This is what I've got at the moment (in ...
0
votes
1answer
37 views
How to create a custom template to admin dashboard
I was trying to create a template to customize my WP admin dashboard, not only a css mod but a entirely renew to my customers.
I've successfully created a page template for a custom login page, and ...
4
votes
2answers
2k views
Wordpress Multiple Category Search
From few months I am digging into wordpress for multiple category search options, and finally came up with this.
I just found that wordpress allows multiple tags, which means that if in your URL you ...
0
votes
1answer
268 views
problem saving/ retrieving custom meta with wp alchemy metabox
I am using WPalchemy metabox class to add a extra meta field to the pages editor which will allow me to attach galleries to pages. I use the class:
$gallery_metabox = new WPAlchemy_MetaBox(array(
...
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 ...
0
votes
1answer
26 views
Custom Form not generating URL
CReating a template to load content in an iframe on the same page - I have not even got as far as using ajax to avoid reloading the whole page as the form submit is not working. The submit button ...
0
votes
1answer
355 views
remove everything from wp_nav_menu
My theme has three 3 menus: two that are dropdown menus and one that is different. I want to remove the div, class, etc. from the menu that is different.
For Example:
I have three menus
topnav ( ...
0
votes
1answer
21 views
List post only under the category, exclude child category content
I wanted to list posts which are directly under a category and not inside the "sub category". In other words, I want to hide all the posts which are from "Sub Category" in the Parent category view.
...
0
votes
2answers
45 views
How to get all custom fields with some prefix in key?
I have near 100 custom fields for each post with prefix "wps_" (examle, wps_imagine, wps_video, etc) and near 20 custom fields without prefix.
Problem that I don't know names of custom fields with ...
-2
votes
1answer
29 views
How to add custom page using them in wordpress 3.5
I did this before in wordpress 3.4 but that code seems not working. I add this code inside wp-content/themes/ folder and I add new page from backend and try to select that. But it is not showing up, ...
0
votes
1answer
126 views
wp_mail - using a custom field value
Can this work? I want to send a email when a post is published to the recipient, that is called in custom field.
EDIT I changed the code to another example I found.
function ...
2
votes
1answer
121 views
In the new Theme Customizer API, how to send a value from the front back to the admin panel?
I'm digging a bit into the new Theme Customizer API, in particular into the javascript one, and what I find is delighting.
I've managed to add my own custom parameters, and I also have the javascript ...
1
vote
1answer
122 views
Better Method for Multiple Meta Boxes
I'm learning about meta boxes and have gotten them to appear on my local dev, but I can't figure out how to avoid creating new functions for saving multiple meta boxes.
I assume that I could call an ...
1
vote
1answer
22 views
Defined Blogname Override?
Is there a way to override the blogname such as define("WP_BLOGNAME","My Blog");
I've looked high and low and have found nothing. Testing it doesn't work either.
This is so I can help determine ...
0
votes
1answer
206 views
Wordpress - Selectbox in admin panel function linking to CSS
So what I want to do is link the selectbox to my CSS.
Like if i click an item on the list that the background of my header will change, the header's color is in the CSS.
The selectbox isn't in the ...
2
votes
1answer
165 views
Does Extending Multiple Nav_Menu_Walkers Allow Nested Menus?
Essentially I'm trying to add multiple sub nav menus and I'm pretty close but I just can't seem to find the right tack to solve my problem ...
I'm using a variation of a Stu Nichols CSS Menu ...
...
-1
votes
0answers
20 views
Customized theme shows up in admin panel but not on blog [closed]
I created a wordpress blog and customized the Minimalzine theme.
The customized version with globe background shows up here:
http://wikiprojectmed.wordpress.com/wp-admin/customize.php
But
It ...
0
votes
1answer
28 views
User registration add user ID?
I have created a custom user registration template for my WP website, based on this code: http://www.tutorialstag.com/create-custom-wordpress-registration-page.html. Now I was wondering if it is ...
0
votes
0answers
17 views
How do I add populate media files from my plugin
So I am creating a plugin that will be able to upload a special kind of video. I added a two new tab under Media Page called "Add New Custom Video", "Custom Video Library" - I was able to call the ...
0
votes
2answers
33 views
Permalinks problem with custom theme
I am pretty much learning by doing a custom theme from scratch (not a child theme), and have had much trouble with permalinks.
In the permalinks settings page on the wp-admin, if I put any option ...
-2
votes
1answer
22 views
How to change the background color behind text [closed]
I need to change JUST the INDEX page of my site background behind the text. You will see that all the other pages DO have white behind them.
So far I have tried:
creating a new index and deleting the ...
0
votes
0answers
29 views
Get page type to display content
I have some checkboxes to select where can I display my plugin and I save in db in this format:
Show popup in this pages:
x Article (Public)
x Pages (Public)
x File (Public)
x Revisions (Not ...
0
votes
1answer
29 views
Display movies that apear this day next
This code retrive me the movies that are comming in cinema, i want to be able to list movies that apear this day, next day ... 7 day week
Ex: Today is 13.05.2013, i want to list the movies that ...
5
votes
1answer
137 views
Wordpress Permalink changes to question mark (?) in URL
My Permalink custom url is /%post_id%/%postname%/
and my website is in Persian language, for some posts the Permalink is change in URL from
...
1
vote
3answers
736 views
How to disable page delete
My client is not a computer person. I created a website for him. There is some important pages. My client is always delete this page. Then i want to reconfigure the code (the page id).
How do i ...
0
votes
2answers
187 views
How to hide post metadata from homepage and show only in post page?
could anyone please tell me how to hide post metadata from home page? I would like to have them displayed only in post page.
This is my website http://studyor.comuf.com and the theme was made with ...
0
votes
1answer
35 views
Custom RSS feed - blank page
I've read all the articles about creating a custom RSS feed, but haven't had any luck - always results in a blank page. To make things simple, here is the code I'm using - with the link being ...
0
votes
0answers
19 views
Making comment persist after error?
On my comment form I am using a filter that checks for "bad" word. If the message contains one these words, it gets flagged as spam it send a transient message back to the comment page. Now what I ...
1
vote
1answer
25 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?
0
votes
3answers
696 views
Woocommerce: Changing catalog image sizes
I'm trying to make the images in my store/catalog bigger, and have succeeded in doing so but not without throwing off the formatting. As it is now, my images are 200px by 200px, but have changed so ...
0
votes
1answer
196 views
Load more posts with multiple queries
I've been developing a theme which uses the load more ajax plugin, everything is setup and working great with the main query.
But, once I setup a new query for popular posts, the load more posts ...
0
votes
0answers
14 views
Custom Individual User Home Page set by the Admin
I need users to login and see their homepage as a custom page set by the admin with information he wants to display for them. Basically the user will login and only see the information pertinent to ...
0
votes
1answer
407 views
All-in-One Event Calendar: Custom Query - Getting each event Instance
I am using the All-in-One Event Calendar by Timely, and I would like to display upcoming events from the events calendar in a carousel on a separate page, and I need to get the event information.
I ...
0
votes
2answers
918 views
Custom Post Type Pagination 404 Error (if paged>=2)
I coded a WordPress theme. I added a Photo Gallery with custom post type. But if paged>=2, it gives 404 error. I'm gonna be mad. :( Help please. And sorry for my bad English. Add me on MSN. ...
-1
votes
0answers
15 views
Accessing a Variable Inside Custom Customizer Control [closed]
I'm creating a custom control for the WordPress Theme Customizer and I'm having a bit of difficulty accessing a variable outside of the class.
$fooBar = array("foo", "bar");
class My_Control extends ...
-2
votes
0answers
26 views
WP create menu items from all category and its sub category [closed]
i'm developing a theme which automatically use categorIES as menu item,
0
votes
1answer
751 views
Redirect to requested page after (custom) login
I am developing a WP site locally and I want the content to be viewable only to users that have logged in, except for the front page that's visible to everyone.
When a non-logged in user clicks on a ...
1
vote
1answer
103 views
How to add default images into theme customizer image control?
I am trying to figure out how I can pre-load a theme customizer image control with images I have selected. Is their a way to point the control to a directory so they automatically show up in the ...

