0
votes
1answer
19 views

Move Sticky Nav Menu Below WordPress Tool bar when tool bar enabled

I've created a sticky menu but its hidden behind the WordPress Toolbar when logged in. How do i move it below the toolbar when enabled and logged in? I was looking for a conditional tag but couldn't ...
0
votes
1answer
30 views

the_meta - no get_the_meta query?

I want to use the_meta as though it were get_the_meta. I want to do this because when i use the_meta in my functions.php file (I'm using a shortcode to enter data to pages), it posts the meta ...
-2
votes
0answers
19 views

How can I create a simple/editable window/area on my homepage? [closed]

I have been on more than 4 wordpress theme/plugin related forums to try and find a solution for my request. I am building a jumbo mortgage website with WordPress. I need an ultra simple homepage ...
0
votes
1answer
46 views

wp_list_table multiple checkboxes

I have a custom class which extends wp_list_table and show list of posts with two checkboxes in each row (one which have post ID as value for determining which posts are to be processed and other to ...
0
votes
0answers
15 views

Plus sign in query string to custom page gets 324 server error

OK, so I've created a page (http://justinhealth.com/testsite/error-signing-up). It's a custom error page for iContact. Now, when there's an error in iContact's signup, it actually goes here: ...
0
votes
1answer
40 views

Admin Menu Hack (Left side in Dashboard)

How can I add a Title to my Admin Menu on the left side of the dashboard? Not a link, but just a title? I want do this in my functions and not use a plugin. Also which template file handles this menu? ...
0
votes
2answers
13 views

Replace post/page titles with an image in Wordpress

I have a Wordpress theme bought from a well known site. I'm trying to change the location of the main site logo to where the page/post titles appear. The page.php for the title is as follows; How ...
-2
votes
0answers
19 views

How do I get rid of a picture is the side bar? [closed]

There is two side bars in my WordPress.com blog, and both side bars are showing the same thing, including a picture that is too large and is covering the text. How can I get rid of this picture in the ...
0
votes
0answers
16 views

Next Gen Gallery creating duplicates in lightbox [closed]

Somehow, Next Gen Gallery is doubling the images that get loaded into the lightbox, making two versions of the same photo which essentially forces the user to double click to move onto the next one. ...
0
votes
2answers
40 views

PHP if post is already displayed, then

I have created a new page with a jquery carousel which rotates between various different news topics. You can see here: However below the carousel is a static list of additional headlines. What I ...
1
vote
1answer
21 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
0answers
15 views

Pagination paginate_links() Not Working [duplicate]

Here's my code <?php query_posts(array('category_name'=>'nutrition','posts_per_page'=>'3','paged' => get_query_var('paged'))); while ...
0
votes
1answer
18 views

How to Put Custom Taxanomy Meta Box in Main Column

WordPress added the Custom Taxonomy Meta box at sidebar, Is there any way which we can relocate it in the main column , Under Edit box? Thansk
2
votes
1answer
9 views

Unable to get Wordpress auto update working on Ubuntu 12.04

I'm getting a tiny bit fed up with having to chown 777 my entire Wordpress folder in order to auto update a plugin, and then set the permissions back again. I've looked around for fixes now, but no ...
0
votes
1answer
17 views

Wordpress <!--more--> adding a <br> to my anchor for Read More

When creating a post within my wordpress site (using the editor) I want to add the short code, or even use the link at the top of the editor to do so. The end result is (it does create the excerpt ...
0
votes
1answer
17 views

Adding Categories Through Function

I am creating a template theme for WP and am wondering if there is a way of the theme adding new categories to the db, through the functions.php upon activation of the theme. It seems like a fairly ...
0
votes
1answer
21 views

create taxonomy

I am new to word press, I want to display results on a page which belong to some group from database(I have group column). I think this can be done by taxonomy so I have taxonomy table but I don't ...
0
votes
0answers
16 views

Building Menus with the latest posts included

Im looking to build a menu system much like that off the huffington post or washington post, with links on one side and the latest articles or other dynamic content on another. Before i go crazy and ...
0
votes
2answers
37 views

How secure is a wp-config file?

Considering the information that is in the wp-config file, how secure is this file? I have password salts in place, but can someone view this file? Or to what level of difficulty can some view the ...
0
votes
0answers
9 views

Why is the Coupon field of StorePress not appearing at checkout? [closed]

I'm not sure if anybody else has encountered this, but I cannot get the Coupon/Voucher/ Discount Code field to display at checkout. I have selected all the options that I am aware of and closely ...
0
votes
0answers
8 views

Password Protect BBPress

I am looking to setup a simple password protection for BBPress. No username, just a password, the user will then need to login to the forum if they wish or remain logged out and simply view it. Note ...
1
vote
0answers
11 views

Move terms from one taxonomy to another keeping the hierarchy

I am creating a custom taxonomy for the first time. I am trying to add a Location taxonomy. What I am actually trying to do is use existing categories to make them into locations. I went into the ...
0
votes
1answer
18 views

POST from jQuery to PHP

I have a form that passes field values to jQuery, which validates the fields and creates the variables being sent in data: {} in the snippet below. $.ajax({ type: "POST", url: "<?php ...
0
votes
0answers
14 views

Wordpress $wpdb->query() inserts multiple rows with duplicate data

I am experiencing very strange problem with wordpress query() function. I have a form on page 1 where below code to insert a new record. if(isset($_POST["transaction_id"])){ global $wpdb; ...
-1
votes
0answers
21 views

How do I estimate the cost of migrating from Drupal to WordPress? [closed]

What information do I need to make an informed estimate for migrating from Drupal 7 to a new WP site? What's involved in a migration other than database records (posts, users, etc...)? I've been ...
0
votes
0answers
15 views

Front end form submission/processing, without using a template file

I'm writing a plugin which has a front end form that is generated by a shortcode. I'm struggling with processing the form submission in any way. Many tutorials describe placing form processing code at ...
0
votes
1answer
17 views

Run an action only when Widget actually instantiated (not just registered)

Suppose you have a widget that depends on a metabox being added to, say, your Posts. An easy way to do this is to simply add the add_meta_boxes action to your Widget's constructor and off you go. When ...
0
votes
0answers
11 views

wp ultra simple paypal cart plugin

Just wondering if anyone has experience the 'wp ultra simple paypal cart plugin'? I've added to my site and as I'm UK based, i've changed the currency in settings to reflect this: Currency 'GBP' ...
-1
votes
1answer
20 views

Echo author slug in post edit page

On the Post edit page in the back-end, how do I echo the author's user_nicename? I am referring to the author of the post, not current user.
1
vote
1answer
24 views

How can I highlight specific pieces of text within a blog post?

I have searched for a simple method to allow a user to highlight a specific piece of text with a user chosen color but have not found one readily apparent. I have found a few methods related to syntax ...
0
votes
1answer
24 views

Consequences if using PHP include TEMPLATEPATH?

I have created a Theme Options page using Settings API so now I need to style it using CSS. Instead using function like this inside functions.php function mytheme_add_init() { if ( is_admin() ) { ...
0
votes
3answers
51 views

is_home, and is_front_page conditional problem

I have this snippet in a "portfolio-loop.php" file. I'm using get_template_part to display the loop on the front page and on other pages. I have this within the loop: <?php if( !is_home() || ...
0
votes
0answers
16 views

Star rating on taxonomie

I want to make it possible for people to judge me tag pages. I looked around and could not find anything, anyone have an idea? On Wordpress (off course ;-) )
1
vote
0answers
23 views

Is there a way to use latex \cite{reference} in wordpress?

I am using QuickLatex plugin and it works great. But when I tried to cite some references using \cite{paper1}, it did not seem work. [latexpage] Here is a citation \cite{example}. ...
-1
votes
0answers
23 views

my wordpress theme does not disply comment box? [closed]

currently iam using some theme it does not display comment box even in directory it has comments.php file too how to add comment box look at my web url http://theamazingandroid.info/gag
0
votes
1answer
20 views

Dashboard search function doesn't work well

I have a CPT called "participants". When I visit it in the dashboard and search for one of the posts belonging to this CPT (I search a work which is part of the title of an existing post), WP doesn't ...
-2
votes
0answers
13 views

How can I use Nextgen gallery shutter effect to other images in my website

It's works fine for the images in Nextgen gallery, how can i use this effect for other images in my website.
0
votes
0answers
21 views

Wordpress (developer); Wp-Pro-Quiz email the given answers?

I am using the great Wp-Pro-Quiz plugin for my wordpress site. All works great, but i was wondering if it would be possible to send the questions and given answers, once a quiz is completed, to the ...
0
votes
1answer
17 views

How to set hierarchical terms to a post using wp_set_object_terms

I have a hierarchical custom taxonomy called "locations". The parent categories are country names, the child categories are the territories under the country. How can i attach these terms to a post ...
0
votes
1answer
15 views

Show custom post along with default post

I've created a custom post type named "image". Now my theme shows posts on homepage in three parameters- Fresh, Featured, Random(i'm feeling lucky). How can i add custom posts in there. here is the ...
0
votes
1answer
24 views

Hooks - Query about WooCommerce plugin integration to non-compatible theme

I am quite new to WordPress and wish to learn more about hooks and how to use them. Could anyone point out the necessary hooks in this page.php code to replace the markup in the following WooCommerce ...
0
votes
1answer
22 views

Display post excerpt instead of content, if available

I'm planning to display the post excerpt instead of the content if available and auto generate excerpt from the content if not available with the function below: <?php the_content( __( 'Continue ...
0
votes
2answers
35 views

How to hide a post from archives

I want to hide the WordPress post from archives page using the 'private' option. I only want the post to be hidden from archives but visible to public. How to I do it?
1
vote
1answer
23 views

Force authors to Preview a post before publishing

I'm looking to find a way to force authors (including admin & editors) to preview their post before publishing. Is this possible, if so does anyone know the easiest way to achieve this? I'm ...
0
votes
1answer
12 views

wp_nav_menu: indicate by id page grandparents

I have an web site with top-header menu and sidebar menu. Situation, like: header menu: books music movies (if we are now under music) sidemenu: blues jazz dance (if we are now under "Jazz") ...
0
votes
2answers
41 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 ...
0
votes
0answers
8 views

Attachment page to every image

I made an gallery with the attachment on my Wordpress blog. I want to add the attachment url to all the images on my blog. Its posibile to do this?
0
votes
1answer
16 views

Split WP_POST table based on post types

I was wondering if it's possible to get my posts from 2 databases depending on the post type. I'm using HyperDB but can't seem to get it to specify the database based on post type. I Basically need ...
0
votes
1answer
22 views

WordPress Check User Role Function (multiple roles)?

I'm playing around with the check_user_role function put together by AppThemes; as mentioned in the WordPress current_user_can codex page. In the AppThemes tutorial code it references the following: ...
0
votes
0answers
14 views

Create args for WP_Query using infinite scroll

I'm trying to use infinite scroll in my page as below. http://phototravel.flop.jp/category/japan/mothersfarm/ All photos are actually custom posts under a category. It's using jquery masonry layout. ...

15 30 50 per page
1 2 3 4 5 634