background top icon
background center wave icon
background filled rhombus icon
background two lines icon
background stroke rhombus icon

Download "Курс по WordPress | Урок 8. Свои типы записей | Академия вёрстки"

input logo icon
Video tags
|

Video tags

веб-разработка
верстка
Артем Исламов
Glo Academy
видео уроки
курсы
создание сайтов
wordpress
вордпресс
вордпресс для новичков
вордпресс уроки начинающим
wordpress уроки с нуля
вордпресс с нуля
wp с нуля
кастомные типы записей
произвольные записи wordpress
произвольные типы записей wordpress
Subtitles
|

Subtitles

subtitles menu arrow
  • ruRussian
Download
00:00:03
we are posting recordings of our closed
00:00:05
course on Wordpress
00:00:06
for free on YouTube, but we have not posted the
00:00:08
homework and diploma project,
00:00:10
if you want to open access to all
00:00:12
video lessons at once, get homework and
00:00:14
additional materials and the diploma
00:00:16
project, then follow the link in the description or in the
00:00:19
upper right corner, enter your e-mail
00:00:21
address, pay for
00:00:23
access and get access to your personal
00:00:25
account where all
00:00:27
the videos are located,
00:00:28
also to the videos we attach
00:00:30
additional layouts, additional
00:00:32
tasks, and actually everything is there
00:00:35
because there are additional materials if you
00:00:38
want to completely open access together with a
00:00:39
diploma project, then once again,
00:00:41
follow the link in the description,
00:00:43
pay for access and enjoy
00:00:46
viewing this lesson, see you all,
00:00:48
hello friends, in touch Artem Islamov, we
00:00:49
continue to study Wordpress, today we
00:00:52
will introduce you to the ability of
00:00:54
Wordpress to register your own
00:00:56
post types, that is, if we want to
00:00:58
register some separate
00:00:59
object, for example, apartments, books, reviews, and
00:01:03
so that they appear as a separate item in the
00:01:04
WordPress menu,
00:01:05
we need to register our
00:01:07
post type before we do this, let's
00:01:09
see what our
00:01:11
page with the post looks like now, that is, we went to the
00:01:13
page with the post that has a
00:01:15
post title has some
00:01:17
preview text here, even through the filter, a
00:01:19
message with gratitude
00:01:22
for the forgiveness of the article is caught, now we need to
00:01:23
register a new type of post
00:01:26
because the posts are all clear, pastes, these are
00:01:28
page posts, these are separate sections on the
00:01:30
site, but for example, let’s imagine that we have
00:01:33
work in portfolio
00:01:34
if we now look at our
00:01:37
html template, that is, if we now open the
00:01:39
layout that we have as planned,
00:01:41
that is, there is a section
00:01:43
called portfolio
00:01:45
Yandex portfolio or just portfolio, let's
00:01:47
look at the portfolio index it looks
00:01:49
like this, that is, there is
00:01:51
some work here there is a preview of the
00:01:52
title and signature, in fact, if we
00:01:54
go to this page, we will go to
00:01:56
the page where everything is detailed, showing what
00:01:58
this work looks like in the portfolio,
00:02:00
our task is to do something similar, that
00:02:03
is, we are now opening the code editor
00:02:05
with index 3, it contains our folder with
00:02:08
Peru and there is one point that I
00:02:10
missed in the last lesson we
00:02:12
simply displayed with the help of the function
00:02:14
to post our posts, that is, you remember
00:02:16
that where we wrote there get them play
00:02:19
part we just had the top here just
00:02:21
for the post, that is, this piece of
00:02:23
the topic but It’s better to run the
00:02:25
standard Wordpress loop here because
00:02:27
if we just put the post in place, we will then
00:02:29
need to reset this running
00:02:30
function. It’s better to write the
00:02:32
standard Wordpress loop, you should already
00:02:34
know it by heart, it’s a paste of them well
00:02:37
have post before post, that is, while we have
00:02:40
if we have posts and as long as we have these
00:02:42
posts, we will display these posts
00:02:44
on the page since we have this page with
00:02:46
one post, only our
00:02:48
one post will be displayed, respectively, at the end of
00:02:50
this entire section, we can put the oven
00:02:52
with code and while in dev that is, we
00:02:54
are finishing the condition nyl while these
00:02:56
posts are still there and andreev while we have
00:02:58
the conditions iv in effect that is, we
00:03:01
divided the cycle roughly speaking with these
00:03:03
two things pitch pequod we can
00:03:04
leave it calmly break it in the
00:03:06
places we need and continue calmly there are no
00:03:09
problems there so let's
00:03:10
try to register a new
00:03:12
post type which will be a separate block in the
00:03:15
admin panel called a portfolio for
00:03:17
this let's google such a thing as
00:03:19
register paste
00:03:22
register post type this is a function that
00:03:24
creates a new post type we see that the
00:03:27
post type should be created at the time of
00:03:28
the event hook and not accordingly if
00:03:30
we see such a message, we immediately know
00:03:32
we add a functions.php file, some kind of
00:03:35
action that clings to the event and no,
00:03:38
and registers our new entry, I’ll
00:03:40
just go to the section with the example
00:03:41
because it’s big, if we
00:03:43
write it in hand, we’ll copy it a lot of time
00:03:44
to the clipboard and using its
00:03:46
example I’ll explain how it works, I’ll
00:03:48
simply paste the entire example,
00:03:50
then I’ll show you we hook an action that
00:03:52
is attached to the event and not and it’s
00:03:54
called the post types register,
00:03:56
that is, we register a post in a new
00:03:58
format, the new post will stand on it, we
00:04:00
indicate a portfolio of
00:04:04
this new portfolio entry we do
00:04:06
n’t indicate any label yet in a singular number
00:04:07
if we indicate a label that we are setting
00:04:10
a name for our this portfolio,
00:04:12
that is, we will call it portfolio not very of
00:04:15
course the word fits well okay in its
00:04:16
only form this is also a portfolio
00:04:19
and accordingly add work like this
00:04:22
add job he adding work
00:04:24
to the portfolio
00:04:25
editing work from the portfolio new
00:04:29
work
00:04:30
look at the work like this search for work in the
00:04:34
portfolio like this field not found not
00:04:37
found in the cart so leave the menu
00:04:39
name name of the portfolio menu
00:04:42
read all the arguments in this function, that
00:04:45
is, we can see what the label is
00:04:47
but there was also this name, record types for
00:04:49
translation into another language labels, a well-fed
00:04:51
array containing the name of
00:04:52
labels for record types, for example, the
00:04:54
name of the record type, names for one
00:04:56
record, text for adding a new record,
00:04:58
and so on and so forth, see how
00:05:00
many there are in total, delete the thumbnail of this
00:05:02
records can be used as a thumbnail of a record
00:05:04
and so on. Discrimination from a short
00:05:05
description of this type of record. We can
00:05:07
write this as our work in the part for.
00:05:11
It sounds very funny, but it’s public.
00:05:14
We set true, accordingly, everything that
00:05:16
depends on public. We will also put guts,
00:05:18
that is, it will all depend. from public
00:05:20
then show in a this menu, too, we
00:05:23
show all this in the admin panel and in the menu
00:05:25
and everywhere, that is, we set it to be
00:05:27
shown everywhere then rest bass,
00:05:30
but here you can skip the position menu, a
00:05:31
very interesting point, the position menu
00:05:33
is where it should be place this
00:05:36
item in the menu if under the console then we
00:05:39
put 23 if under the entry of this we
00:05:42
put from 4 to 9 well let it be 4 that
00:05:44
is, it will stand right under the entries
00:05:46
let’s see what it looks like now we have
00:05:48
just registered a new
00:05:50
section of the portfolio menu
00:05:51
we can look at the portfolio or
00:05:54
add a work, if we go to
00:05:55
the portfolio, we will see that there is a
00:05:57
portfolio; add a work;
00:05:58
we can add a title; the title of the work;
00:06:12
By the way,
00:06:14
the author can be used author, then we
00:06:18
can also indicate, for example, nail there, that
00:06:21
is, a preview for this work,
00:06:23
what else could there be a comment revision
00:06:25
flash and tribute method A5 format under the
00:06:28
format we can apply
00:06:29
from the last lesson excerpt you can use
00:06:31
an expert, that is, there is a short text
00:06:34
description
00:06:36
everything now if we update we do
00:06:38
not update yet, we will publish this work, we will
00:06:40
update the page and here it will be
00:06:41
possible to add an excerpt, that is, a
00:06:43
short description,
00:06:45
the ability to select the author and the post itself for some reason does
00:06:48
not appear for us,
00:06:50
let’s see where we have the nail itself
00:06:52
and there
00:06:54
were here and we are here ray post we will add
00:06:57
something else that we can add this to our
00:06:59
portfolio
00:07:01
then we will make
00:07:02
thumbnails for posts also appear in the
00:07:04
portfolio you see yes that is we can
00:07:06
now upload the image let’s
00:07:07
do this let’s upload a new file which
00:07:09
is in our folder with PMS and manages
00:07:13
portfolio and for example some kind of camera
00:07:18
man
00:07:19
set an image here we have a camera
00:07:21
man appeared update everything we have a
00:07:23
full-fledged work it has
00:07:25
a title full description a detailed
00:07:27
short description and the author who is the author of this
00:07:29
work
00:07:30
accordingly we have registered this
00:07:32
new type of record
00:07:33
so it can do so that it
00:07:36
goes to the archive, has a
00:07:38
hierarchical structure, that is, so that there
00:07:40
is a main work, roughly speaking, there I don’t
00:07:43
know the main section of the portfolio and there
00:07:45
subsections can be made so that there are not
00:07:47
subsections
00:07:48
but tags, for example, design work, that
00:07:50
is, your own tags of your taxonomy,
00:07:52
for example, if we go to records We
00:07:53
have
00:07:54
categories and tags there, we can also add
00:07:56
to our portfolio, for example, design prop
00:07:59
websites application and so on, that is,
00:08:02
list the taxonomies about them, we’ll talk a little
00:08:03
later, so we registered
00:08:05
our post type, how can we display it now,
00:08:07
in fact, we can display it
00:08:09
exactly just like regular posts, that is,
00:08:11
if we now go to the single
00:08:12
stove section and run some php code here,
00:08:16
remember we went through the get past function,
00:08:19
let's find it, I already found this one, it
00:08:22
was already here for me, let's find the
00:08:23
get past function and take this one template and
00:08:26
use that we will
00:08:27
find here we are not interested in
00:08:30
this whole thing the category we are also not
00:08:32
interested in we will display the last
00:08:34
let’s say 3 posts but not the posts if we
00:08:38
now save the posts and here we
00:08:40
see you remember what will happen let’s do it
00:08:42
again and to fix the pastes that will be displayed,
00:08:43
let me display in the div
00:08:46
the names of all the posts in the div using the oven
00:08:48
in front of the title, I will write that
00:08:52
the names of all posts should appear here, it turns out
00:08:55
here at the bottom, here they are,
00:08:58
put the title of the post and the title of another post,
00:09:00
so they are displayed, but if I
00:09:02
here I’ll change the post to what we called it
00:09:05
portfolio,
00:09:07
then according to all the rules it should not remove the
00:09:10
work from the portfolio,
00:09:12
the title of the work was displayed, that is, what does
00:09:14
this mean, what does it mean that if I
00:09:15
now add another work to the portfolio,
00:09:17
for example
00:09:18
work number 2, the description of this work is
00:09:23
complete I’ll write an excerpt from this work, this is a
00:09:25
brief description of this wonderful
00:09:28
work, the
00:09:29
author will be an admin, we’ll install
00:09:31
an image, for example, we’ll upload
00:09:34
another file with a portfolio and take a
00:09:35
coffee cup, we’ll
00:09:38
publish a description of this
00:09:41
work, that is, now I’ll go in and see
00:09:43
that work number 2 has appeared here and
00:09:45
the title of the work, that is, now we
00:09:47
will take the layout which is called
00:09:50
portfolio portfolio
00:09:52
Yandex, we will copy this portfolio index we will
00:09:54
create a new template, we already
00:09:57
know how to do this with the first one we will create a new template we
00:09:59
will have what we will call it,
00:10:01
let’s say the portfolio
00:10:03
is correct, I wrote the portfolio yes now we are
00:10:06
writing stoves here template name
00:10:17
created template name portfolio paste
00:10:20
which we just copied from the
00:10:21
portfolio index we find here footer
00:10:24
we replace it on the stove and footer you
00:10:26
already know this get footer
00:10:29
respectively header we replace with get
00:10:31
header we find the header here we replace it
00:10:34
on GitHub
00:10:35
Vich with get header
00:10:39
in the end we have a record
00:10:40
called portfolio
00:10:42
now we need to find such a page
00:10:44
let's create a page that
00:10:46
will be called portfolio
00:10:49
here no we have contacts draft
00:10:52
let's delete the draft then this is an
00:10:54
example page we don't need either we
00:10:56
will add a section here that will be
00:10:57
called portfolio
00:11:00
portfolio doesn’t matter
00:11:03
what will be here, we just choose that
00:11:08
we publish the template for this portfolio page and now when we go
00:11:11
to the portfolio page
00:11:12
that in the header it will appear here like
00:11:14
this, this is not the menu we have
00:11:17
but it should appear, let’s
00:11:19
edit the menu appearance menu
00:11:22
we have a top menu
00:11:24
this is the page we have deleted
00:11:27
delete it in the basement we will also delete it as
00:11:30
if we don’t need it we
00:11:32
know that we have a blog let’s
00:11:34
add a portfolio add a menu we will have a
00:11:37
portfolio
00:11:38
save it,
00:11:39
update it here we will have a
00:11:41
super portfolio now that we go to
00:11:43
the portfolio we see and at mezim works
00:11:45
that is our portfolio and posts should be
00:11:47
displayed here, that is, posts with
00:11:49
works from the portfolio let
00:11:50
's see what it looks like here aur main
00:11:53
portfolio you can delete this aur
00:11:55
portfolio here everything is clear with the text and
00:11:57
portfolios are displayed here with
00:11:59
pictures and a link to our
00:12:04
portfolio geometric this one here and so on
00:12:07
console and so on let's
00:12:08
do this we'll write it down here let's
00:12:10
launch more precisely get post that is what you and I
00:12:13
just did into a single this
00:12:15
thing what we and you launched it
00:12:18
into a single, let’s take it and launch it in the portfolio here
00:12:21
in the primary, so we need to determine where,
00:12:24
of course, there is still complete trash with opening
00:12:27
closing tags Holmes portfolio aid
00:12:30
and first,
00:12:31
well, so I understand that this is the layout that
00:12:32
is responsible for a separate element in
00:12:35
the portfolio, let’s display it here and
00:12:38
I’ll cut and paste this work here, the
00:12:42
layout is a little ugly, I have a
00:12:47
login here called
00:12:48
beauty for each team of duty free,
00:12:51
let’s try and it turned out to be beautiful,
00:12:55
bring everything out, laid out everything else to
00:12:57
get the rocks from this one, you can delete it,
00:13:00
respectively, you can also delete it
00:13:02
The main thing now is not to get confused in the living
00:13:05
who are closing and closing more precisely,
00:13:08
so here it is calans
00:13:10
all this div it still remains not
00:13:12
beautiful of course, okay, in general,
00:13:13
now we have a portfolio rapper has
00:13:16
a portfolio
00:13:17
so after all, we have here gowns portfolio
00:13:20
sheet we need It would be nice to figure out, of course,
00:13:22
that this is something like here, let's
00:13:24
try to look at the page now it
00:13:25
will display simple geometric where
00:13:29
two posts were displayed geometric again did not appear
00:13:31
as we needed, in fact, we
00:13:33
made a rapper portfolio and a little in the wrong place so
00:13:36
where is it hiding the closing div here it
00:13:40
never closes,
00:13:42
let’s take it here, let’s take
00:13:45
a look,
00:13:47
but I’m
00:13:48
Sumerian, let’s go back again
00:13:52
and try to straighten it all out,
00:13:54
what’s going on now, some kind of trash layout,
00:13:59
so we have page content, here is a
00:14:02
description of the secondary portfolio,
00:14:06
here the prime begins and we’ll find where do you
00:14:09
end primari primari and that’s
00:14:12
great, let’s try to bring
00:14:14
beauty here so as not to get
00:14:15
confused because I’m already confused,
00:14:18
so let’s go to these and typha html everything should
00:14:22
be beautiful
00:14:23
in the end, these columns we will need to
00:14:25
stylize this one column with
00:14:28
our work the rest of the
00:14:31
columns, respectively, we don’t need them, we have 4 of them here,
00:14:35
five of them,
00:14:36
so they’ve all put things in order, now they
00:14:40
end where they need to and we get
00:14:42
this more or less understandable
00:14:44
structure, it’s
00:14:46
very important to keep the code clean,
00:14:48
otherwise damn it turns out like this and so here’s the
00:14:51
primary this wrapper and inside this
00:14:54
wrapper it turns out so the main thing is not to get
00:14:56
confused, this is what this wrapper is, this is
00:14:59
one post now, I’ll write that in order not to get
00:15:02
confused, this is one job, this work
00:15:05
ends here, this work ends
00:15:08
like this, and into this thing we
00:15:10
will need to output our get past
00:15:12
which we just from here the cutout for
00:15:15
I do it like this, sit down and start
00:15:17
running the
00:15:19
post for each cycle and instead of this
00:15:23
thing you will need to display this
00:15:27
work like
00:15:29
this, respectively, in the picture we
00:15:30
insert let nails
00:15:37
shoot a new miniature because
00:15:39
here it should be displayed in another way, the
00:15:40
overlay here is clear, the name is clear, but you need to
00:15:43
display that adele,
00:15:45
well, here, but you need dexter,
00:15:49
everything is
00:15:50
super, now it should be straight, everything should be
00:15:52
beautiful, the work should line up, well, like
00:15:54
this, anyway, they line up one after the
00:15:56
other up there, you need to figure out the
00:15:59
markings now I can’t see it right During
00:16:01
the video lesson, I don’t see how it works, but the
00:16:03
point is that we now have work
00:16:04
number two, the title of the work, if we
00:16:07
add one more work, that is, we now have a
00:16:09
portfolio section, let’s
00:16:10
change the picture by the way because it
00:16:11
doesn’t look very nice; by the way,
00:16:14
there is also this point in the post type register
00:16:16
we will find about the menu went and the menu
00:16:19
show willow the picture should be somewhere the
00:16:23
Ikan menu, there is even ekans in the
00:16:26
developer section. wordpress.org
00:16:27
resource even iTunes and we can choose,
00:16:30
for example, this picture for
00:16:32
the portfolio, we can choose a slightly different
00:16:34
picture, for example this one, what is it
00:16:36
called, it is called dash ekans, the
00:16:40
g-lorry format is not quite of course what we
00:16:43
need, but in principle it will suit us no matter
00:16:45
choose any of these icons,
00:16:46
choose its name, here it is called like
00:16:49
this and
00:16:50
go to the functions.php file, find the
00:16:55
aikom menu icon and instead of cash write dash ekans
00:17:00
format harry look at the portfolio icon has
00:17:04
changed, that is, we can now
00:17:06
add a new portfolio section,
00:17:07
accordingly here we add another
00:17:09
work one more piece of writing,
00:17:15
then we have a short short
00:17:18
description,
00:17:22
we install the image,
00:17:24
the customer can do this too, without you, we
00:17:26
calmly
00:17:29
chain it
00:17:30
and we get it, of course it will be displayed like this, that is,
00:17:32
it’s a little bit somewhere, we have a mistake with
00:17:34
the layout, we miscalculated, we have
00:17:36
the layout that we used somehow it’s
00:17:39
not right, that is, we have div
00:17:41
calans, in theory he should have built
00:17:45
it all, but he didn’t build it because he didn’t want to, and we have the
00:17:48
first class substituted everywhere, let’s
00:17:50
first substituted it everywhere, let’s
00:17:52
try to remove it, maybe it’s the class that’s interfering with us,
00:17:56
yes, it’s the class first that’s interfering with us it was
00:17:59
looped, it turns out it was reproduced, so
00:18:01
we cleaned it up, now we have the
00:18:03
works displayed, but the funny thing is that we didn’t
00:18:05
put a permalink here,
00:18:06
that is, we didn’t put a link to this
00:18:08
portfolio, let’s do it.
00:18:10
the permalink
00:18:14
where it should have been displayed with, in
00:18:15
my opinion, nowhere else, but here there
00:18:17
should have been a permalink to the zone,
00:18:20
let’s try to copy this
00:18:22
history and paste, let’s see where we
00:18:25
go, that is, it’s not a fact that we
00:18:27
will get to the page we need,
00:18:29
because it’s always a page not found
00:18:31
because he went to the portfolio section
00:18:32
in the another work section, this is normal,
00:18:34
we need to allow
00:18:36
WordPress to substitute the title
00:18:38
because we need to display the page that we
00:18:40
had planned for work in the portfolio, you
00:18:42
already know that in order to create a
00:18:43
separate template for some that is, records, that
00:18:45
is, in order to display, for example,
00:18:47
works from a portfolio, you can allow the
00:18:49
use of special templates, now
00:18:51
it only remains an image of records and
00:18:53
there is no option to choose a template for
00:18:56
100 respectively, we can create a
00:18:58
new page in our topic and
00:19:01
call this page single post
00:19:03
or portfolio post
00:19:06
I don’t know how to record one of the portfolios,
00:19:09
for example, we will have stoves here,
00:19:11
code, we again display the template for our
00:19:14
page, that is, we again display
00:19:15
comments and here we write template
00:19:18
name,
00:19:19
enter the page with the work of the portfolio, that’s how
00:19:24
long the clay is, let
00:19:26
there be a template for the page with works from
00:19:28
the portfolio, but here we will write works from the portfolio,
00:19:33
well, now if we write
00:19:37
a template now, it was clear where I get this
00:19:39
information from in the meantime, my template
00:19:43
page templates for all types of posts,
00:19:45
we can again specify the post type here
00:19:48
template post type here we will indicate is
00:19:50
no longer a post, not a page, but a portfolio that we
00:19:54
registered, so look, we have
00:19:57
another work in the portfolio, we are moving on,
00:19:58
unfortunately, it doesn’t want to find our
00:20:00
work from the portfolio,
00:20:01
so we have work in the portfolio here,
00:20:03
and well, actually, we need to
00:20:05
now specify in editing the entry that there
00:20:07
is a template here, not a basic template,
00:20:10
border with work from the portfolio, update,
00:20:12
let's look at the records that we have
00:20:14
here, this is another work, work
00:20:16
number two from the title, works from this,
00:20:18
just edited here, we
00:20:20
need to put the template of the page with
00:20:22
the portfolio
00:20:24
here, select the template with the page
00:20:26
works from the portfolio
00:20:27
now we return to the page with
00:20:29
the portfolio and click here I dug around, in the
00:20:33
end I re-read it carefully in the article,
00:20:35
there are some mistakes that
00:20:37
even I make, well, due to inattention, it’s
00:20:39
just written here that it’s
00:20:40
important that after creating a new
00:20:42
post type, you must go to the settings
00:20:43
section permalinks just click
00:20:46
on the save changes button, this is
00:20:47
necessary so that we still have
00:20:49
a record of these new ones that begin to be displayed, that
00:20:50
is, we go to the settings of
00:20:52
permalinks here we have the format of these
00:20:56
permalinks that we will
00:20:57
display and we just click save changes
00:21:00
in order to we've been earned to cool down,
00:21:01
here's another job, the link is working, but the
00:21:04
post still doesn't display
00:21:06
the title, I'm worn out here because it's
00:21:10
simple or just a job, the whole template
00:21:12
started working, that is, this was necessary
00:21:14
in order to start displaying these posts
00:21:16
and, accordingly, in order to display
00:21:17
some work with a portfolio you need to
00:21:19
use a portfolio template html
00:21:21
see some work is displayed how
00:21:24
pictures from this work are displayed and
00:21:26
insert them into this template this will be
00:21:28
homework for you
00:21:30
your homework you do this
00:21:32
homework and move on to the next lessons I
00:21:35
With that, I say goodbye to you in this lesson, we
00:21:36
registered a new post type, we haven’t
00:21:38
worked with the me taxonomy yet,
00:21:41
but that’s all still to come with you was Artyom
00:21:43
Islamov, see you soon in the next
00:21:44
videos, bye-bye,
00:21:46
I hope you liked this video lesson, I
00:21:48
remind you that in order to get
00:21:49
homework, additional
00:21:52
materials, layouts and a diploma project,
00:21:54
you need to follow the link in
00:21:56
the description, enter your email, pay for
00:21:59
access and get access to your personal
00:22:01
account where all the additional
00:22:02
lessons are located, additional videos,
00:22:04
additional materials, assignments and also a
00:22:07
diploma project, the link is in the description, and we
00:22:10
see you in the next video lesson
00:22:12
bye

Description:

Ссылка на полный плейлист: https://www.youtube.com/playlist?list=PL3LQJkGQtzc6Nwz67GGrMdqxim1c0H5DC Это закрытые записи курса по Вордпресс. Получите полный доступ к домашкам, макетам и дипломному проекту. Переходите по ссылке 👉 https://study.up-skills.ru/course_records_wp_net Подпишитесь на канал, если вам нравятся эти видео: https://www.youtube.com/channel/UCVswRUcKC-M35RzgPRv8qUg?sub_confirmation=1 Больше контента в нашей группе Вконтакте https://vk.com/glo_academy Присоединяйтесь к нашему сообществу Discord https://discord.com/invite/k5XzZ68 Чтобы записаться на мой курс по основам веб-разработки, напиши в нашу группу и мой ассистент скажет тебе, что делать дальше: https://vk.me/glo_academy Прочитай мою историю в блоге: https://vk.com/islamov_blog Мой канал в telegram "Лысый из браузера" https://tele.click/baldfrombrowser Чтобы заказать рекламу на канале, пишите в личку вконтакте: https://vk.me/aislam23 или telegram https://t.me/aislam23 ----------- Я использую хостинг Link Host с 2014 года https://link-host.net/hosting/ Телеграм-каналы с дизайн-макетами для тренировки вёрстки: https://ttttt.me/figma2html https://ttttt.me/figma_start https://ttttt.me/figmatamplates Каналы с крутыми фичами на CSS и JavaScript: https://ttttt.me/codepen_js https://ttttt.me/css_features Канал с терминами для айтишников: https://ttttt.me/slang_it Канал, где публикуют ссылки на полезные сервисы и сайты: https://ttttt.me/linkforwork

Preparing download options

popular icon
Popular
hd icon
HD video
audio icon
Only sound
total icon
All
* — If the video is playing in a new tab, go to it, then right-click on the video and select "Save video as..."
** — Link intended for online playback in specialized players

Questions about downloading video

mobile menu iconHow can I download "Курс по WordPress | Урок 8. Свои типы записей | Академия вёрстки" video?mobile menu icon

  • http://unidownloader.com/ website is the best way to download a video or a separate audio track if you want to do without installing programs and extensions.

  • The UDL Helper extension is a convenient button that is seamlessly integrated into YouTube, Instagram and OK.ru sites for fast content download.

  • UDL Client program (for Windows) is the most powerful solution that supports more than 900 websites, social networks and video hosting sites, as well as any video quality that is available in the source.

  • UDL Lite is a really convenient way to access a website from your mobile device. With its help, you can easily download videos directly to your smartphone.

mobile menu iconWhich format of "Курс по WordPress | Урок 8. Свои типы записей | Академия вёрстки" video should I choose?mobile menu icon

  • The best quality formats are FullHD (1080p), 2K (1440p), 4K (2160p) and 8K (4320p). The higher the resolution of your screen, the higher the video quality should be. However, there are other factors to consider: download speed, amount of free space, and device performance during playback.

mobile menu iconWhy does my computer freeze when loading a "Курс по WordPress | Урок 8. Свои типы записей | Академия вёрстки" video?mobile menu icon

  • The browser/computer should not freeze completely! If this happens, please report it with a link to the video. Sometimes videos cannot be downloaded directly in a suitable format, so we have added the ability to convert the file to the desired format. In some cases, this process may actively use computer resources.

mobile menu iconHow can I download "Курс по WordPress | Урок 8. Свои типы записей | Академия вёрстки" video to my phone?mobile menu icon

  • You can download a video to your smartphone using the website or the PWA application UDL Lite. It is also possible to send a download link via QR code using the UDL Helper extension.

mobile menu iconHow can I download an audio track (music) to MP3 "Курс по WordPress | Урок 8. Свои типы записей | Академия вёрстки"?mobile menu icon

  • The most convenient way is to use the UDL Client program, which supports converting video to MP3 format. In some cases, MP3 can also be downloaded through the UDL Helper extension.

mobile menu iconHow can I save a frame from a video "Курс по WordPress | Урок 8. Свои типы записей | Академия вёрстки"?mobile menu icon

  • This feature is available in the UDL Helper extension. Make sure that "Show the video snapshot button" is checked in the settings. A camera icon should appear in the lower right corner of the player to the left of the "Settings" icon. When you click on it, the current frame from the video will be saved to your computer in JPEG format.

mobile menu iconWhat's the price of all this stuff?mobile menu icon

  • It costs nothing. Our services are absolutely free for all users. There are no PRO subscriptions, no restrictions on the number or maximum length of downloaded videos.