WordPress is an open source content management system running on PHP and MySQL, and often used as a blog engine. WordPress questions not about programming are best asked on http://wordpress.stackexchange.com/
-1
votes
0answers
8 views
Why doesn't this prettyPhoto element work?
I have a prettyPhoto invocation:
<a href="http://youtu.be/fC_ndjFGaqc" rel="prettyPhoto"><img class="attachment-portfolio-three wp-post-image" alt="what" ...
0
votes
1answer
5 views
WordPress Adding a template via a plugin
I'm writing a plugin for a website, and one of the pages on the websites requires a custom template. How can I add a template via the plugin, without having to go into the theme's folder and adding it ...
1
vote
0answers
19 views
How to change background color of <option> in CSS on Chrome/Safari of MAC version
Hi all I have a difficulty in changing the background color of option tag on Chrome/Safari of MAC version.
The initial CSS is like this:
select#cat {
background-color: black;
color: white;
...
0
votes
0answers
6 views
WordPress Custom post type advanced search
I'm writing a plugin for a WordPress-based website that involves creating a custom post type called 'Housing' with multiple meta's, including State, City, User, Residents, and so on. Now I have to ...
0
votes
0answers
14 views
file_exists() not working on AWS ec2 server, even though works on dev server and file is where it is
I have a buddypress installation on an Amazon ec2 server running default Debian linux, wordpress and buddypress installed. Users are trying to upload avatars, but they cannot be resized. This is ...
0
votes
1answer
18 views
Regex Replace For Wordpress Shortcodes
I have a wordpress site with a ton of posts with the following kind of markup:
<div class="comments container">[song_comments song_slug="this time"]</div>
I want a regex search/replace ...
0
votes
0answers
15 views
jQuery Carousel by category with children
So what I am trying to get done is a carousel that pulls posts organized into categories. Here's how it would work:
Basics
Custom post type "add Something"
Categories : Location A, Location B, ...
-1
votes
0answers
3 views
Wordpress plugin similar to “comment reply notifications”
Currently this plugin awaits people to first comment on a post, then when someone hits reply to those comments it will send out an email that there was a response.
What I want is for this to happen ...
0
votes
3answers
34 views
How do I overwrite WordPress core functions?
This is my first time touching WordPress, and I have the task of extracting the core functions that have been customized and putting them in a non-core file so that it's more maintainable when we ...
0
votes
0answers
24 views
Archive wordpress wrong year
On next page: http://plusventures.co.il/?m=2012&cat=9
When click on archive year, it stay on 2013, why?
The php's code (i dont include here the divs styles and so on) of archive\category.php:
...
-1
votes
0answers
5 views
Wordpress Edit Search Results
Their functions for the search results in WordPress How can I Contribute? I want to specify your own search criteria in. I want to sort by these criteria. What can I do? Thanks..
0
votes
1answer
14 views
wordpress print custom array
I am using a wordpress plugin to display information about businesses. But I only want few fields to be displayed in a page.
$post_id = the_ID();<br/>
$customContent = ...
0
votes
0answers
13 views
Buddypress on ec2 instance cannot crop avatars
I'm running buddypress on an Amazon ec2 instance running Debian Linux. Initially I could not upload any media to the wp-content/uploads folder, so I changed ownership of the wp-content folder from ...
0
votes
1answer
14 views
Force WordPress to create image thumbnails
Currently, lines 378 -380 of media.php contains this line:
// if the resulting image would be the same size or larger we don't want to resize it
if ( $new_w >= $orig_w && $new_h >= ...
0
votes
1answer
25 views
Wordpress - Query categories list with advanced custom field argument
I use the Advanced Custom Fields plugin which is great to add additional fields to posts or categories but i can't find a solution to add an argument to the get_categories function.
I want to display ...
0
votes
0answers
15 views
PHP Variables Lost in Files Included with Wordpress Functions
I am creating a admin theme for Wordpress, so I have set the new admin stylesheet using;
wp_admin_css_color(
'infusion',
_x( 'infusion', 'admin color scheme' ),
...
0
votes
0answers
10 views
Post with multiple 'content's and muliple comment lists
I am creating a private small community for a group of authors. Their final goal is to create, online, an encyclopedy relative to the holy book. In other words, to each sentence from the holy book ...
0
votes
1answer
8 views
Dropdown Field Error - Gravity Forms
I have created a calculating form using Gravity Forms plugin for Wordpress.
I have a dropdown menu in my form. The problem is, that the various drop down "labels" are not displaying with the ...
0
votes
0answers
5 views
Wordpress add_rewrite_rule For subdomain
We need to add a rewrite rule in /wp-includes/rewrite.php that will take a subdomain and display a specific Wordpress page.
Example:
www.mydomain.com goes to /index.php as expected
...
0
votes
2answers
35 views
Removing a single quote out of a string in PHP
I'm trying to remove the ' out of my string.
Here's my code:
$page_title = strtolower(wp_title( '', false, 'right' ));
echo $page_title;
echo "<br/>";
$clean = preg_replace('/[^A-Za-z0-9\-]/', ...
0
votes
2answers
37 views
Wordpress the_title(); is showing blank
I am using this code to display post on my homepage. <?php the_title(); ?> is returning blank. I am fairly new to wordpress and php. Thank you.
source: idolizeonline.com (NSFW link) (Not Work ...
0
votes
1answer
11 views
Google Analytics Tracker showing Tracking Not Installed
Using wordpress, I manually inserted the tracking code given to me by Google Analytics just before the tag into my header.php file. Google Analytics is still showing Tracking Not Installed.
here's ...
0
votes
0answers
4 views
Treat Portfolio Pages as Recent Posts for a Sidebar Widget
I'm using a theme called MiniBuzz (see here) and it allows for a Portfolio setup. In this portfolio, it has subcategories calld "Portfolio Categories". However, they're not under the main Category ...
0
votes
1answer
18 views
External JS with Wordpress
I have a "wizard" that calls a java-script external file. This wizard changes around different measurements for a wheelchair depending on numbers inputted into text box's. It calls the java-script, ...
0
votes
0answers
11 views
Wordpress best practices: custom wp_table or wp_postmeta - wp_usermeta split
I'm working on a plugin that would allow a user to upload photos using filepicker.io. I want the photos(stored in the DB as a url) to be associated to the post, user(if logged in) and the comment but ...
0
votes
0answers
4 views
WP Cufon not working in Firefox
I am using the plugin WP Cufon on my Wordpress website, however, the font is not displaying in Firefox. Chrome and Safari are working fine. Can't seem to figure out what the issue is. Looking at the ...
0
votes
2answers
62 views
Chrome bug in wordpress search form
I just working on site powered on WordPress CMS.
In IE,Firefox, Opera and other browser works fine, but on Chrome no.
On site http://dian.7u.cz in firefox the search form is in good position but on ...
-1
votes
0answers
3 views
Restricting direct access(should be acessable from internal link) to URL using .htacess
Can some one assist me in setting up redirect using .htacess below is my requirement senario
eg:
www.domainname.com/abc should not be accessible if directly entered
or for user coming from ...
0
votes
0answers
13 views
what is the best solution, what does get_most_viewed return?
i am using wp_postviews plugin to get the post that is most
viewed.
but the problem that i faced with is on style.
as you know the format that the get_most_viewed() function
return is like this:
...
0
votes
0answers
6 views
Hierarchical list of menuitems in Wordpress
I'm trying to make a list of menuitems based on the page I'm viewing. For example if I'm on the page History, I have a menu with all the subcategories under history and the posts in these ...
0
votes
1answer
15 views
Wordpress Noob: Forbidden You don't have permission to access / on this server. (using Mac)
So I followed this tutorial to set up my wordpress project on my local: http://jason.pureconcepts.net/2012/10/install-apache-php-mysql-mac-os-x/
However, it is giving me a
Forbidden You don't have ...
0
votes
0answers
10 views
Wordpress admin so slow related to theme
My configuration
- WordPress Version : 3.5.1
- PHP/MySQL Version : 5.3
- Theme : Sterling
- Plugins : Seo Yoast ; BackWPup ; BulletProof Security ; Google Analytics for WordPress ; LayerSlider WP
...
0
votes
1answer
7 views
Having some IE8 specific loading issues on my page / Hanging at blank screen with “n items remaining” in status bar
So, I'm working on a new e-commerce site for my employer, and I've noticed that it displays / functions properly in every browser but IE8 (Which is rather inconveniencing, as about 80% of the office ...
0
votes
1answer
24 views
Move element out of its containing div to another
Im building a wordpress site which has a custom Tiny MCE style added to it, it gives the user a pre styles 'More' button containing an anchor, that goes at the bottom left of the post. The more button ...
0
votes
0answers
12 views
Replacing a string with an image within flexslider.js
So I have been trying to use @font-face to try and style the directional arrows of this website and haven't had any luck. All my other @font-face has been working but this one won't. So I need to add ...
0
votes
1answer
7 views
woocommerce cart page display products order by product price
I have develop shoping cart in wordpress using Woocommerce plugin. I need to display products in the cart order by product price please help me to do this
thanks
0
votes
0answers
6 views
WordPress and WAMP 404
Due to the fact my company are in the process of backing up their wordpress site we wanted todo this on a test server first.
I used the wponlinebackup.2.2.18.zip plugin and downloaded the backup.
...
0
votes
0answers
4 views
Wordpress instance controlled access
I have this site I am working on here
blogs.call-2-action.com
I will be creating a new instance called
members.call-2-action.com
and with this new instance, I Want to control access to content and ...
0
votes
0answers
6 views
forge and wordpress 3.5 ver=3.5.1 403 (Forbidden)
Hi everyone I am using forge to do a template in wordpress.
I using the manual forge to create a themes , but when I execute the application I obtain this error.
style.css?ver=3.5.1 403 ...
0
votes
0answers
5 views
Modernizr doesn't work every time in wordpress
I have some wordpress sub-pages listed on parent pages. The sub pages are listed with modernizr. But the script doesn't work everytime. Sometime I have to reload 1 or 2 times to work.
...
1
vote
2answers
24 views
Wordpress front page issue
I currently have a custom template page which I have set through the 'reading' section in wordpress settings. I need to change the front page of the site, so I select my new custom template page in ...
2
votes
1answer
32 views
jQuery Hover Won't Work in WordPress
I have some jQuery I am trying to integrate into my WordPress site. I've been pretty successful so far but there's one specific portion I am having trouble with. Right now my prettyPhoto lightbox ...
0
votes
0answers
15 views
wordpress meta query key serialized array
So im having some problems getting this query working, im using a meta query to get values that have been stored as a serialized array. Im using the "LIKE" operator like so:
query_posts(array(
...
0
votes
1answer
7 views
wrap each custom post taxonomy term within an li - using a foreach loop
I'm trying to display a number of custom post taxonomy terms - but each within their own specific list item.
I have a site which is about garages. (developing on localhost so don't have a link yet).
...
1
vote
2answers
20 views
Can't parse widget radio button
I'm creating wordpress theme with custom widgets, so i want to make a sample widget with 3 radio buttons, so far so good, but the update() function, doesn't work well here is my code :
function ...
0
votes
2answers
54 views
Ajax form only work one time
My script is looking like this. Yes, it is from a plugin. No, I'm not comfortable with ajax.
How can I get this form to refresh and be able to take input once more after first submit?
<script>
...
0
votes
1answer
5 views
Wordpress Custom Page Type Author not showing
So I made a "Custom Post Type" for Wordpress and also made a single-*.php (single-yourcustomtype.php) for content-display.
Code from single-*.php:
<?php $author = get_the_author(); echo $author; ...
0
votes
0answers
7 views
wordpress transition post status changes author name
I am using a transition_post_status hook for changing post status from private to publish. The problem here is when admin changes the post status from private to publish, the post author gets changes.
...
0
votes
1answer
9 views
Wordpress Custom Post Type and Taxonomy URL rewrite
I'm creating custom theme for my personal website using Wordpress 3.5.1. I have problem with the wordpress custom post type and taxonomy, here's the detail:
custom post type name: articles
taxonomy ...
-1
votes
0answers
7 views
Uploading Image via Mobile Phone WordPress [closed]
hi i am looking for a plugin or function which have a option to take a picture from mobile and upload it to wordpress media ....
actually there are two option.
1) upload media from phone
2) capture ...


