Top "Wordpress-theming" questions

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

How can I get the current page name in WordPress?

What PHP code can be used to retrieve the current page name in a WordPress theme? All the solutions I …

wordpress wordpress-theming
Get current category ID of the active page

Looking to pull the category ID of a specific page in WordPress that is listing all posts using that specific …

php wordpress wordpress-theming categories
The requested URL /about was not found on this server

The home page of my wordpress website seems to be displaying correctly but if you click through to any of …

wordpress .htaccess wordpress-theming
Redirect after Login on WordPress

I'm creating a customized WordPress theme based on an existing site. I want to use an alternate dashboard which I …

php wordpress redirect wordpress-theming
WordPress path url in js script file

I added custom script: wp_enqueue_script('functions', get_bloginfo('template_url') . '/js/functions.js', 'search', null, false); It …

javascript wordpress wordpress-theming
Get Wordpress Category from Single Post

I'm finishing up a WP theme, and I'm on the single.php template. I'm having some issues because I need …

php wordpress themes wordpress-theming
How do I generate a custom menu/sub-menu system using wp_get_nav_menu_items in WordPress?

I have an html structure that requires customization of the wp_nav_menu code. This is the html I need …

php wordpress menu wordpress-theming submenu
CSS background images in WordPress

Is it possible to get a background image in CSS like you normally do in HTML when working with WordPress. …

php css wordpress wordpress-theming
wp_nav_menu - add class on UL

I am learning wordpress together with bootstrap and somehow I can't add class on UL tag. In the screenshot, I …

css wordpress wordpress-theming wp-nav-walker wp-nav-menu-item
Wordpress admin-ajax.php 400 bad request

I have a strange and frustrating behaviour of wordpress admin-ajax.php file, when i make an ajax request it returns 400 …

ajax wordpress wordpress-theming admin-ajax