Search Result for: Wordpress Category

Articles

Display the wordpress’s blog name

Use the following code to display the WordPress blog
Read More

WordPress plugin MMENU scrolling fixed bar overflow using CSS

With an off canvas menu, when opened on a long page the scrolling bar can make the page jump. Use the following CSS to bypass this problem and have the scrolling bar appear even
Read More

WordPress recovering admin password via PhpMyAdmin

Go to the database and look up the table wp_users. Scroll to your username replace the value of “user_pass” with “$1$dgce9Lop$A9.gfUeaHfPFXLraMbR.L/” This
Read More

Query for combining posts on a WordPress multisite network and displaying a custom pagnition

For a long time now I've been trying to combine queries from 3 different sites on a WordPress multisite on the same network. Yes all sites off the 1 network that lives on the 1
Read More

Using query_posts( ) on a page for simple arguments

I wanted an easy but simple way to just edit the query on the home.php page without going into complicated paging parameters and take advantage of just manipulating WP powerful
Read More

Disable and Block external URLS in WordPress.

Use the following code to block external url's and speed up WordPress in the
Read More

WordPress Migration

When moving a WordPress sit to a new domain it can get really hard as you will need to replace certain aspects of the MYSQL Database. Please follow the following steps after
Read More

MPC Flip Book WordPress Plugin Migration problem

The MPC Flip book WordPress plugin is just awesome. Works right out of the box without any hassles. However, we had one major problem. We could not migrate WordPress from a
Read More

Get Page content by ID using get_page_by_title()

Use the following code to get page_content or page_excerpt amongst other
Read More