The WordPress Theme system is the way to style your WordPress powered weblog / website.

learn more… | top users | synonyms (1)

0
votes
0answers
7 views

wordpress get the filtered results

I am using taxonomy.php to fetch some rows from database. On taxonomy page the function get_queried_object() shows that I have got the right results but wordpress loop if ( have_posts() ) : ...
-3
votes
0answers
32 views

why wordpress form not passing values to the action url? [closed]

when i submit my form the values are not passing to the action url instead it shows the result in search page .my form action url is mysitename/showresults when i submit the form in the url it shows ...
-2
votes
0answers
20 views

Wordpress/php error [closed]

i am trying to add a options page to my wordpress and this is what am getting. thanks if anyone can fix this it would be awesome :) ps so mutch code i have to post alot of words :p Fatal error: Call ...
0
votes
1answer
15 views

Wordpress the_content() - customizing img template

I'm making a blog, that has specific html5 structure for img: <figure> <img /> <figcaption></figcaption> </figure> Is there a way to customize, how the_content() ...
0
votes
1answer
18 views

create taxonomy in wordpress

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
2answers
16 views

WordPress 404 page by wrong url

For now only if im entering page id which doesnt exist I get the 404 page. http://EXAMPLE.COM/?page_id=51573 But its not redirecting to 404 page if im going to http://EXAMPLE.COM/blablabla is that ...
0
votes
1answer
11 views

Wordpress server error when activating new theme

Every time I activate a theme I have downloaded, I get a server error 500 This has happened on many different themes, not just one. Most recently used Starkers which is a trusted theme I have used ...
0
votes
1answer
13 views

One button to change all settings in the Wordpress theme customizer?

I have been attempting to create a theme reset button for the Wordpress theme customizer that automatically removes all of the theme_mod settings. I have tried multiple ways to do this and have never ...
-1
votes
1answer
27 views

Unexpected T_Public on function.

I am trying to extend a background image control in the Wordpress theme customizer. I have been trying to get this code right and now that I think it should be working I am receiving an unexpected ...
-1
votes
0answers
21 views

Why gray bars in google map?

Look at the map here http://nice.mundodemexicanos.com/ and resize it an you will see some extrange bars Why?
1
vote
2answers
29 views

Choosing 'selected' menu item in WP collapsible mobile menu

Someone was able to so quickly help me with a problem I'd spent hours and hours on, that I'm hoping I'll get lucky and someone can point me in the right direction on this one, too. I didn't see ...
0
votes
0answers
51 views

Can't set div height on IE 8

This is the website: http://mpn.p.ht/wp_br2/ I'm adding custom CSS to IE8, with css_browser_selector.js http://rafael.adm.br/css_browser_selector/ In every rule where I want to target IE, I add the ...
0
votes
1answer
17 views

Count errors in wordpress

How to count correctly errors in Wordpress? So far I tried this: if(count( $errors )==0) echo 'no errors'; else 'some errors'; but this is not working, it display everytime: some errors. I did ...
0
votes
1answer
41 views

Make wordpress twenty twelve theme responsive menu toggle with animation

Is there a good way to get the Wordpress twenty twelve theme menu toggle with an animation when in responsive mobile mode? Something like.. jQuery(".menu-toggle").toggle(function(){ ...
0
votes
1answer
13 views

Create a top level menu in wordpress admin for a child theme

I am creating a dedicated theme for an app with some custom settings that will be used just a few times to set up the app from a fresh wordpress install. How do I create a top level menu in ...
0
votes
0answers
29 views

Load scripts and styles dynamically from wordpress page template file

I am using handlebar templating using jQuery to build wordpress page templates. Handlebar template Script <script id="templatex" type="text/x-handlebars-template"></script> and styles ...
2
votes
1answer
18 views

How to pull content from a Wordpress Category/Archive page and set it up as the index of a subdomain?

I wanted to pull the contents (the whole page actually) of an archive/category page on Wordpress to show in an address which is a subdomain. Here's what I want to see, the contents of this page: ...
0
votes
0answers
15 views

How to utilize Wordpress theme customizer live preview in this situation?

Short version: I am using the theme customizer in my theme and javascript for the live preview. I am not sure how to implement the javascript for php(as seen in code excerpt). I am creating a theme ...
0
votes
0answers
11 views

Disabling controls in the Wordpress theme customizer

I am trying to figure out how to disable setting controls in the Wordpress theme customizer page. An example is: A section in the theme customizer contains a checkbox that is used to hide or show ...
-1
votes
1answer
20 views

WP Template Hierarchy [closed]

Is this an up to date WP template hierarchy: The one one the WP site is not as clear to me.
0
votes
2answers
16 views

Uploading a completed WP site without redoing the design/theme part

Am wondering if there is anyway to clone/move the whole WP site I've design as it is? Would like to avoid the idea of restarting all over again with the slider setting, colours, theme config, menu? ...
0
votes
1answer
30 views

user id which initiated script

I'm developing a website on wordpress platform. I have strange issues caused by user id. It is this the user who initiated the script: global $user_ID; what i mean is, when somebody go to a page, ...
0
votes
0answers
21 views

WordPress wp_nav_menu strange out put in 3.6 beta 3

Maybe this is me, misusing the wp_nav_menu() But I have two sites, one is production, running 3.5.1 and one is development 3.6 and when I use the following code: wp_nav_menu(array('theme_location' ...
0
votes
1answer
11 views

Fatal error: Class 'WP_Customize_Control' not found - WordPress

Im building my own wordperss theme and when starting on the WordPress Customizer for theme options I have come in a little bit of trouble. Basically im trying to create a textarea and what I have ...
0
votes
1answer
12 views

How to retrieve Appearance > Menus in Wordpress 2.9?

In Wordpress 2.9, how can you restore 'Menus' to the Appearance section of the dashboard? I've been told it requires adding code to functions.php, since uploading a new theme, but almost all of the ...
-1
votes
0answers
30 views

Wordpress site add writing option

My site is made with wordpress. Before I ask let me say I'm Glad to find such a huge and helpful forum. What I want to ask today is I want to add an option to my site "Write for us" or something ...
0
votes
0answers
12 views

How to reformat imported joomla content in wordpress

I have imported a joomla website to wordpress. Previously I have about, service , news pages in joomla. I have different services. But After importing in wordpress All my catagories now are wordoress ...
0
votes
1answer
28 views

Create a page for plugin view page in WordPress

I am new in WordPress.I want to create a plugin.This plugin have admin panel for some settings and view page for the end users.Now for end user my page link is like ...
0
votes
4answers
54 views

Fluid Layout: Divs with height:auto and dynamic content

I am stuck at trying to accomplish the following, basically I have a series of custom type blog posts that will be displaying on my custom template in wordpress, these blog posts will be "boxes" with ...
0
votes
1answer
64 views

Why is the does a website breaks in Internet Explorer 9?

I am trying to find a reason for this website breaking under ie9. Main page is ok ( (www.spirulina.pl), but when I open any category page, i.e. http://www.spirulina.pl/category/dieta header breaks. I ...
1
vote
1answer
30 views

display featured image in post - wordpress theme

I have installed wordpress on my local wampp server. The question refers to the default theme that comes with wordpress after the first install(twentytwelve). I have created a test post and I am ...
-1
votes
1answer
28 views

How to make custom posts that have custom fields in a WP theme?

Is there a way to create a custom post (e.g. movies) with custom fields (e.g. title, director, 0 or more actors, etc.) in WP and make it part of a theme? I'm guessing that something needs to be added ...
-4
votes
0answers
13 views

Wordpress theme template [closed]

I have a child theme and the website is fatwaa.com. Whenenever someone asks any question in that website (by going through Ask Question on the middle of the website on top) then the questions will be ...
-1
votes
1answer
17 views

Can I have same WordPress theme name as an existing one?

I came up with a good name(as I thought) for a WordPress theme that I want to create. Unfortunately, I found another WP theme using the same name after googled it. My theme will be free and only ...
-1
votes
0answers
19 views

Wordpress Plugin toavoid adult text content [closed]

I need help to find a WordPress plugin using which we can mention adult words and check post for these words. if any of these words exist in post, then we can delete post automatically. I need it will ...
1
vote
2answers
33 views

Links in a single page wordpress theme

I am building a single page WordPress theme (index.php including header.php and footer.php) the navigation inside the site is done by jquery div hiding and showing... as a result,the url of the page ...
0
votes
1answer
57 views

How to change contact form 7 Redirecting URL dynamically - WordPress

I am building a website for one of my clients and they want a function into their website some thing like the following: when people click the download link, a form will appear ( contact form 7) and ...
-1
votes
2answers
35 views

how to hide content on index page and show this when a post is opened?

I use WordPress. my idea exactly look like stackoverflow. i want on index page content doesn't show but when opeded post content's will be shown, like stackoverflow <article id="container"> ...
0
votes
0answers
12 views

Access plugin class function from theme functions wordpress

i'm using ultimate wordpress plugin. I need add aditionals data to page title / description I think do it in theme functions, some like: add_filter('get_postmeta','custom_title'); The plugin use ...
0
votes
1answer
26 views

why blank page is open on wordpress link?

I got a copy of the index.php file with a different name (profile.php) and i create a link to profile.php on the index.php file like this: <a href ="<? php bloginfo ('template_url');?> / ...
0
votes
0answers
32 views

Separate all products to their categories on Woocommerce shop page

I need to separate all the products that I have on woocommerce shop page into categories. As default, even though products belong to different categories all comes up in a same list. Would be great ...
0
votes
0answers
11 views

Wordpress costom menu with date from event custom posttype?

For the life of my i cannot figure out how to retrieve the start date of the event from my custom posttype events table to show in the output of my custom menu. i would like the menu to show up like ...
0
votes
0answers
33 views

How can I set full width page layout in a default post page?

I want to set up my site so that when I go to any post then it should show full width page. This theme already has a full width page but I wanted it to show in the default width page. How can I ...
0
votes
1answer
23 views

Update User Meta after Registration

In wordpress, after a user registers, I am using the function below to create two pages of two different custom post types, and I then need to store a custom meta value in their user data to assist ...
0
votes
2answers
42 views

Wordpress single-post-type template not displaying post

I have a theme with two custom post types, sermons, and members. I also have permalinks set to postname. At first, single.php would catch general blog posts, as well as members, but not sermons... it ...
1
vote
0answers
21 views

Wordpress change default translation

I want to change the translation value of a text when the language is the default English USA locale. What is the correct way to accomplish this so we don't have to change the file every time we ...
0
votes
2answers
80 views

pagination not showing on custom query (get_results)

I followed this link and created my own custom query with pagination.. but I don't really understand how the offset works, ...
0
votes
1answer
20 views

Wordpress get page list order by the sort order

I want to list the wordpress pages order by the page order. Default order is by title. $pages = get_pages('child_of= 22&&title_li=&sort_column=> menu_order'); I tried the above one. ...
1
vote
0answers
14 views

How to add a template in wptouch

How to add template in wptouch(not wptouch pro) plugin(for contact form which is done using template in desktop version). Template is not working in wptouch. I saw some post which suggest to add child ...
0
votes
0answers
26 views

How to grab images by author / personal gallery

I've encountered a problem that I can't solve, while programming a page template for a profile page. How can I get all of the attachment IDs from a particular author with a stated attachment type? ...

1 2 3 4 5 42