The server-side programming language that the WordPress core, plugins and themes are written in.

learn more… | top users | synonyms (1)

0
votes
1answer
17 views

Restricting Post Content Visibility with Custom Code - where to put it?

We are using custom code (or will be) to detect user groups from our forums to determine whether or not a post's content will be displayed. So if you are someone who has over 500 posts, you are placed ...
0
votes
0answers
17 views

Ajax template: how to handle head section

I know it's easy stuff, but I'm new to this and I can't understand which is the best approach. Background The template I'm working on is a dual theme Desktop/Mobile, UA Sniffing based. Now I just ...
0
votes
1answer
23 views

items_wrap not working

I registered a wordpress menu this way: function nothing_register_menus() { register_nav_menu('header-menu',__( 'Header Menu' )); } add_action( 'init', 'nothing_register_menus' ); I am calling ...
0
votes
0answers
22 views

Include a external PHP file into a Wordpress Custom Template

Is this even possible? I mean, im trying to add a blog into my site.. I already have the header,footer and sidebar layout in my site. can i use those in my custom wordpress template? <?php /* ...
-1
votes
0answers
14 views

How to link author post to category

I want author posts in each category, For Example! category is Steve, SO when user click on steve than it show all post By Author steve and this for all. If user click on author name in category than ...
0
votes
0answers
35 views

two sites, same code, different presentation

I have created two web sites. One is "production" and the other "dev". Each is a virtual host and both are on a single server running apache. Both sites are loaded with the same code base: WP 3.5.1, a ...
0
votes
0answers
12 views

How to create attachments page template switch?

I've read several post over this topic, however, none have provided me with an answer. Firsly, let me say that I'm a noob in php programming, but I managed somehow to rewrite my html site to wp theme. ...
0
votes
1answer
19 views

Highlight main menu when on specific posts or pages

I am using Genesis and have written a custom function which works fine, but is very ugly and includes a css statement. The object is to highlight a menu link in the main header menu when on certain ...
0
votes
0answers
6 views

self built site, no knowledge, but now a little traffic and need help to convert - build d'base, make sales [on hold]

I have built my own site www.naturalcollagen.in but now need help to make it look better and convert to build d'base and also make sales when people come. Need help from experienced programmers / ...
-1
votes
0answers
10 views

New unwanted tinypic image on website frontpage [on hold]

An image http://i52.tinypic.com/5n7xtz.jpg has started appearing on the front page of our Website Planetgeo.org in the top-left panel before the proper panel content appears - it didn't use to. Why? ...
0
votes
0answers
11 views

WPMU schedule doesn't execute actions

Here's a simple event that is correctly scheduled to be executed daily. Unfortuantely, it doesn't execute delete_old_users() function daily. It is supposed to delete users older than a certain date. ...
1
vote
1answer
24 views

Change Width of Featured Image Thumbnail on Add/Edit Post Page

Does anyone know of a way to change the width of the featured image on the edit post/add post page? I want to make it 50px wide. I'm not talking about the front page of the website, but the back end ...
0
votes
1answer
19 views

WordPress display name string manipulation

I have set the display name to show both first name and last name using the function below. How do I manipulate the LAST NAME to only pull the first letter of that string? Example, if you sign up as ...
0
votes
2answers
23 views

Using Custom Value Options in PHP

I'm currently using a custom field called "Developing" to show whether or not a news story is a developing story. The custom field has a couple of values: a blank option (meaning it is not ...
0
votes
1answer
31 views

Why is my str_replace not working on short code submitted by front-end?

I've built a front-end post submission form that allows a user to include a shortcode provided by SoundCloud. SoundCloud shortcodes generally look like this: [soundcloud ...

1 2 3 4 5 127
15 30 50 per page