Quantcast
Channel: theming – 1SQUAREpear
Browsing all 14 articles
Browse latest View live

Removing admin_footer_text applied by a parent theme and replacing it with...

If you are simply changing a theme's admin footer text or your parent theme doesn't have any admin footer text changes you need to remove...

View Article



Placing a custom logo on your WordPress login page

To change the WordPress login logo, I usually use a plugin that gives me plenty of options like size, background page color, button color, etc....

View Article

Placing the previous post and next post links on your WordPress blog while...

Placing the previous and next post links is as simple as... <?php previous_post_link( '%link', '<< Previous Post'); ?><?php next_post_link( '%link', 'Next Post >>'); ?> And...

View Article

Adding “next” and “previous” links to your WordPress blog single.php page...

For both of the following options, open your child theme's (don't apply changes directly to Genesis; create a child theme) functions.php file and place either...

View Article

Creating a WordPress gallery on a page using the featured images from all...

Create a new page template based on your page.php template. Call it custom-portfolio.php. Make sure that the first lines of the template are: <?php /*...

View Article


Placing a caption under your WordPress post featured image

Enabling and placing a featured image in your WordPress post single.php template is simple. Adding a caption that sits properly below the featured image requires...

View Article

The proper way to load (enqueue) styles and scripts in WordPress

To properly load styles and scripts, open your theme's functions.php file. You'll end up adding something like this... function kunis_scripts() { // styles wp_enqueue_style( 'kunis-style',...

View Article

Getting a list of random posts to appear on your WordPress page

Getting the list of random posts is actually quite simple. And placing each post as its own list element is just as easy, we just...

View Article


Unregistering sidebar or footer widgetized areas

Perhaps we are working on a child theme. In the parent theme, there are several widgetized areas registered and we want to remove one or...

View Article


Limiting the number of tags that show on a WordPress post

Most WordPress themes display the tags attached to a post somewhere on the post page (mine are after the title). Where the posts are placed...

View Article

Remove unused tabs and items in the OpenCart admin product section

When using the backend admin portion of your OpenCart shopping cart system, there are a lot of tabs and fields where you can enter your...

View Article

Redirecting users to a random post on your WordPress site

You want to place a link on your WordPress site that, when clicked, takes the user to a random post. Open your theme's functions.php file...

View Article

Creating a custom WordPress page template

When you create a new page in WordPress, there is a dropdown on the right side of the admin area that allows you to choose...

View Article


Displaying the post counts for each category on your WordPress site

You may want to display a list of your WordPress categories along with a total post count for each category. Maybe not. But you may....

View Article
Browsing all 14 articles
Browse latest View live




Latest Images