The tag has no wiki summary.

learn more… | top users | synonyms (7)

0
votes
1answer
18 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
13 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 ...
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?
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 ...
-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
21 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
16 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 ...
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
1answer
27 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 ...
-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, ...
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
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 ...
-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 ...
-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
2answers
34 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 ...
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 ...
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
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
0answers
15 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 ...
-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
28 views

Delete data from custom table when deleting a post

I want to delete post id form my custom table, when deleting a post. I have tried this way, nothing happened. Please help. add_action('delete_post', 'delete_data'); function delete_data($post_id) { ...
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 ...
1
vote
1answer
16 views

Not sure how I would go about doing this in WP.. related to custom tags

Okay, so I want to do something, and after searching on Google I couldn't find any answers. Maybe you guys can help. basically, I want to assign every post with a little bit of unique identification ...
-3
votes
0answers
24 views

Document Management [closed]

Main two features I am looking for is being able to add fields/categories to documents and in document searching. Anyone know of anything? Doesn't have to be free.
-1
votes
0answers
28 views

How to add a banner to my wordpress blog? [closed]

I'm sorry, I know there are multiple answers regarding the same question, but my version is a bit more complex than the answers I was able to find. I wanted to place a banner on my wordpress blog ...
-2
votes
0answers
23 views

how to edit my theme for fixed width rahter then full screen [closed]

I would like my site to by a fixed width like most sites, rather then taking up the whole screen. I don't think that it looks right.. can i post a link to my site? I do not want to get banned.. ...
0
votes
0answers
21 views

error with WP custom form

I have set up a custom form in my locally hosted WP and I made a page where user goes after successfully done with the form but I got two issues : 1- the form validation code appears on the ...
0
votes
0answers
5 views

Register custom post type categories to default categories [duplicate]

How to register custom post type categories to standard default wordpress categories?
0
votes
0answers
22 views

Add Custom Post Type Categories to General Categories

I've created three custom post types. I want them seen as general categories. I could not find a solution, can anybody help me? Thank you.
-1
votes
0answers
14 views

Problem aligning widgets in a row [closed]

I have added two widget areas at the bottom of the homepage content at http://79.170.40.241/refthecoffeefactory.co.uk/ I am having a problem aligning them horizontally. I also came across the same ...
0
votes
0answers
17 views

Custom WP plugin installation permission problem

I've developed a custom plugin for WP. When I install it manually on my server, using FTP transfer, all is perfectly working. I tried to make a zip file and uploading it through WP admin panel. All ...
0
votes
1answer
42 views

How to display only one category in a custom post type?

I have a custom post type called 'portcat' and I want to display the results of only one portcat category ('games' - which has an ID of '3') on my page. The below code displays all of the categories ...
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 ...
0
votes
1answer
39 views

Modify search function in WordPress (TwentyTwelve)

I want to remove "Search for" text from search form in TwentyTwelve, to wrap in in a div for styling, and probably to play with php a bit – and I'd appreciate some advice on how to do that best. My ...
0
votes
1answer
25 views

Where can I find the code for the menu page meta boxes?

I want to add a meta box to the menu page. More specifically I want to basically clone the pages or category meta box and have it load the items into the list from a meta key, instead of pages or ...
0
votes
0answers
9 views

redirect on first_time login [duplicate]

So I created a custom front end profile ala this wp-answer. Now I have made a custom register page using Theme My Login, which serves its purpose of saving data and such. Now what I want to do is on ...
0
votes
0answers
19 views

custom upload directory only for plugin uploads

i'm trying to add an upload_dir filter only for plugin-uploads. does anybody know why the code below doesn't work, and what could work instead? thanks in advance! $upload_dir = 'publications'; ...
-1
votes
0answers
14 views

Adding custom filters like size , color to url in wordpress

our website address is similar to this http://example.com/wp1/ on click of filters like size:32 and color:green , my url should look like http://example.com/wp1/products/tv/32. Please suggest code ...
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 ...
0
votes
1answer
31 views

How to extend customize control types to list pages

I have: I'm currently using $wp_customize to add options to the customize theme area. My Goal: My goal is to extend $wp_customize so that I can display a list of available pages as checkboxes. I've ...
-2
votes
1answer
24 views

How can i display actor birtday links [duplicate]

Hy, i display actor retrived by a date piker, by day and month like that, <?php $todaysDate = date('md'); // Get today's date in the right format $loop = new WP_Query( array( 'post_type' ...
3
votes
1answer
80 views

Adding another state (spam, reject, approve) to wordpress comments?

i know this might sound a bit weird, but what I'm trying to do is rather simple in mind but may be technically difficult. I'm running small contests on my wordpress site where I ask users to leave a ...
1
vote
1answer
44 views

Responsive Images - Generating multiple images from Theme Customizer control upload?

So, after poking around in the code it looks like the filter image_make_intermediate_size is not called by the various WP_Customize_Control() classes at either WP_Customize_Image_Control() or it's ...

1 2 3 4 5 19