0
votes
1answer
23 views

How to multiply a post to test internal search results?

I'm using two ways to do my search. One, located in search.php: <?php /* Search Count */ $allsearch = &new WP_Query("s=$s&showposts=-1"); $key = wp_specialchars($s, 1); ...
0
votes
1answer
37 views

How to make my plugin theme-independent?

I need a little help and/or consulting for my next steps. (I'm a beginner!) I've been working on my plugin, using a Custom Post Type "Project", some help from the plugin "Advanced Custom Fields" - ...
1
vote
0answers
28 views

Is there any plan for WordPress to handle retina support for the site content?

I see from browsing Themeforest that there are many retina ( HD ready ) themes available; and WordPress itself has retina standard icons for the backend too; but what about the content, both future ...
0
votes
1answer
35 views

Wordpress plugin with its own “site”/theme

I am currently starting a plugin development project and ideally I'd like the plugin to run using its own custom theme as if it was it's own separate thing. Is it possible to include a theme within ...
0
votes
1answer
41 views

Why is the Settings API is not saving my array of options

I am writing a set of classes to easily create options pages accessible via submenus of the standard WordPress menus and a way to easily create options for said menus. The way I am wiring it is via a ...
0
votes
1answer
37 views

Disqus plugin outputs script as literal text

After installing the Disqus plugin, their JavaScript code started popping up as plain text on my site in several places. My hypothesis is that it pops up at the end of any loop involving the_post(). ...
0
votes
1answer
58 views

Use different single.php file based on condition

I am customizing my WordPress site's theme and i need to use a different single.php file based on the condition. Here is my user case, i need to design a competition page where i need to show entries ...
0
votes
1answer
56 views

How to use get_template part in the plugin?

I was using the entire template in the plugin, but I would like to use get template part, so that I can reuse the header and footer in the original template. The code is like this: add_filter( ...
2
votes
1answer
51 views

How to hide fields from my user profiles

I want to hide the fields link nick name, first name, last name, etc. I could not find an answer in the codex and I do not want to touch the core files. Is there any solution for it?
0
votes
0answers
67 views

display widget plugin: check active widget

I want to check if how many widgets are active on current page, as I am using display widgets plugin so is_active_sidebar() will not work here. Please have a look at plugin code and tell me which ...
2
votes
1answer
45 views

Editing Theme to apply Co-Authors Plus

I'm trying to implement the Co-Authors Plus Plugin. It says that you will need to change some PHP in the theme. The documentation outlines the changes. I believe I have found where I would need to ...
-1
votes
1answer
94 views

Override methods in Yoast SEO breadcrumb class

I've been trying to figure out if it is possible to override the output of the Yoast SEO breadcrumb class rather than editing the original file? Each url segment is wrapped in ...
0
votes
1answer
54 views

Theme Functions run a function upon activation or preview

My theme currently has the following line in the function.php file: if ( $_GET['activated'] == 'true' || $_GET['preview'] == 1 ) If this statement is true the code runs a function. I am getting a ...
0
votes
2answers
105 views

Polldaddy doesn't show up on own theme

I'm developing my own theme on a website where I use the polldaddy polls & ratings plugin. I've set the ratings to show up on the homepage and that's working with e.g. the twentytwelve theme. ...
0
votes
2answers
2k views

WooCommerce: multiple input field for multiple product variations

I'm trying to customize the default Woocommerce theme to my needs. I have a product that comes in two variations: it's wine, so variation A is a 6 bottle pack, and variation B is a 12 bottle wooden ...
0
votes
0answers
13 views

Widget for Sitewide Editable Content? [duplicate]

Possible Duplicate: Add New Footer Widget Area with Limited Options? I have a banner and a footer that I need to be editable, but I'm not sure if a widget is the best way to accomplish ...
0
votes
1answer
83 views

Breadcrumb is not generating the correct post page url

I have created a custom posts type cities and the code for its deceleration is register_post_type('City',$args); $labels = array( 'name' => _x('Cities', 'post type general name'), ...
0
votes
1answer
45 views

How to add an admin alert for missing plugins

I'm trying to add an admin alert that reminds the user to install a certain plugin in case it is missing. I have found a way to generally add an alert box: function addAlert() { ?> <script ...
2
votes
1answer
108 views

Wordpress language switcher

Is there an easy way I can switch between languages (perhaps with some flag icons) on a single Wordpress site? Can this be done with 2 content editors on the same page, or will I have to resort to a ...
0
votes
0answers
84 views

Wordpress Themes Demo Frame [closed]

Is there any plugin for Wordpress Themes Demo Frame like seen on every theme seller page. So there is a toolbar containing a combo box with available themes, and a button to close the frame. Is it ...
-1
votes
1answer
37 views

Site is setup statically - how to make it content managable?

This is probably quite a basic question, but I have my site setup statically in WordPress, all I am trying to figure out now is how to add a new section to the WordPress backend where all the content ...
6
votes
1answer
106 views

Is there any sort of theme dependency management?

I'm developing a Wordpress theme with a few other individuals and am running into a problem where I add a plugin and then I have tell the other developers about the plugin I installed and the settings ...
-1
votes
2answers
401 views

How can I create a user generated photo wall

I'm looking for a way to create a user generated photo wall. Like a memorial site so to speak. I would have a big header image up top, than people could submit their own photo and it would post below ...
1
vote
1answer
143 views

How does WP handle multiple matching rewrite rules?

Here is my url to a custom type : http://host/movie/my-slug When I go to this link, I'm redirected to http://host/movie/my-slug/?post_type=movie which results in a 404 error. I use Rewrite ...
0
votes
0answers
104 views

Theme/Plugin To Keep Up with Boy Scout Merits/Tracking [closed]

Does anyone know of a theme/plugin that can handle this type of setup of tracking merits? Thanks
1
vote
0answers
53 views

gallery option is not available in media upload box in costum theme option page

Hi everyone I am creating a theme in which I have to created a sponsor upload image gallery on the admin panel in theme option page and its slide show on the front panel for this I follow tutorial to ...
-1
votes
1answer
55 views

Is website for online game guides doable in WordPress? [closed]

It will almost work as blog but: Writers will work only with one kind of content "guide". They will write it in markup language with custom tags that will be replaced by presets. They will choose ...
0
votes
1answer
543 views

custom tshirt print website [closed]

I'm creating a custom tshirt printing website and I need to be able to have a step by step process in filtering out with wp-eCommerce plugin on any other shopping cart plugin. this is how it need ...
-1
votes
1answer
283 views

How can I allow people to vote up objects? [closed]

I'd like to be able to create a post and allow people to vote up the items on the post. For instance, If I listed 10 great movies in a post, people could vote up or down the movies in that post. ...
0
votes
2answers
249 views

Is there a way to insert multiple images into a post at the same time without using a gallery?

I'm trying to find a way to add multiple images to a blog post in wordpress at the same time. I want to be able to write text above and blow the images, just like a normal blog post. It takes a lot of ...
0
votes
1answer
58 views

Adding Sorting to Website?

I would like to add sorting but don't have any idea how ot go about it. I would like to be able to sort by: Date, Title, Price (custom field), Comments, Views, ASC + DESC What would be the ...
2
votes
2answers
71 views

How to limit WordPress pages during updates?

I will be doing upgrades to the design and content of my Wordpress site. During this time I only want the homepage to be available. Is there a good way to lock this down (through a plug-in, etc.). ...
0
votes
1answer
37 views

Overriding Parent Theme… will cause plugins failure?

I overrides the parent theme by copying "header.php" and "footer.php" files to the "child" folder, it is working nicely. But I wonder if I install a plugin that need to edit the "header.php" or ...
0
votes
1answer
78 views

Is there a way to keep youtube videos from displaying on home page, and display only on single posts?

I have an interesting problem that requires a bit of creativity to solve. We have a website where we are creating a video narrative about our son who was born with Down syndrome. We do a daily post ...
0
votes
2answers
55 views

Plugin can not display in my custom theme

I have made my first theme. :) But I have a problem: plugins such as getsocial or dynamicwp-contact-form can not display in my custom theme. I tried using them in the twentyeleven theme, and they ...
3
votes
4answers
102 views

How do I make my wordpress page more friendly for mobile viewers?

My basic question is How do I make my wordpress page more friendly for mobile viewers? I have seen some answers such as wptouch, wordpress mobile pack, and mobilepress http ...
1
vote
1answer
579 views

Custom Taxonomy Tag Search

I have an existing WordPress search function, what I'd like to be able to do is extend the search to the tags from my custom taxonomy...how do I do that? <form method="get" id="searchform" ...
0
votes
1answer
82 views

Identify current wordpress theme

I want a theme very similar to these two websites. I am a newbie to wordpress and am trying to understand what theme is it. It looks like both the sites have a similar theme. Is there a way I can fin ...
1
vote
1answer
51 views

How do you remove plugin edit option?

I would like to remove the edit option for all plugins on a wordpress site. Is there a hook/filter for doing this? It would be preferred to do it from the theme's functions file, rather than try to ...
-3
votes
1answer
261 views

Custom GD Star Ratings Stars [closed]

I have some custom stars that I would like to use for GD Star Ratings.. how do I load my custom star image?
0
votes
2answers
666 views

Yoast SEO Plug In and my Theme duplicating code. Need some feedback on what to do?

The theme I am using does most all the SEO stuff that I want it to with the exception of tweaking the titles on a post by post basis, and the ability for me to write my own meta descriptions for each ...
1
vote
1answer
112 views

Having separate plugins and themes folder for multi-site setup

My multi-site setup uses sub-directory. I am creating one plugin + one theme to customize each of the sites. Is there any way to have separate plugins and themes folder per site like so or something ...
2
votes
1answer
561 views

How to Build a Movie Library in WordPress 3.x

To help me learn WordPress development, I'd like to go "beyond the blog" and build a personal movie library -- similar to IMDb but on a much smaller scale. I need help understanding how to approach ...
-1
votes
2answers
544 views

Integrating WordPress Content into a jQuery Slider

I have a pretty basic 'featured-list - image slider' implemented above my content in my custom WordPress theme. How do I integrate WordPress content into the slider so that the slide content is pulled ...
4
votes
1answer
60 views

When coding a Wordpress theme, where does the theme (i.e. the presentation) end and the plugin (i.e. the functionality) begin?

The best guideline I have seen for what should be in a theme is to put "functionality" in a plugin. I am looking at adding more "premium features" like jQuery image sliders. This requires a back-end ...
2
votes
2answers
618 views

Wordpress Enqueue Script Chaos (jQuery & Foundation.js)

I've been working on building a theme for the past couple days now, and I've run into a wall. While I originally included foundation.js as an enqueued script, I couldn't remember why I had added it. ...
1
vote
2answers
161 views

Network: retrieve a list of latest posts

I need to list all the latest x posts from the whole Network in my WordPress Network. I am already using the Sitewide Tags plugin to collect all posts in a separate blog, but I also need to list the ...
4
votes
4answers
358 views

How to make plugin required in a wp theme without using php conditional statements when calling an individual function from that plugin?

One of my Wordpress themes requires a few third party plugins to run correctly. Most of the times I used to call functions from third party plugins using conditional statements like ...
4
votes
2answers
46 views

What is the correct way for a theme to support plugin UIs?

For instance if my plugin is creating a form on a page, what can I do to make it as easy as possible for theme developers to skin the form too?
1
vote
2answers
156 views

Built in audio player?

I was certain that WordPress had built in a basic audio player. Am I mistaken. I cant find any evidence of one anywhere, just plugins ?

1 2