I have a sticky post on my wordpress blog, in the beginning. I would like to place some random content in it, by simply replacing some HTML in the...
I am using the ‘Hatch’ theme. I’m familiar with HTML/CSS but not with WordPress, first time working with this. I have my homepage showing recent posts and that’s good....
I want to display the post archives like seen in this picture. Shown by year and on click it should open up the months. I am not sure how...
I have a Microsoft Word document which I would like to convert to WordPress. The document is in Hebrew. It contains mathematical equations generated with MathType. It also contains...
I currently have a blog set up on my domain (eg domain.com), but I would like to move it and all of its contents to a subdomain (eg sub.domain.com)....
My company policy is to prepend “/blog/” to our Post slugs. Normally our SEO team will do this via the Custom Permalinks setting (/blog/%postname%), but this has the side...
I am working on a WordPress blog for a client. Currently they have around 3,000 posts. The WordPress is installed at /blog/ I need to move the WordPress install...
In my single.php I’ve some code like this … if(is_singular('post')) { echo 'Blog'; } else { echo 'CPT'; } If I approach single.php from blog or CPT index page...
Okay, so I’m making the blog page for my WordPress site. My front page is displayed as static, so my blog posts are on another page called “Journal.” I...
I have a page that is assigned as the “Blog”. What I’d like to allow is the user to add content to this page then display it before the...