wordpress-theming Questions

2

Solved

EDIT: This is the current code that I'm trying to paginate. It creates a custom query that excludes the latest post, as well as all posts from one category. Pagination works fine for the most part,...
Reich asked 12/3, 2018 at 2:52

26

I am working on a Wordpress-based project, and I just added a new template to the installation by uploading a template file. I was creating a new page that will use my new template, when suddenly, ...
Proa asked 21/10, 2010 at 13:10

4

Solved

I'm finishing up a WP theme, and I'm on the single.php template. I'm having some issues because I need to access the parent category that a post is in in order to display certain images and XML con...
Josey asked 27/11, 2010 at 2:52

2

Theme: Divi Plugin for custom fields in post: ACF - Advanced Custom Fields Using the Divi Blog module in Grid mode, I want to show a custom field (registered using the ACF plugin) alongside the p...

2

I would like to restructure the template files in a Wordpress theme that I am creating. Right now, files such as single.php and archive.php are on the root level of my theme. I would like to move t...
Phebephedra asked 8/3, 2020 at 16:21

16

I'm creating a custom template inside my WordPress theme, since my template is a completely different layout than my active theme, the template has it's own header & footer and inside of both I...
Statute asked 23/6, 2013 at 10:58

7

Solved

I'm trying to add a Featured Image to my theme but not for Posts or Pages - I've created a custom type called Properties (its for an estate agent), so how do I enable Featured Image, as it doesn't ...
Argument asked 22/9, 2012 at 12:4

3

Solved

I'm trying to update multiple meta_key for user in WordPress update_user_meta( $user_id, array( 'nickname' => $userFirstName, 'first_name' => $userFirstName, 'last_name' => $userLastName...
Irradiant asked 3/6, 2015 at 4:19

17

Solved

Is it possible to get a background image in CSS like you normally do in HTML when working with WordPress. I've tried doing this but it doesn't work. background-image: url("<?php bloginfo('templ...
Concoff asked 8/5, 2017 at 15:54

2

Solved

Basically I want to develop a wordpress block theme.For easy to customize I want to add some custom block in my theme.But I don't want to create a plugin for this.Custom block will be inside my the...
Cholecyst asked 1/6, 2022 at 14:26

3

Solved

I am confuse about get_the_* and the_* template tags. I have used those many times to my theme but i am not clear enough when to use get_the_* and when to use the_* . Would you please explain both ...
Midgard asked 1/9, 2014 at 20:9

3

I'm rather new to designing and coding Wordpress themes and have recently started a child theme based on the Sydney theme that's offered free in Wordpress. I have hit a snag I can't work out. Ther...
Experientialism asked 13/9, 2015 at 20:48

5

So I'm using TailwindCSS for a WP theme I'm developing. I ran into an issue in creating the production grade theme files because, from how I understand the problem, purgecss can't recognize condi...
Thorma asked 19/4, 2020 at 22:59

3

I need help in finding out how to get a bold font in Elegant theme in WordPress, but only in the heading areas (h1, h2, h3 etc), since I have no problem getting it in the text body. I've tried, ev...
Comparable asked 25/9, 2012 at 21:39

5

Solved

Let's say I have a WordPress installation, with a page named "About". If I go to http://example.com/about, I know from WordPress' template hierarchy page that I'm looking at the theme file page.php...
Selflove asked 23/2, 2012 at 1:34

8

Solved

What are the different ways to detect wordpress homepage except is_front_page() and is_home() Thanks
Glutelin asked 7/2, 2011 at 11:27

19

Solved

I'm creating a customized WordPress theme based on an existing site. I want to use an alternate dashboard which I have created. How can I have the user directed to 'news.php' after login instead ...
Ferguson asked 14/11, 2011 at 20:12

2

Solved

I am currently programming my website which I use with WordPress and OceanWP as a theme. Today I made research about the icons which OceanWP and thus thousands of users (commercial or not) use. Wha...
Toddy asked 12/5, 2021 at 13:45

13

Solved

Looking to pull the category ID of a specific page in WordPress that is listing all posts using that specific category. Tried the below but not working. I am able to get the category name using sin...
Pliers asked 12/1, 2012 at 3:8

2

I have created some shortcode elements. Now I want to customize the look of the elements in the backend editor. From the description of the wiki of VC-Pagebuilder, I get out that I can use the "cu...

16

Solved

Facing an error while uploading images in Wordpress 5.3: Post-processing of the image failed. If this is a photo or a large image, please scale it down to 2500 pixels and upload it again.
Whimper asked 14/11, 2019 at 3:42

6

Solved

I have an html structure that requires customization of the wp_nav_menu code. This is the html I need to generate: <ul class="main-nav"> <li class="item"> <a href="http://example...
Spooky asked 13/8, 2012 at 13:37

2

Solved

I'm trying to create custom website theme for Wordpress and I ran into a bit of a problem. I use two absolutely same menus in my header and footer part of website. Calling wp_nav_menu(array('th...
Stir asked 22/3, 2014 at 12:28

3

Solved

I'm using this wordpress theme http://newnotio.fuelthemes.net/space/ and I'd like the nav bar to be hidden on scroll down and to be visible on scroll up (instead of always visible). Can you help m...
Parimutuel asked 14/7, 2018 at 15:31

4

Solved

I'm trying to remove the version number from appearing in the URL generated by wp_enqueue_script. It seems like I should pass a null on the 4th parameter per http://codex.wordpress.org/Function_Ref...
Hindi asked 25/2, 2013 at 7:35

© 2022 - 2024 — McMap. All rights reserved.