Tagged Questions
-2
votes
0answers
14 views
Need suggestion about wordpress ecommerce site [closed]
My client require a site(wordpress site, not in magento or prestashop or core php) with below requirement.
• *Shopping cart to sell digital products -
• Configure 3rd party ...
-1
votes
0answers
14 views
Intro wordpress theme or plugin [closed]
I am looking for an theme or plugin which gives me an intro page from where to choose from two links. Any tips?
0
votes
0answers
58 views
Dynamic Content Gallery Thesis 2 Wordpress Home Page Only
I'm using Wordpress with Thesis 2 installed and I'm building my own design onto the "Blank" skin.
I want to use the Dynamic Content Gallery Plugin on the home page only. I'm using this code to load ...
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
54 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
52 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( ...
0
votes
2answers
45 views
How to check if a theme is active?
I'd like to be able to check if the twentytwelve theme is active. I know if I was checking for an active plugin I'd do something like:
$active_plugins = apply_filters( 'active_plugins', get_option( ...
0
votes
1answer
36 views
Globally register styles but enqueue them selectively
I am trying to get my theme registered stylesheets in plugin, the purpose is I want to get all stylesheets in my plugin and then manipulate those registered styles.
stylesheets registered via
...
0
votes
3answers
67 views
adding a text message beside the comment submit button
What is the cleanest way to display a text message beside the submit button like this in screen shot:
I am currently doing it by editing the file wp-includes/comment-template line 1577 (wordpress ...
-3
votes
1answer
91 views
How do I change font in Custom Community
Using "use any font" plugin, I've added the Avenir Next family to my site. However I can't get "Common Community" to change fonts whatsoever, regardless of the typeface I'm trying to get it to ...
-1
votes
1answer
285 views
Changing appearance of WooCommerce product layout
I'm new to WooCommerce and my products are currently being laid out with a thumbnail, product title, and price. Ideally I would like to have them horizontal, with a small excerpt to the right of the ...
-2
votes
1answer
42 views
How do I add a video to a custom field instead of a post body using Automatic Youtube Video Posts plugin?
I'm using the theme called wptube2
and using a plugin with it called Automatic Youtube Video Posts
so it can import every video I upload on youtube.
It does import every video (which is PERFECT for ...
0
votes
2answers
46 views
Implement plugins as part of a theme
I have a couple of pluins which I use every time I create a new WP-page.
Is there a way to implement these plugins as part of my theme?
I have searched for a soloution for a couple of hours now, ...
0
votes
1answer
59 views
Run WP inside a other Site without using frames
We have to put a Wordpress-Site inside an other website without doing this using frame/iframe, so the header, navigation e.g. comes from the parent site.
A blank parent site fragment with markers for ...
0
votes
0answers
22 views
How to pass CLASS function with arguments to add_action? [duplicate]
Possible Duplicate:
Passing a parameter to filter and action functions
This works:
add_action('hook', array($this, 'someFunction'))
These not:
add_action('hook', array($this, ...
0
votes
1answer
36 views
Can't get custom user meta to show in header
I have used Pie Register plugin to add a "Phone" field.
I tried every method in the book (that google fetched for me, so far) to show it but it shows an empty array although the field is not empty ...
3
votes
2answers
203 views
All shortcodes not working on custom theme
I'm using a custom theme not developed by myself that seems to have disabled/ or doesn't have the function for any and all Shortodes, whether its a WordPress shortcode or a plugin shortcode. I mostly ...
0
votes
0answers
45 views
Function to hide wordpress theme's wrapper [closed]
I am trying to hide the main div containing the theme in my wordpress. I am just testing something. I can simply use css to display none the div, but some themes have the wrapper with a different id ...
-2
votes
1answer
80 views
wordpress illegal string offset 'parameter' error
I am getting the error illegal string offset when creating a checkbox in the admin.
my code look like this.
<input type="checkbox" id="slideThre" name="custom_settings[checked]" value="1" ...
0
votes
1answer
66 views
how can I list recent posts' excerpts
I am using this directly from the codex to list 3 recent articles titles.
<ul>
<?php
$args = array( 'numberposts' => '3');
$recent_posts = wp_get_recent_posts( $args );
foreach( ...
3
votes
1answer
244 views
How to solve a conflict between a plugin and a theme?
I'm using Photospace as a gallery slider within my hatch pro wp theme (you can check here).
The default transition effect between slides is a crossover effect (like this example), but the effect in ...
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
203 views
WP e-Commerce Gold Cart with Plugin Built Into Theme
I am using this theme on our site.
http://themeforest.net/item/icarus-business-ecommerce-theme/1535471
It has the wp e-commerce theme built into the theme in the ...
0
votes
2answers
105 views
how to get path to images in the uploads folder to be used in a plugin
I have some folder with images in /wp-content/uploads. I also have a plugin file in /wp-content/plugins. I want to retrieve the images stored in /wp-content/uploads and use them in the plugin file.
I ...
1
vote
1answer
83 views
How to read individual user's directory and display content to that specific user?
I am creating a photo plugin for users to view their photos. The plugin works in a way that when I add a new user, a directory is created in the uploads folder inside wp-content with the user's ...
0
votes
1answer
81 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
2answers
21 views
how can I query all wordpress users of a blog
How can I loop through all Wordpress users in a blog, and sort them in ascending order by their usernames?
0
votes
1answer
29 views
how can I do something on new user registration?
When I register a new user to my blog, I always receive an email. The code in simple terms should look like this.
on_new_user_registration(){
//send email to admin
//I want to do ...
0
votes
1answer
137 views
RE:Multuple Level Category Drop Down
I finally found exactly what i was looking for at Multiple level category drop-down
One problem - the example codes not working - and i realize its a year old so any ideas?
I am currently playing ...
1
vote
4answers
161 views
Disable author pages for specific users
I want to disable author pages for certain users, for example the admin user doesn't post anything but still has an author page.
Is that possible? Maybe a plugin that adds an option to the users ...
0
votes
2answers
74 views
How can I use get header from within my plugin?
I'm writing a plugin to do some specific business logic - edit records for authenticated users, etc.
Rather than having the overhead of a form processing plugin that uses stuff in template tags. I've ...
0
votes
0answers
82 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 ...
7
votes
1answer
114 views
Shared functionality in plugins and themes
I recently started to develop plugins and themes and I found that I need to use several functions of on both.
Sometime I think about to check if function / class exist before declared as said on this ...
0
votes
0answers
98 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
0
votes
2answers
66 views
Overwrite category head title
Is there any way to overwrite a <head><title>Category title</title></head> tag?
Let's say i have a "Videos" category, when user point's his browser to ...
-1
votes
3answers
116 views
do_shortcodes() isn't working
I'm making a homepage template for my theme and I want to call a plugin, namely royalslider.
Surely
do_shortcode('[gallery id= "1"]');
Should do the trick?
-1
votes
1answer
57 views
Directory List For WordPress? [closed]
I was hoping someone could suggest a good Directory Listing Script Or Plugin that is friednly with WordPress?
I don't like what WordPress has to offer in it's free Plugins, so I am willing to pay.
I ...
1
vote
1answer
512 views
add_action in functions.php, do_action in plugin?
I am trying to set an add_action function in my currently active WordPress theme functions.php file, for a defined do_action function within an activated WordPress plugin.
The add_action function in ...
0
votes
1answer
90 views
navigation among single posts
In the twentyeleven theme each single post page has two navigation links which point to previous and next post, irrespective of the search made by the user. That is, the next post is the successive ...
0
votes
0answers
30 views
Wordpress template homepage fine, but other pages layout problem [closed]
I have this Wordpress site..
http://www.shuttersphere.com.au/
If you take a look at.. for example, the menu-tree(under services or portfolio) you'll see they're where they should be, close against ...
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 ...
0
votes
1answer
69 views
Display static pages instead of category, in code
I'm very new to programming and not sure how to go about this. The following code returns 3 category names and feature images and then outputs them on the page.
<div id="footer">
<div ...
1
vote
0answers
19 views
Error when using plugin QuickCache with plugin Mobile Smart ?
When I using 2 theme(theme_1 for PC, theme_2 for mobile), when run as PC is theme is theme_1, but when run as mobile is theme is theme_1, I think this error plugin Quick Cache, When I setting plugin ...
-2
votes
2answers
112 views
How to make a template using plugins [closed]
i am totally new to wordpress. someone suggested me to use wordpress to make website like this
www.thefunnyplanet.com
so i've spent a lot of time to make something like www.thefunnyplanet.com
...
0
votes
2answers
88 views
How to remove all javascript in a theme wordpress?
I have a theme name is mytheme
in themes/mythem/functions.php I using code:
function remove_scripts() {
remove_action('wp_head','mytheme_head_scripts');
}
add_action('init', 'remove_scripts');
...
0
votes
1answer
112 views
Is there a Image Gallery which will load all my posted Images like twitter's image grid?
Many of my wordpress posts have images in them for my personal blog. I have been searching for a good way to display all of the images from all of the posts in a grid layout on a page. Similar to the ...
-1
votes
2answers
162 views
theme doesnt load plugin script from shortcode [closed]
I`ll try to make this as informative and clear as possible.
Im using a combination of two themes on my site, grid-a-licious and normal for different view modes.
the two themes get their files from ...
0
votes
1answer
36 views
After a manual update, themes and plugins that were installed (and still in the directory) are not being seen
The title pretty much says it all. The files and folders for my various themes and plugins are all intact in their proper path location under wp-content, but the WordPress install is not seeing them.
...
0
votes
1answer
36 views
Per theme plugins?
I'm building a plugin that heavily modifies the commenting section of a blog page. It think that I cannot do this in a way that works with all themes — some CSS has to be tweaked, depending on the ...

