Author: akira.maria.yosina
-
WordPress #6: Display Posts on A Page with Content Views Plugin
On WordPress Go to Plugins >> Add New >> Search for “Content Views” >> Install >> Activate Now on the WordPress menu / navbar on the left, there should be Content Views menu, Add New >> Add Title (any that represents the posts) >> Set Filter Settings / Category and Display Settings per required >>…
-
Bugs #1
List of known bugs in this site: Descriptions Screenshots Critical On /blog, card title, right margin does not equal to the left. Medium Thumbnail image is not a fixed size Medium Instagram feed doesn’t work High Categories section does not work. Links do not filter categories, instead going to a different URL. High Navbar burger…
-
Add Personal Site to GitHub
Step 1 Go to github.com. Create an account or Sign in. Step 2 Download Desktop Git here: https://desktop.github.com/ and login with your github.com account. Step 3 On github.com, create a new repository Name your repository [username].github.io Step 4 After the repository is created, clone the repo to your local. Enter the repository, click Code, Open…
-
User Stories
I think the best idea for having the best content is to list what I want in the site as user stories from the site’s visitor’s PoV. The objective of the website is to get companies wanting to hire me. I need to have my CV in the site, I need to have my professional…
-
Edit Navbar
Go to Appearance >> Menu No “Menu” option? Enable by adding the following to functions.php Save the file, and it should be there under Appearance, Display Menu on Theme Add the following to functions.php Replace HTML static navbar to WordPress menu by adding this line to header.php
-
Post #4
Now that you know the different ways to describe an image’s size, here’s a few rules of thumb to keep in mind: Optimal file size: Large images or full-screen background images should be no more than 1 MB. Most other small web graphics can be 300 KB or less. If you’re using a full-screen background, Jimdo’s Customer Support…
-
WordPress #4: Create a constant footer on every page
On WordPress Appearance > Menus > create a new menu > Name the menu ‘Footer’. Select a menu to edit: Footer > Tick the pages boxes to be included in the menu > Add to Menu. Code On functions.php add, On footer.php add, On blog.php or other pages add,
-
WordPress #3: Add menu navbar on every page
Add pages Pages Add pages Add menu Appearance Menus Create a new menu Name the menu and create Check the page you want to add to menu/ navbar Add to Menu Menu Settings >> Primary Menu Save Menu Code On functions.php, add, On header.php, add, On every page’s script, add to the top before <body>…
-
WordPress #2: Create a sub-page
This note is useful if we want to add a sub-page: website.com/blog. Code Add blog.php file in the theme, blog.php: On WordPress Login to website.com/wp-admin Go to Page >> Add New Name the new sub-page, for example: ‘Blog’ On the right side, expand on Page Attributes, choose Template: Home. Expand on Permalink, on Slug, add…
-
WordPress #1: Create Static HTML Homepage for WordPress Site (Updated 5 Apr 2024)
Design your page Create the HTML and CSS file Rename the HTML file (e.g. home-custom.html) Create a custom template Open your XAMPP site directory (e.g./Applications/XAMPP/xamppfiles/htdocs/byamportfolio/wp-content/themes) Copy and paste one of the themes to the same directory Rename it to ‘custom’ Select the custom template on WordPress Open your WP (WordPress) site (e.g. akiramaria/wp-admin) Login Once…