video instructions on how to edit text on a wordpress website.
video instructions on how to edit text on a wordpress website.
this is without a doubt, hacking the heck out of your wordpress installation, so if that is something you’re not comfortable with, please go find something else to do.
firstly, our problem is that by default, the feed that comes with wordpress does not include thumbnails, so when you auto-share your feed on facebook to keep [...]
Our Goal is to turn a page that looks like this:
To a page that looks like this:
What file to do you edit?
in the wp-includes folder
“post-template.php” file arount line 111 (See images below for reference)
Original Code Unedited:
Edited Code :
Full original code: begins Line 111
if ( !is_admin() ) {
if ( !empty($post->post_password) ) {
$protected_title_format = apply_filters(‘protected_title_format’, __(‘Protected: [...]
i use wordpress for almost all of my sites, and a plugin that i really like is: Featured Content Gallery
i get asked fairly frequently how to swap out the images in the gallery.
Note: The image should be the proper size proportionally, or it’s going to look weird.