0
votes
0answers
20 views

simple tree display of wordpress menu [migrated]

I want to display my wordpress menu in the form of a simple tree like this, >First menu item >sub-menu-1 >sub-sub-menu-1 >sub-menu-2 >sub-menu-3 >Second ...
2
votes
1answer
31 views

Filtering PHP output of template files in WordPress

Based on a basic knowledge of PHP and some smart snips around the internet, I've put together a debugging routine for WP child theme development. The idea is that it's often difficult to figure out ...
0
votes
1answer
23 views

Wordpress More tag is not working on home page

I'm currently working on integrating wordpress with my website, but I'm hitting a wall here. I need the initial blog page(basically just the index.php of WP) to pick up the <!--more--> ...
0
votes
1answer
9 views

Would it be possible to get this theme work for wordpress multisite?

I have been reading up on wordpress multisite and am a little confused with something. When someone posts a new article on their blog what will it show up on my main site as? If they give it a ...
-2
votes
0answers
13 views

How can I change the Header for Theme My Login [closed]

I have multiple wordpress pages that already use custom templates that I've created. They were added from the Page Attributes section. Using Templates. And I am using this plugin called Theme My ...
0
votes
1answer
19 views

Show Category in Wordpress Portfolium Theme

I'm using the portfolium-theme for Wordpress and I need your help. I would like to show the portfolio category under the title on the frontpage (loop-portfolio). The Categories are with taxonomy but ...
0
votes
0answers
19 views

query_posts / the permalink not working inside the loop

In my archive.php file, I am using the_permalink() inside the loop to link to posts, but it is simply linking to the current archive page. Here is some relevant code: <?php get_header(); ...
0
votes
0answers
21 views

iPhone home screen web bookmark not showing address bar

I have problem. I'm developing a template for WordPress. If I add my demo page on iPhone homepage and then I go to web by this bookmark, the address bar is not showing. On other pages like ...
0
votes
2answers
20 views

Three wordpress sites to share same data

I have multiple domains like: www.site1.com, www.site2.com, www.site3.com I want them all to share same DB tables except WP_OPTIONS table. This is because each site will act as "separate" entity but ...
0
votes
0answers
14 views

WP Ecommerce - Boutique from Elegant Themes

I need some help in customising this theme. I am almost there just need a little direction. Currently, the theme (which heavily customises WP Ecommerce) is set to display product category pages in a ...
0
votes
0answers
11 views

WordPress: Add category to custom post type permalink

I would like the following permalink structure for three (3) custom post types I have created, which share a common taxonomy: /%category%/%post_type%/%postname%/ I have tried several plugins and ...
-2
votes
0answers
8 views

Why does wordpress not want to display entirely my css? [closed]

Good evening, I'm creating a custom template for wordpress 3.5.1; I'm not a newbie, but I'm neither a veteran in wordpress theming ;) So, my problem in that when cut off my html template into ...
0
votes
0answers
21 views

Wordpress: Add extra fields in user profile with respect to user roles

I want to add extra fields in user profile with respect to user roles. Actually I am creating a website on wordpress which requires to type of users Buyers and Sellers. And I have already created two ...
0
votes
1answer
14 views

rewrite rule wordpress not working

This quetsion has been ask al lot, but however I tried I get always a 404 page in WP I have a templatepage (wp-content/themes/responsivewizzard.php cals: wizzard. -> I Added a page in the admin ...
0
votes
2answers
45 views

How to fix the Wordpress (Twenty Eleven) CSS Menu Alignment?

Guys I am having hard time tweaking a CSS part of the menu. I have a website here at http://aaron.wordpresstiger.com where the last title "CONTACT" of the menu comes up with a line ahead and doesn't ...
0
votes
2answers
27 views

query posts in wordpress

I want to filter my query results just before the_loop starts in word press. I only want the results having term_id or term_taxonomy_id equal to 1. ...
0
votes
0answers
9 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
36 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 ...
-3
votes
0answers
22 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
20 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
20 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
19 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
12 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
16 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
vote
2answers
38 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
1answer
19 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
80 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
20 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
32 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
20 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
21 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
12 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
21 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
17 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
22 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
13 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
14 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
30 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
1answer
68 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
32 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
32 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 ...
-1
votes
1answer
22 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
22 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
37 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
102 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
38 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"> ...

1 2 3 4 5 38