The tag has no wiki summary.

learn more… | top users | synonyms (7)

0
votes
1answer
14 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
21 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
25 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
42 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
19 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
27 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
21 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
30 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
28 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
18 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
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?
0
votes
0answers
13 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
14 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
31 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
17 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
27 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
22 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
20 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
19 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
13 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
16 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
38 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
32 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
34 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
22 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
17 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
96 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
27 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
23 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
72 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
40 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 ...
0
votes
0answers
34 views

Wordpress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache

I have been working on a theme for a few days and when I realized my JS file for my theme customizer wasn't updating I decided to clear the cookies and cache, and wow that was problematic. As soon as ...
0
votes
0answers
30 views

Created custom control from theme customizer, where should I add code it will control?

I have created a custom control for the theme customizer which is a simple button and label. I am going to be using it as a theme reset button that will clear the theme mod settings to their original ...
-1
votes
0answers
24 views

theme options panel [closed]

plz i need help to create simple options for a theme this an example : in theme i have this code <div id="ticker-wrapper" class="no-js"> <ul id="js-news" class="js-hidden"> <?php ...
1
vote
1answer
34 views

List of all theme customizer control types?

I have been looking through the theme customization API documentation and google to simply find out the names of the control types already built in to the theme customizer. More specifically I am ...
0
votes
1answer
38 views

How to add button to top of theme customizer?

I am trying to figure out how exactly I can add a button to the top of the theme customizer. The spot I am talking about is where the "close" and "save" buttons are. The ones that are above everything ...
0
votes
0answers
14 views

Create a generic post type and define its metadata via another one used for categorization

Ok, I would like to share with you an idea I had and ask you what do you think about it and possible drawbacks I'm not able to forsee. I'm building a database for an association with many kind of ...
0
votes
0answers
58 views

Custom query on Wordpress custom table

I am working with a custom table where some values will be inserted or updated if they already exists, I have checked and rechecked the syntax and it seems to be working fine, if I run the same query ...
1
vote
0answers
44 views

Rewriting single post url; add_rewrite_rule problem?

I have to customize single post permalink (the structure of the permalink) if posts have a certain value in a certain custom fields. I use the filter post_link to change permalink when needed, and ...
0
votes
0answers
33 views

How can I clear the theme mod settings?

Ideally I am looking to add a button to the theme customizer that allows the theme to reset to default settings, although that may be asking for too much in one question so I am wonder if anyone knows ...
0
votes
1answer
33 views

Custom <blockquote> HTML markup

In Wordpress, I would like to add a custom styling to the <blockquote> elements, replacing Wordpress' default usage by using a function (or however is easiest). When using the WYSIWYG editor, ...

1 2 3 4 5 19